Adam Shih | dbd4baf | 2022-11-16 13:42:52 +0800 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | sh_binary { |
| 6 | name: "dump_syna.sh", |
| 7 | src: "dump_syna.sh", |
Wendly Li | 6954d18 | 2024-01-08 06:32:26 +0000 | [diff] [blame] | 8 | init_rc: ["init.touch.syna.rc"], |
Adam Shih | dbd4baf | 2022-11-16 13:42:52 +0800 | [diff] [blame] | 9 | vendor: true, |
| 10 | sub_dir: "dump", |
| 11 | } |
Wendly Li | 6954d18 | 2024-01-08 06:32:26 +0000 | [diff] [blame] | 12 | |
Ravi Jain | 8d34b54 | 2024-03-08 09:11:36 +0000 | [diff] [blame] | 13 | sh_binary { |
| 14 | name: "predump_syna.sh", |
| 15 | src: "dump_syna.sh", |
| 16 | init_rc: ["init.touch.syna.rc"], |
| 17 | vendor: true, |
| 18 | sub_dir: "dump_touch", |
| 19 | } |