aboutsummaryrefslogtreecommitdiffstats
path: root/root.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-07-27 10:52:14 -0700
committerColin Cross <ccross@android.com>2016-07-27 10:57:08 -0700
commit0dbe26e8da4e4f6eafa6eac2fc48cb24881ea97a (patch)
tree486bfd1b7fc2febf17e03dfa6373caa5e65c537d /root.bp
parent627d83db71a40081fcb88cd955a5952fe5a384d6 (diff)
downloadbuild_soong-0dbe26e8da4e4f6eafa6eac2fc48cb24881ea97a.tar.gz
build_soong-0dbe26e8da4e4f6eafa6eac2fc48cb24881ea97a.tar.bz2
build_soong-0dbe26e8da4e4f6eafa6eac2fc48cb24881ea97a.zip
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
Diffstat (limited to 'root.bp')
-rw-r--r--root.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/root.bp b/root.bp
index b3d16743..0a8c0c3a 100644
--- a/root.bp
+++ b/root.bp
@@ -15,6 +15,7 @@ optional_subdirs = [
"frameworks/native/libs/*",
"hardware/*",
"libcore",
+ "libnativehelper",
"packages/apps/HTMLViewer",
"prebuilts/ndk",
"prebuilts/sdk",