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",
+}