Merge "Remove obsolete subdirs and optional_subdirs"

This commit is contained in:
Anton Hansson
2020-02-20 11:38:17 +00:00
committed by Gerrit Code Review
5 changed files with 0 additions and 25 deletions

View File

@@ -911,22 +911,6 @@ gensrcs {
output_extension: "proto.h",
}
subdirs = [
"cmds/*",
"core/*",
"libs/*",
"media/*",
"proto",
"tools/*",
"native/android",
"native/graphics/jni",
]
optional_subdirs = [
"core/tests/utiltests/jni",
]
// TODO(b/77285514): remove this once the last few hidl interfaces have been
// updated to use hwbinder.stubs.
java_library {

View File

@@ -19,5 +19,3 @@ java_sdk_library {
srcs: ["src/**/*.java"],
api_packages: ["com.android.future.usb"],
}
subdirs = ["tests/*"]

View File

@@ -1,4 +1,3 @@
subdirs = ["accessorychat"]
//
// Copyright (C) 2011 The Android Open Source Project
//

View File

@@ -124,8 +124,3 @@ cc_library_shared {
"-Wunreachable-code",
],
}
subdirs = [
"audioeffect",
"soundpool",
]

View File

@@ -1 +0,0 @@
subdirs = ["*"]