From d87708ed4b20a3306f4ebb7ac0e25d73b9249b88 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 19 Apr 2017 14:22:31 -0700 Subject: [PATCH] Add frameworks/* to root Android.bp frameworks/minikin is being converted, but enough of frameworks/* is converted to switch to a glob. Test: m -j checkbuild Change-Id: I65b49c9661f4507aac9eacd108c9d8a71d272527 --- root.bp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/root.bp b/root.bp index f14b047cb..4f9775b96 100644 --- a/root.bp +++ b/root.bp @@ -17,13 +17,9 @@ optional_subdirs = [ "development/*", "device/*/*", "external/*", - "frameworks/av", - "frameworks/base", + "frameworks/*", "frameworks/compile/*", "frameworks/hardware/interfaces", - "frameworks/native", - "frameworks/rs", - "frameworks/wilhelm", "hardware/*", "libcore", "libnativehelper",