blob: a29800ef68af8f7f122129aa8ab851bc1d24e346 [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",
]
}