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
This commit is contained in:
2
root.bp
2
root.bp
@@ -1,7 +1,6 @@
|
|||||||
subname = "Android.bp"
|
subname = "Android.bp"
|
||||||
|
|
||||||
subdirs = [
|
subdirs = [
|
||||||
"art",
|
|
||||||
"build/blueprint",
|
"build/blueprint",
|
||||||
"build/soong",
|
"build/soong",
|
||||||
"bionic",
|
"bionic",
|
||||||
@@ -11,7 +10,6 @@ subdirs = [
|
|||||||
"frameworks/native/libs/*",
|
"frameworks/native/libs/*",
|
||||||
"hardware/*",
|
"hardware/*",
|
||||||
"libcore",
|
"libcore",
|
||||||
"libnativehelper",
|
|
||||||
"prebuilts/ndk",
|
"prebuilts/ndk",
|
||||||
"prebuilts/sdk",
|
"prebuilts/sdk",
|
||||||
"system/core/*",
|
"system/core/*",
|
||||||
|
Reference in New Issue
Block a user