aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2022-09-01 05:49:31 +0000
committerKrzysztof Kosiński <krzysio@google.com>2022-09-01 05:49:31 +0000
commitfa10860801ae127c5120b64d71e300088589b528 (patch)
tree5c3bed42debd510cc63bb7baf99e53e08db39d98
parent3763cc79026e5b26ac239b2d83326d06629763d5 (diff)
downloadguava-fa10860801ae127c5120b64d71e300088589b528.tar.gz
Remove guavalib module.
This is an unused alias for "guava". The last use was removed in aosp/2200401. Fix: 243966352 Test: presubmit Change-Id: I968f40c2ff45d2f05ed1c9630d35eb72933c7752
-rw-r--r--Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 376abe982..c4a3be8e2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -142,12 +142,6 @@ java_host_for_device {
libs: ["guava-android-host"],
}
-// Compatibility name for existing host modules
-java_library_host {
- name: "guavalib",
- static_libs: ["guava"],
-}
-
// Compile dummy implementations of annotations used by guava but not
// present in the Android tree.
java_library {