platform_build_soong/root.bp
Dan Willemsen 71ea9c13c9 Use optional_dirs for non-soong projects
On some branches, some of these projects may not exist. Use dirs for the
blueprint / soong projects, and optional_dirs for everything else.

Change-Id: I2b84948f1818941a21981c135bd6237852bfcc8b
2016-03-07 21:05:02 -08:00

24 lines
423 B
Text

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