Search all bionic subdirectories
Some bionic subdirectories need to be built with soong, and others with makefiles. Search the bionic subdirectories invidivdually so the bionic/Android.bp file doesn't prevent bionic/Android.mk from being parsed. Change-Id: I66846f0175a5a01266adc0b792820bb82ffd1e14
This commit is contained in:
parent
4f6e4e6235
commit
6ec1c7b964
1 changed files with 1 additions and 1 deletions
2
root.bp
2
root.bp
|
@ -3,7 +3,7 @@ subname = "Android.bp"
|
|||
subdirs = [
|
||||
"build/blueprint",
|
||||
"build/soong",
|
||||
"bionic",
|
||||
"bionic/*",
|
||||
"dalvik",
|
||||
"external/*",
|
||||
"frameworks/base",
|
||||
|
|
Loading…
Reference in a new issue