Sign in
android
/
platform
/
frameworks
/
base
/
74af6700196ed55a0aa39c7777293e735e7b4d73
/
.
/
libs
/
androidfw
/
tests
/
data
/
system
/
build
blob: 2a3ac0b9f7d41a215fba3ccf10e962e2c2096b97 [
file
] [
log
] [
blame
]
#!/bin/bash
aapt package
-
x
-
M
AndroidManifest
.
xml
-
S res
-
F bundle
.
apk
-
f
&&
\
unzip bundle
.
apk resources
.
arsc
&&
\
mv resources
.
arsc system
.
arsc
&&
\
xxd
-
i system
.
arsc
>
system_arsc
.
h