diff options
author | Colin Cross <ccross@android.com> | 2016-01-11 16:26:13 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2016-01-11 16:29:03 -0800 |
commit | a45ee701127c95f1d411e3343add7c1f2491323c (patch) | |
tree | e8ea4c87d7819cacf630928f400fb2d21d93c70d /root.bp | |
parent | e0378dd4df0e121863cd506307b3658acc34fa55 (diff) | |
download | android_build_soong-a45ee701127c95f1d411e3343add7c1f2491323c.tar.gz android_build_soong-a45ee701127c95f1d411e3343add7c1f2491323c.tar.bz2 android_build_soong-a45ee701127c95f1d411e3343add7c1f2491323c.zip |
Remove art and libnativehelper from root Android.bp
art and libnativehelper have collisions between the top level directory
name and a module name, remove them from the root Android.bp file until
they have an Android.bp file to avoid a glob dependency on the directory.
Bug: 25797955
Change-Id: Ibd33df17450b171ec2390653e4cf3b00fc242831
Diffstat (limited to 'root.bp')
-rw-r--r-- | root.bp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,6 @@ subname = "Android.bp" subdirs = [ - "art", "build/blueprint", "build/soong", "bionic", @@ -11,7 +10,6 @@ subdirs = [ "frameworks/native/libs/*", "hardware/*", "libcore", - "libnativehelper", "prebuilts/ndk", "prebuilts/sdk", "system/core/*", |