blob: 89c464120ea3556a6f7f875a13e1524ef27eb022 [file] [log] [blame]
#!/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