aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Corrigan <jerrycorrigan@google.com>2017-12-13 08:36:03 -0800
committerGerald Corrigan <jerrycorrigan@google.com>2017-12-13 08:36:03 -0800
commitf67de3ea0aa0e9f1846f1a887f3e52b761c27b2c (patch)
treedb1a97f7823cdf30484a508cd6bfb36ea3695c0b
parenta05b29691e2ff58d805665ef3a59325314497d69 (diff)
downloadsnakeyaml-f67de3ea0aa0e9f1846f1a887f3e52b761c27b2c.tar.gz
Make snakeyaml Java library non-static.
dvr-tradefed target needs the JAR file for distribution. Bug: 70618620 Test: m dist now builds. Change-Id: Ife1946d1cd2186cdc622feb9de79bbc7c6f3c72e
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index f3ca9129..5935ab31 100644
--- a/Android.bp
+++ b/Android.bp
@@ -43,7 +43,7 @@ genrule {
out: ["snakeyaml_patched_src_files.srcjar"],
}
-java_library_static {
+java_library {
name: "snakeyaml",
host_supported: true,
hostdex: true,