device_google_gs-common/gyotaku_app/dump/Android.bp
Klines Jiang 2bb3da4f50 [Gyotaku] Add the dumpLog for gyotaku app
Bug: 310110649

Test: Local build and trigger a new bugreport the result passed
Change-Id: If10d4ab9120d855c5d1396413d8acfe791c05e6c
2024-02-01 07:57:50 +00:00

20 lines
353 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "dump_gyotaku",
srcs: ["dump_gyotaku.cpp"],
cflags: [
"-Wall",
"-Wextra",
"-Werror",
],
shared_libs: [
"libbase",
"libdump",
"liblog",
],
vendor: true,
relative_install_path: "dump",
}