commit | d92e8d74bf6e4d275bf2da0675652c8de6174407 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Mon Nov 21 12:56:16 2022 +0800 |
committer | Adam Shih <adamshih@google.com> | Mon Nov 21 12:56:16 2022 +0800 |
tree | e32c608b228c6c95973d8123cfcee84b40b16bf0 | |
parent | d8180e5dfeebbd16d2533b8972a1bdd24c167f94 [diff] [blame] |
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", +}