From a45ee701127c95f1d411e3343add7c1f2491323c Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 11 Jan 2016 16:26:13 -0800 Subject: [PATCH] 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 --- root.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/root.bp b/root.bp index ea17db376..a0b79f7c3 100644 --- a/root.bp +++ b/root.bp @@ -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/*",