blob: 9ef97718bf85deb266ebf2f419d9e26c757eb4c4 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("all") {
deps = [ ":librendernodehost" ]
}
static_library("librendernodehost") {
configs += [
"//common-mk:visibility_default",
"//common-mk:nouse_thin_archive",
]
configs -= [ "//common-mk:use_thin_archive" ]
sources = [ "src.c" ]
}