30e076af2e
Add support for running aapt to generate R.java and Manifest.java, compiling java into jar, adding resources to the jar to convert it into an apk, signing the apk, and zipaligning the apk. Change-Id: I7a73fef590d07f35b3d0b56a8571780c09bb10ae
18 lines
340 B
Text
18 lines
340 B
Text
subdirs = [
|
|
"art",
|
|
"build/blueprint",
|
|
"build/soong",
|
|
"bionic",
|
|
"dalvik",
|
|
"external/*",
|
|
"frameworks/base",
|
|
"frameworks/native/libs/*",
|
|
"hardware/*",
|
|
"libcore",
|
|
"libnativehelper",
|
|
"prebuilts/ndk",
|
|
"prebuilts/sdk",
|
|
"system/core/*",
|
|
"packages/apps/HTMLViewer",
|
|
"build/tools/*",
|
|
]
|