device_google_gs201/dumpstate/Android.bp
Adam Shih 4a18a3091e update dumpstate build file from mk to bp
Bug: 240530709
Test: adb bugreport
Change-Id: I26776a30fe264b54d0d4f801e3210b554dfcc672
2022-10-06 01:55:04 +00:00

28 lines
652 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "android.hardware.dumpstate-service.gs201",
srcs: [
"Dumpstate.cpp",
"service.cpp",
],
init_rc: ["android.hardware.dumpstate@1.1-service.gs201.rc"],
vintf_fragments: ["android.hardware.dumpstate-service.gs201.xml"],
cflags: [
"-Wall",
"-Werror",
],
shared_libs: [
"libbase",
"libbinder_ndk",
"libcutils",
"libdumpstateutil",
"liblog",
"libutils",
"android.hardware.dumpstate-V1-ndk",
],
vendor: true,
relative_install_path: "hw",
}