Adam Shih | d8180e5 | 2022-11-18 13:30:42 +0800 | [diff] [blame] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
5 | sh_binary { | ||||
6 | name: "dump_focaltech.sh", | ||||
7 | src: "dump_focaltech.sh", | ||||
8 | init_rc: ["init.touch.rc"], | ||||
9 | vendor: true, | ||||
10 | sub_dir: "dump", | ||||
11 | } | ||||
Ravi Jain | 2971584 | 2024-03-08 09:14:09 +0000 | [diff] [blame] | 12 | |
13 | sh_binary { | ||||
14 | name: "predump_focaltech.sh", | ||||
15 | src: "dump_focaltech.sh", | ||||
16 | init_rc: ["init.touch.rc"], | ||||
17 | vendor: true, | ||||
18 | sub_dir: "dump_touch", | ||||
19 | } |