diff options
author | Anton Hansson <hansson@google.com> | 2020-02-19 15:27:58 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-02-19 16:37:42 +0000 |
commit | 305fb2fc1ae92a9769ae6575f2dc3da02bd8a4a8 (patch) | |
tree | d5557a18af8f71db0ce46443fee9aa8fda4ad8a8 | |
parent | 5562c7e87f564661908fcb2f59591d012626ee3b (diff) |
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
-rw-r--r-- | Android.bp | 16 | ||||
-rw-r--r-- | libs/usb/Android.bp | 2 | ||||
-rw-r--r-- | libs/usb/tests/AccessoryChat/Android.bp | 1 | ||||
-rw-r--r-- | media/jni/Android.bp | 5 | ||||
-rw-r--r-- | media/native/Android.bp | 1 |
5 files changed, 0 insertions, 25 deletions
diff --git a/Android.bp b/Android.bp index b3c9e2a720f6..245dfc78fbaf 100644 --- a/Android.bp +++ b/Android.bp @@ -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 { diff --git a/libs/usb/Android.bp b/libs/usb/Android.bp index 027a7488f723..e752b55f5ef7 100644 --- a/libs/usb/Android.bp +++ b/libs/usb/Android.bp @@ -19,5 +19,3 @@ java_sdk_library { srcs: ["src/**/*.java"], api_packages: ["com.android.future.usb"], } - -subdirs = ["tests/*"] diff --git a/libs/usb/tests/AccessoryChat/Android.bp b/libs/usb/tests/AccessoryChat/Android.bp index 63a670c67bfc..19ed3d3ef52e 100644 --- a/libs/usb/tests/AccessoryChat/Android.bp +++ b/libs/usb/tests/AccessoryChat/Android.bp @@ -1,4 +1,3 @@ -subdirs = ["accessorychat"] // // Copyright (C) 2011 The Android Open Source Project // diff --git a/media/jni/Android.bp b/media/jni/Android.bp index c17b1b773bd5..47ec7e6c5593 100644 --- a/media/jni/Android.bp +++ b/media/jni/Android.bp @@ -160,8 +160,3 @@ cc_library_shared { "-Wunreachable-code", ], } - -subdirs = [ - "audioeffect", - "soundpool", -] diff --git a/media/native/Android.bp b/media/native/Android.bp deleted file mode 100644 index b44c2960127f..000000000000 --- a/media/native/Android.bp +++ /dev/null @@ -1 +0,0 @@ -subdirs = ["*"] |