1package { 2 default_applicable_licenses: ["Android-Apache-2.0"], 3} 4 5sh_binary { 6 name: "predump_touch.sh", 7 src: "predump_touch.sh", 8 init_rc: ["init.touch.predump.rc"], 9 vendor: true, 10} 11 12sh_binary { 13 name: "dump_touch.sh", 14 src: "dump_touch.sh", 15 vendor: true, 16 sub_dir: "dump", 17} 18