blob: 29c245e8aea9eef6b40e24854e9e412e8f9ee998 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
cc_binary {
name: "[email protected]",
vendor: true,
relative_install_path: "hw",
defaults: ["hidl_defaults"],
init_rc: [
"[email protected]",
],
vintf_fragments: [
"[email protected]",
],
srcs: ["main.cpp"],
shared_libs: [
"[email protected]",
"[email protected]",
"libbase",
"libcutils",
"libdumpstateutil",
"libhidlbase",
"liblog",
"libutils",
],
cflags: [
"-DLOG_TAG=\"[email protected]\"",
],
}