From f6a468276707321b6f98d1a40a83ed0ffbdf9df3 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 20 Dec 2016 10:53:54 -0800 Subject: [PATCH] root.bp: Use system/* Test: Soong's build.ninja identical before/after (except GlobRules) Change-Id: I2fcdcd77083cbb49dc6b20a169964558510d91dc --- root.bp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/root.bp b/root.bp index 7e4636f8c..8b3b71fa8 100644 --- a/root.bp +++ b/root.bp @@ -28,14 +28,7 @@ optional_subdirs = [ "packages/apps/HTMLViewer", "prebuilts/ndk", "prebuilts/sdk", - "system/core/*", - "system/extras/*", - "system/keymaster", - "system/hwservicemanager", - "system/libhidl", - "system/libhwbinder", - "system/media/*", - "system/security/*", + "system/*", "system/tools/*", "test/vts", ]