platform_build_soong/root.bp
Colin Cross 3e5889a791 Include bionic/Android.bp
bionic/Android.bp exists now, and subdirectories are handled with
Android.soong.mk files.

Change-Id: I70259ff5c2fb9df2f8716590502f49de1c2c8ac7
2016-05-16 16:56:51 -07:00

24 lines
421 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/*",
]