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