remove dump_cma.sh from zumapro

We will introduce it into gs-common

Bug: 276901078
Change-Id: I921398c0ebe68343c84c4b429e2e595d214ff205
Signed-off-by: Minchan Kim <minchan@google.com>
This commit is contained in:
Minchan Kim 2023-04-11 21:55:47 +00:00
parent ae1650b32f
commit 12c9a0fe55
3 changed files with 1 additions and 18 deletions

View file

@ -16,13 +16,6 @@ sh_binary {
sub_dir: "dump",
}
sh_binary {
name: "dump_cma.sh",
src: "dump_cma.sh",
vendor: true,
sub_dir: "dump",
}
sh_binary {
name: "dump_gsa.sh",
src: "dump_gsa.sh",

View file

@ -1,9 +0,0 @@
#!/vendor/bin/sh
echo "------ CMA info ------"
for d in $(ls -d /d/cma/*); do
echo --- $d
echo --- count; cat $d/count
echo --- used; cat $d/used
echo --- bitmap; cat $d/bitmap
done

View file

@ -1,6 +1,5 @@
PRODUCT_PACKAGES += dump_wlan.sh \
dump_power.sh
PRODUCT_PACKAGES_DEBUG += dump_cma.sh \
dump_gsa.sh
PRODUCT_PACKAGES_DEBUG += dump_gsa.sh