commit | a4d16cf5a0a7af315c314eb66d4c38588a20bc6f | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Mon Nov 07 13:08:28 2022 +0800 |
committer | Adam Shih <adamshih@google.com> | Wed Nov 16 12:59:29 2022 +0800 |
tree | cd74203cf06ee58348daeaee50d3dd1453e8cd12 | |
parent | 02325bb2633fc9fa665c5ff6fafb0fd8202d4a05 [diff] [blame] |
create raven touch dump Bug: 256521567 Test: adb bugreport Change-Id: Ibf5d74936605f7b0a3a2124bb7df094c60644c23
diff --git a/touch/lsi/Android.bp b/touch/lsi/Android.bp new file mode 100644 index 0000000..b0cef6f --- /dev/null +++ b/touch/lsi/Android.bp
@@ -0,0 +1,10 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + +sh_binary { + name: "dump_lsi.sh", + src: "dump_lsi.sh", + vendor: true, + sub_dir: "dump", +}