aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 154cee32..3fdc2cb0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -104,4 +104,19 @@ java_library_static {
],
}
+// Variation that doesn't link guava statically
+java_library_static {
+ name: "guice-no-guava",
+ host_supported: true,
+ hostdex: true,
+ sdk_version: "core_current",
+ srcs: [":guice_munged_srcs"],
+ libs: [
+ "guava",
+ ],
+ static_libs: [
+ "jsr330",
+ ],
+}
+
// TODO: Consider adding tests.