| package { | |
| default_applicable_licenses: ["Android-Apache-2.0"], | |
| } | |
| sh_binary { | |
| name: "dump_wlan.sh", | |
| src: "dump_wlan.sh", | |
| vendor: true, | |
| sub_dir: "dump", | |
| } | |
| sh_binary { | |
| name: "dump_power.sh", | |
| src: "dump_power.sh", | |
| vendor: true, | |
| sub_dir: "dump", | |
| } | |
| sh_binary { | |
| name: "dump_gsa.sh", | |
| src: "dump_gsa.sh", | |
| vendor: true, | |
| sub_dir: "dump", | |
| } | |