platform_build_soong/root.bp
Colin Cross a45ee70112 Remove art and libnativehelper from root Android.bp
art and libnativehelper have collisions between the top level directory
name and a module name, remove them from the root Android.bp file until
they have an Android.bp file to avoid a glob dependency on the directory.

Bug: 25797955
Change-Id: Ibd33df17450b171ec2390653e4cf3b00fc242831
2016-01-11 16:29:03 -08:00

20 lines
379 B
Text

subname = "Android.bp"
subdirs = [
"build/blueprint",
"build/soong",
"bionic",
"dalvik",
"external/*",
"frameworks/base",
"frameworks/native/libs/*",
"hardware/*",
"libcore",
"prebuilts/ndk",
"prebuilts/sdk",
"system/core/*",
"packages/apps/HTMLViewer",
"build/tools/*",
"system/security/*",
"system/keymaster",
]