From 6ec1c7b9646a224bda029685e2db216fb1ae3952 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 11 Jan 2016 12:56:20 -0800 Subject: 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 --- root.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root.bp b/root.bp index a0b79f7c..6f208323 100644 --- a/root.bp +++ b/root.bp @@ -3,7 +3,7 @@ subname = "Android.bp" subdirs = [ "build/blueprint", "build/soong", - "bionic", + "bionic/*", "dalvik", "external/*", "frameworks/base", -- cgit v1.2.3