summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-11-03 19:35:56 +0000
committerAnton Hansson <hansson@google.com>2020-11-03 19:38:55 +0000
commit3a8e03610bab61bd42d3269be3d5f07524a50934 (patch)
tree47ee231fd3802d5245a0860745b1e4c799958d6a
parent533fb47c7e33b64749413057b436d4513a6e94af (diff)
Remove unused monolithic jars
Nothing depends on these. They were only here for easy comparison with the merged variant while we ironed out diffs. Rename the merged variants instead of having duplicate compilation rules. Bug: 171029603 Test: m nothing Change-Id: I7859589b93b861439fb1b7de084e52294da53671 Merged-In: I7859589b93b861439fb1b7de084e52294da53671
-rw-r--r--StubLibraries.bp32
1 files changed, 2 insertions, 30 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index aabf23b9f821..cff96b71f8c2 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -312,14 +312,7 @@ java_defaults {
}
java_library_static {
- name: "android_monolith_stubs_current",
- srcs: [ ":api-stubs-docs" ],
- static_libs: [ "private-stub-annotations-jar" ],
- defaults: ["android_defaults_stubs_current"],
-}
-
-java_library_static {
- name: "android_merged_stubs_current",
+ name: "android_stubs_current",
srcs: [ ":api-stubs-docs-non-updatable" ],
static_libs: [
"conscrypt.module.public.api.stubs",
@@ -350,22 +343,7 @@ java_library_static {
}
java_library_static {
- name: "android_stubs_current",
- static_libs: ["android_merged_stubs_current"],
- defaults: ["android_defaults_stubs_current"],
-}
-
-java_library_static {
- name: "android_system_monolith_stubs_current",
- srcs: [ ":system-api-stubs-docs" ],
- static_libs: [ "private-stub-annotations-jar" ],
- defaults: [
- "android_defaults_stubs_current",
- ],
-}
-
-java_library_static {
- name: "android_system_merged_stubs_current",
+ name: "android_system_stubs_current",
srcs: [ ":system-api-stubs-docs-non-updatable" ],
static_libs: [
"conscrypt.module.public.api.stubs",
@@ -382,12 +360,6 @@ java_library_static {
}
java_library_static {
- name: "android_system_stubs_current",
- static_libs: ["android_system_merged_stubs_current"],
- defaults: ["android_defaults_stubs_current"],
-}
-
-java_library_static {
name: "android_test_stubs_current",
srcs: [ ":test-api-stubs-docs" ],
static_libs: [