Merge "Remove obsolete subdirs and optional_subdirs"
This commit is contained in:
16
Android.bp
16
Android.bp
@@ -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 {
|
||||
|
||||
@@ -19,5 +19,3 @@ java_sdk_library {
|
||||
srcs: ["src/**/*.java"],
|
||||
api_packages: ["com.android.future.usb"],
|
||||
}
|
||||
|
||||
subdirs = ["tests/*"]
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
subdirs = ["accessorychat"]
|
||||
//
|
||||
// Copyright (C) 2011 The Android Open Source Project
|
||||
//
|
||||
|
||||
@@ -124,8 +124,3 @@ cc_library_shared {
|
||||
"-Wunreachable-code",
|
||||
],
|
||||
}
|
||||
|
||||
subdirs = [
|
||||
"audioeffect",
|
||||
"soundpool",
|
||||
]
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
subdirs = ["*"]
|
||||
Reference in New Issue
Block a user