commit | 274819fc94f4e437d892e7dd2074d603fceaece5 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Thu Sep 29 15:19:27 2022 +0800 |
committer | Adam Shih <adamshih@google.com> | Mon Oct 03 12:20:42 2022 +0800 |
tree | 1143303d75d5a07bdb21f473e12dc84362e7ad04 | |
parent | f1dc3132704ae179153670a88e85d70e9b3cbe88 [diff] [blame] |
move ramdump relate dumpstate to gs-common Bug: 248428203 Test: adb bugreport Change-Id: I19ffce8e883b3ab88eae1ff7373b35c0ed517aa9
diff --git a/ramdump/Android.bp b/ramdump/Android.bp new file mode 100644 index 0000000..4fd8dbb --- /dev/null +++ b/ramdump/Android.bp
@@ -0,0 +1,12 @@ +cc_binary { + name: "dump_ramdump", + srcs: ["dump_ramdump.cpp"], + cflags: [ + "-Wall", + "-Wextra", + "-Werror", + ], + shared_libs: ["libbase"], + vendor: true, + relative_install_path: "dump", +}