0dbe26e8da
libnativehelper has an Android.bp file, so it won't cause a namespace conflict between the glob on the directory and the module name. Bug: 25797955 Change-Id: Id86b3a1cd0f130989f77613494e19b8f255029ce
26 lines
467 B
Text
26 lines
467 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",
|
|
"libnativehelper",
|
|
"packages/apps/HTMLViewer",
|
|
"prebuilts/ndk",
|
|
"prebuilts/sdk",
|
|
"system/core/*",
|
|
"system/extras/*",
|
|
"system/keymaster",
|
|
"system/security/*",
|
|
]
|