platform_build_soong/root.bp
Colin Cross 2fe6687847 Support java libraries, binaries, and prebuilts
Add support for compiling java libraries (.jar files with
or without .dex), java binaries (.jar files with a wrapper
script to run them), and java prebuilts (for the SDK .jars)

Change-Id: Id624da64c92cf20c6d9577c6bb06e5b212af0d1b
2015-04-03 16:24:44 -07:00

13 lines
214 B
Text

subdirs = [
"art",
"build/blueprint",
"build/soong",
"bionic",
"dalvik",
"external/*",
"libcore",
"libnativehelper",
"prebuilts/ndk",
"prebuilts/sdk",
"system/core/*",
]