commit | d7aa396078e3b636e61470a2151f801a6a4be700 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Mon Aug 22 13:50:54 2022 +0800 |
committer | Adam Shih <adamshih@google.com> | Wed Aug 24 02:39:51 2022 +0000 |
tree | c5889dc6e0cac74c7e93de54b358acc34053af9d | |
parent | 64da5e55c17a3dcd002702d7e5ea0899049306e7 [diff] [blame] |
modularize gsc dump Bug: 242479757 Test: do bugreport that has the same content as before Change-Id: I4098775fb4b3f40167920354b2c361d801b11594
diff --git a/dauntless/Android.bp b/dauntless/Android.bp new file mode 100644 index 0000000..50a9133 --- /dev/null +++ b/dauntless/Android.bp
@@ -0,0 +1,6 @@ +sh_binary { + name: "dump_gsc.sh", + src: "dump_gsc.sh", + vendor: true, + sub_dir: "dump", +}