Add libnativehelper to root Android.bp

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
This commit is contained in:
Colin Cross 2016-07-27 10:52:14 -07:00
parent 627d83db71
commit 0dbe26e8da
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ optional_subdirs = [
"frameworks/native/libs/*",
"hardware/*",
"libcore",
"libnativehelper",
"packages/apps/HTMLViewer",
"prebuilts/ndk",
"prebuilts/sdk",