From c947526c6901050e70d0baf7f193bff024520df5 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 25 Jul 2016 17:44:03 -0700 Subject: [PATCH] Include frameworks/native Change-Id: Ic20d27727a48b397089a7eca43a701e3e56567ba --- root.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root.bp b/root.bp index 0a8c0c3a7..4b03cf14f 100644 --- a/root.bp +++ b/root.bp @@ -12,7 +12,7 @@ optional_subdirs = [ "dalvik", "external/*", "frameworks/base", - "frameworks/native/libs/*", + "frameworks/native", "hardware/*", "libcore", "libnativehelper",