71ea9c13c9
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
24 lines
423 B
Text
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/*",
|
|
]
|