summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/tests/data/cm/app/build
diff options
context:
space:
mode:
Diffstat (limited to 'libs/androidfw/tests/data/cm/app/build')
-rwxr-xr-xlibs/androidfw/tests/data/cm/app/build6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/androidfw/tests/data/cm/app/build b/libs/androidfw/tests/data/cm/app/build
new file mode 100755
index 0000000..89c4641
--- /dev/null
+++ b/libs/androidfw/tests/data/cm/app/build
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+aapt package -v -I ../system/bundle.apk -M AndroidManifest.xml -S res -F bundle.apk -f && \
+unzip bundle.apk resources.arsc && \
+mv resources.arsc app.arsc && \
+xxd -i app.arsc > app_arsc.h