diff --git a/dumpstate/Android.bp b/dumpstate/Android.bp index 6358219..c7098af 100644 --- a/dumpstate/Android.bp +++ b/dumpstate/Android.bp @@ -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"], diff --git a/dumpstate/dump_wlan.sh b/dumpstate/dump_wlan.sh deleted file mode 100644 index 4741ac8..0000000 --- a/dumpstate/dump_wlan.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/vendor/bin/sh -echo "--- wlan WIP ---" - diff --git a/dumpstate/item.mk b/dumpstate/item.mk index 286c84f..579a89a 100644 --- a/dumpstate/item.mk +++ b/dumpstate/item.mk @@ -1,5 +1,4 @@ -PRODUCT_PACKAGES += dump_wlan.sh \ - dump_power +PRODUCT_PACKAGES += dump_power PRODUCT_PACKAGES_DEBUG += dump_gsa.sh