Ravi Jain | 8a52cae | 2024-03-08 09:05:00 +0000 | [diff] [blame] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
5 | sh_binary { | ||||
6 | name: "predump_touch.sh", | ||||
7 | src: "predump_touch.sh", | ||||
8 | init_rc: ["init.touch.predump.rc"], | ||||
9 | vendor: true, | ||||
10 | } | ||||
11 | |||||
12 | sh_binary { | ||||
13 | name: "dump_touch.sh", | ||||
14 | src: "dump_touch.sh", | ||||
15 | vendor: true, | ||||
16 | sub_dir: "dump", | ||||
17 | } |