Merge "Remove dump_wlan.sh" into main

This commit is contained in:
Treehugger Robot 2023-12-06 23:09:15 +00:00 committed by Android (Google) Code Review
commit a2a6c2e04d
3 changed files with 1 additions and 12 deletions

View file

@ -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"],

View file

@ -1,3 +0,0 @@
#!/vendor/bin/sh
echo "--- wlan WIP ---"

View file

@ -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