aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross2017-04-19 16:22:31 -0500
committerColin Cross2017-04-19 16:27:53 -0500
commitd87708ed4b20a3306f4ebb7ac0e25d73b9249b88 (patch)
treeabc004914725ec6dc7202f198ca348f15ec2e078 /root.bp
parent5721284104e864932e97b7f9bdeef5a8fb0ee541 (diff)
downloadplatform-build-soong-d87708ed4b20a3306f4ebb7ac0e25d73b9249b88.tar.gz
platform-build-soong-d87708ed4b20a3306f4ebb7ac0e25d73b9249b88.tar.xz
platform-build-soong-d87708ed4b20a3306f4ebb7ac0e25d73b9249b88.zip
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
Diffstat (limited to 'root.bp')
-rw-r--r--root.bp6
1 files changed, 1 insertions, 5 deletions
diff --git a/root.bp b/root.bp
index f14b047c..4f9775b9 100644
--- a/root.bp
+++ b/root.bp
@@ -17,13 +17,9 @@ optional_subdirs = [
17 "development/*", 17 "development/*",
18 "device/*/*", 18 "device/*/*",
19 "external/*", 19 "external/*",
20 "frameworks/av", 20 "frameworks/*",
21 "frameworks/base",
22 "frameworks/compile/*", 21 "frameworks/compile/*",
23 "frameworks/hardware/interfaces", 22 "frameworks/hardware/interfaces",
24 "frameworks/native",
25 "frameworks/rs",
26 "frameworks/wilhelm",
27 "hardware/*", 23 "hardware/*",
28 "libcore", 24 "libcore",
29 "libnativehelper", 25 "libnativehelper",