diff options
author | Anton Hansson <hansson@google.com> | 2020-02-19 15:27:58 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-02-19 15:27:58 +0000 |
commit | 7ede3dd2b3593f8c87d59ccf8863d4c93be83d63 (patch) | |
tree | 7d1f8e2ebc13762450fcaf2c448624649dcf7f9c /libs/usb/Android.bp | |
parent | 195fc891555b9cd5a13e9abf539da258ded92149 (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
Merged-In: Ifcf47e99d22b1546780968d1030f835173612a27
Diffstat (limited to 'libs/usb/Android.bp')
-rw-r--r-- | libs/usb/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
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/*"] |