commit | cf7266088fefa64690c1ba41a40d62aff90f411d | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Tue Oct 04 13:09:00 2022 +0800 |
committer | Adam Shih <adamshih@google.com> | Tue Oct 04 13:36:07 2022 +0800 |
tree | 431db5e0baf443c84c8658ba2580be0a9147e3d8 | |
parent | d3834209e80b6ef735130609344ac41c22894c6f [diff] [blame] |
move soc dump to gs-common Bug: 248428203 Test: adb bugreport Change-Id: Iaf8b48d5062536bbece1562618f965947dea22f0
diff --git a/soc/Android.bp b/soc/Android.bp new file mode 100644 index 0000000..4f31fb9 --- /dev/null +++ b/soc/Android.bp
@@ -0,0 +1,12 @@ +cc_binary { + name: "dump_soc", + srcs: ["dump_soc.cpp"], + cflags: [ + "-Wall", + "-Wextra", + "-Werror", + ], + shared_libs: ["libbase"], + vendor: true, + relative_install_path: "dump", +}