create gti dump

Bug: 256521567
Test: adb bugreport
Change-Id: I0da3eaac96b436e11444c2677b12b8947a4ddcef
diff --git a/touch/gti/Android.bp b/touch/gti/Android.bp
new file mode 100644
index 0000000..b997aec
--- /dev/null
+++ b/touch/gti/Android.bp
@@ -0,0 +1,10 @@
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
+sh_binary {
+    name: "dump_gti.sh",
+    src: "dump_gti.sh",
+    vendor: true,
+    sub_dir: "dump",
+}