diff options
author | Colin Cross <ccross@android.com> | 2015-04-13 13:58:27 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2015-04-20 14:12:30 -0700 |
commit | 30e076af2e4337b79be3ed0872a62578a2524929 (patch) | |
tree | 24e48f01b26023d3d7efdab3bf1aade57c1d4ae1 /root.bp | |
parent | b7a63247ed0cd69266da52561edc0f620f6379cd (diff) | |
download | build_soong-30e076af2e4337b79be3ed0872a62578a2524929.tar.gz build_soong-30e076af2e4337b79be3ed0872a62578a2524929.tar.bz2 build_soong-30e076af2e4337b79be3ed0872a62578a2524929.zip |
Add support for building android apps
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
Diffstat (limited to 'root.bp')
-rw-r--r-- | root.bp | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,7 @@ subdirs = [ "bionic", "dalvik", "external/*", - "frameworks/base/libs/*", - "frameworks/base/tools/*", + "frameworks/base", "frameworks/native/libs/*", "hardware/*", "libcore", @@ -14,4 +13,6 @@ subdirs = [ "prebuilts/ndk", "prebuilts/sdk", "system/core/*", + "packages/apps/HTMLViewer", + "build/tools/*", ] |