commit | 262892227cfc4b7437608001243381f59c0129f8 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Fri Sep 23 10:54:11 2022 +0800 |
committer | Adam Shih <adamshih@google.com> | Fri Sep 23 14:01:11 2022 +0800 |
tree | 88a920aef3ad224e6ab574c10ba55ac41c4245c5 | |
parent | 1bfa9e6a2fd2610264fb790f0eb8d8a084b42e9f [diff] [blame] |
dump f2fs in gs-common Bug: 248143736 Test: adb bugreport Change-Id: Ifcd0b3aaa017d106530c58a1ce2b56d77af1b12d
diff --git a/storage/Android.bp b/storage/Android.bp new file mode 100644 index 0000000..54e097e --- /dev/null +++ b/storage/Android.bp
@@ -0,0 +1,10 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + +sh_binary { + name: "dump_storage.sh", + src: "dump_storage.sh", + vendor: true, + sub_dir: "dump", +}