create focaltech folder for touch

Bug: 256521567
Test: adb bugreport
Change-Id: Ibff80f64ca78bd81a5cb5542183866d9a0863ec5
This commit is contained in:
Adam Shih 2022-11-18 13:30:42 +08:00
parent e74c980648
commit d8180e5dfe
9 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,11 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
sh_binary {
name: "dump_focaltech.sh",
src: "dump_focaltech.sh",
init_rc: ["init.touch.rc"],
vendor: true,
sub_dir: "dump",
}