Adam Shih | d92e8d7 | 2022-11-21 12:56:16 +0800 | [diff] [blame] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
5 | sh_binary { | ||||
6 | name: "dump_gti.sh", | ||||
7 | src: "dump_gti.sh", | ||||
Super Liu | dc8a407 | 2022-12-23 01:05:18 +0000 | [diff] [blame] | 8 | init_rc: ["init.touch.gti.rc"], |
Adam Shih | d92e8d7 | 2022-11-21 12:56:16 +0800 | [diff] [blame] | 9 | vendor: true, |
10 | sub_dir: "dump", | ||||
11 | } |