summaryrefslogtreecommitdiffstats
path: root/tools/aapt/tests/plurals/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt/tests/plurals/run.sh')
-rwxr-xr-xtools/aapt/tests/plurals/run.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/aapt/tests/plurals/run.sh b/tools/aapt/tests/plurals/run.sh
deleted file mode 100755
index 4d39e10..0000000
--- a/tools/aapt/tests/plurals/run.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-TEST_DIR=tools/aapt/tests/plurals
-TEST_OUT_DIR=out/plurals_test
-
-rm -rf $TEST_OUT_DIR
-mkdir -p $TEST_OUT_DIR
-mkdir -p $TEST_OUT_DIR/java
-
-#gdb --args \
-aapt package -v -x -m -z -J $TEST_OUT_DIR/java -M $TEST_DIR/AndroidManifest.xml \
- -I out/target/common/obj/APPS/framework-res_intermediates/package-export.apk \
- -P $TEST_OUT_DIR/public_resources.xml \
- -S $TEST_DIR/res
-
-echo
-echo "==================== FILES CREATED ==================== "
-find $TEST_OUT_DIR -type f