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 | } |