summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-01-07 03:51:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-01-07 03:51:08 +0000
commit93318a40ee7059a19938ffcd674f6876db5dfc60 (patch)
tree7d9198d078adc8a32e4187e80685fa42362207db
parent159c9e52ef3f55f2ef319fdf5132641c208b2190 (diff)
parent6d9923d8279d16f07cd1d84ad05c9cb1813857b1 (diff)
downloadbase-93318a40ee7059a19938ffcd674f6876db5dfc60.tar.gz
Merge "Remove unused system_modules"
-rw-r--r--StubLibraries.bp15
1 files changed, 0 insertions, 15 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index 78f1b9ca26e5..d1950474da5a 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -217,21 +217,6 @@ java_library_static {
defaults: ["framework-stubs-default"],
}
-java_system_modules {
- name: "android_stubs_current_system_modules",
- libs: ["android_stubs_current"],
-}
-
-java_system_modules {
- name: "android_system_stubs_current_system_modules",
- libs: ["android_system_stubs_current"],
-}
-
-java_system_modules {
- name: "android_test_stubs_current_system_modules",
- libs: ["android_test_stubs_current"],
-}
-
/////////////////////////////////////////////////////////////////////
// hwbinder.stubs provides APIs required for building HIDL Java
// libraries.