Remove dump_wlan.sh
Bug: 312143882 Test: make selinux_policy Change-Id: Idebcb5bcd81647927b324372b3ec0ffefd5f72b6
This commit is contained in:
parent
98803da5a0
commit
2dd6ea4c83
3 changed files with 1 additions and 12 deletions
|
@ -2,13 +2,6 @@ package {
|
|||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
sh_binary {
|
||||
name: "dump_wlan.sh",
|
||||
src: "dump_wlan.sh",
|
||||
vendor: true,
|
||||
sub_dir: "dump",
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "dump_power",
|
||||
srcs: ["dump_power.cpp"],
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/vendor/bin/sh
|
||||
echo "--- wlan WIP ---"
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
PRODUCT_PACKAGES += dump_wlan.sh \
|
||||
dump_power
|
||||
PRODUCT_PACKAGES += dump_power
|
||||
|
||||
PRODUCT_PACKAGES_DEBUG += dump_gsa.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue