Merge "Remove guavalib module."
diff --git a/Android.bp b/Android.bp
index 376abe9..c4a3be8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -142,12 +142,6 @@
     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 {