commit | 05082134e15bbeb8403a82706bed879087f98797 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Fri Mar 24 13:55:53 2023 +0800 |
committer | Adam Shih <adamshih@google.com> | Fri Mar 24 13:55:53 2023 +0800 |
tree | ae112fef27acf7df193c285317f93871dc25fd20 | |
parent | bebd549851d542aad898f7d92d30f9b571a0e925 [diff] [blame] |
Move cma dump to itself Bug: 273380985 Test: adb bugreport Change-Id: I6732dd8dbbf0367f99e25b29f2a0dd526aaac9d4
diff --git a/dumpstate/Android.bp b/dumpstate/Android.bp index 9b6076d..6e0dd26 100644 --- a/dumpstate/Android.bp +++ b/dumpstate/Android.bp
@@ -2,6 +2,13 @@ default_applicable_licenses: ["Android-Apache-2.0"], } +sh_binary { + name: "dump_gs101.sh", + src: "dump_gs101.sh", + vendor: true, + sub_dir: "dump", +} + cc_binary { name: "android.hardware.dumpstate-service.gs101", srcs: [