Remove obsolete subdirs and optional_subdirs

I was looking for documentation of what these mean, but discovered
that these attributes have been obsolete for years.

Test: m
Change-Id: Ifcf47e99d22b1546780968d1030f835173612a27
This commit is contained in:
Anton Hansson
2020-02-19 15:27:58 +00:00
parent 5562c7e87f
commit 305fb2fc1a
5 changed files with 0 additions and 25 deletions

View File

@@ -1029,22 +1029,6 @@ aidl_interface {
},
}
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

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

View File

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