Browse Source

root.bp: Use system/*

Test: Soong's build.ninja identical before/after (except GlobRules)
Change-Id: I2fcdcd77083cbb49dc6b20a169964558510d91dc
Dan Willemsen 7 years ago
parent
commit
f6a4682767
1 changed files with 1 additions and 8 deletions
  1. 1 8
      root.bp

+ 1 - 8
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",
 ]