a45ee70112
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
20 lines
379 B
Text
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",
|
|
]
|