aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Corrigan <jerrycorrigan@google.com>2017-12-13 08:36:03 -0800
committerColin Cross <ccross@android.com>2017-12-13 14:34:40 -0800
commit0e4174677b7547007a680a38152f5478809b8dfc (patch)
treedb1a97f7823cdf30484a508cd6bfb36ea3695c0b
parentf76463bc2f69e49a96c493b5b652da465abec314 (diff)
downloadsnakeyaml-0e4174677b7547007a680a38152f5478809b8dfc.tar.gz
Make snakeyaml Java library non-static.android-wear-8.0.0_r1
dvr-tradefed target needs the JAR file for distribution. Bug: 70618620 Test: m dist now builds. Change-Id: Ife1946d1cd2186cdc622feb9de79bbc7c6f3c72e Merged-In: Ife1946d1cd2186cdc622feb9de79bbc7c6f3c72e (cherry picked from commit f67de3ea0aa0e9f1846f1a887f3e52b761c27b2c)
-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,