create raven touch dump

Bug: 256521567
Test: adb bugreport
Change-Id: Ibf5d74936605f7b0a3a2124bb7df094c60644c23
This commit is contained in:
Adam Shih 2022-11-07 13:08:28 +08:00
parent 02325bb263
commit a4d16cf5a0
6 changed files with 70 additions and 0 deletions

10
touch/lsi/Android.bp Normal file
View file

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