From 0dbe26e8da4e4f6eafa6eac2fc48cb24881ea97a Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 27 Jul 2016 10:52:14 -0700 Subject: [PATCH] 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 --- root.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/root.bp b/root.bp index b3d16743b..0a8c0c3a7 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",