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:
Colin Cross 2016-01-11 12:56:20 -08:00
parent 4f6e4e6235
commit 6ec1c7b964

View file

@ -3,7 +3,7 @@ subname = "Android.bp"
subdirs = [
"build/blueprint",
"build/soong",
"bionic",
"bionic/*",
"dalvik",
"external/*",
"frameworks/base",