Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
833f3ccbc8f4dd1ec8abb9121988b99ff34ec4c1
/
.
/
libs
/
androidfw
/
tests
/
data
/
feature
/
build
blob: b547dc215595c536d3a7e8dc52d17f5f539adc10 [
file
] [
log
] [
blame
]
#!/bin/bash
aapt package
-
M
AndroidManifest
.
xml
-
S res
--
feature
-
of
../
basic
/
bundle
.
apk
-
F bundle
.
apk
-
f
&&
\
unzip bundle
.
apk resources
.
arsc
&&
\
mv resources
.
arsc feature
.
arsc
&&
\
xxd
-
i feature
.
arsc
>
feature_arsc
.
h