Files
hardware_interfaces/dumpstate/1.1/default/Android.bp
Roman Kiryanov 23e3c29369 Add default/android.hardware.dumpstate@1.1-service.example
Bug: 152067221
Test: VtsHalDumpstateV1_1TargetTest
Signed-off-by: Roman Kiryanov <rkir@google.com>
Change-Id: I7f4e50846e2dc4393563c602145afb5617b2d48f
2020-03-24 11:51:19 -07:00

27 lines
689 B
Plaintext

cc_binary {
name: "android.hardware.dumpstate@1.1-service.example",
vendor: true,
relative_install_path: "hw",
defaults: ["hidl_defaults"],
init_rc: [
"android.hardware.dumpstate@1.1-service.example.rc",
],
vintf_fragments: [
"android.hardware.dumpstate@1.1-service.example.xml",
],
srcs: ["main.cpp"],
shared_libs: [
"android.hardware.dumpstate@1.0",
"android.hardware.dumpstate@1.1",
"libbase",
"libcutils",
"libdumpstateutil",
"libhidlbase",
"liblog",
"libutils",
],
cflags: [
"-DLOG_TAG=\"android.hardware.dumpstate@1.1-service.example\"",
],
}