From 3e5889a791a586ea9fbae0af94a731d282f0c05d Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 16 May 2016 16:56:51 -0700 Subject: [PATCH] Include bionic/Android.bp bionic/Android.bp exists now, and subdirectories are handled with Android.soong.mk files. Change-Id: I70259ff5c2fb9df2f8716590502f49de1c2c8ac7 --- root.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root.bp b/root.bp index 8ba1c124f..2b72cfa37 100644 --- a/root.bp +++ b/root.bp @@ -6,7 +6,7 @@ subdirs = [ ] optional_subdirs = [ - "bionic/*", + "bionic", "build/kati", "build/tools/*", "dalvik",