device_google_gs-common/ramdump/Android.bp
Adam Shih 274819fc94 move ramdump relate dumpstate to gs-common
Bug: 248428203
Test: adb bugreport
Change-Id: I19ffce8e883b3ab88eae1ff7373b35c0ed517aa9
2022-10-03 12:20:42 +08:00

12 lines
231 B
Text

cc_binary {
name: "dump_ramdump",
srcs: ["dump_ramdump.cpp"],
cflags: [
"-Wall",
"-Wextra",
"-Werror",
],
shared_libs: ["libbase"],
vendor: true,
relative_install_path: "dump",
}