summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-04-03 18:00:46 -0700
committerBrian Carlstrom <bdc@google.com>2013-04-03 18:00:46 -0700
commit95e17863856b1fa40f0bc207a6ecd470ed1bd077 (patch)
treea8cbaeab0595ec58aa4b607aef9fb46cab966144
parentbc044035f961fb5163a6adef2cef22b82d7a197c (diff)
downloadandroid_external_bouncycastle-95e17863856b1fa40f0bc207a6ecd470ed1bd077.tar.gz
android_external_bouncycastle-95e17863856b1fa40f0bc207a6ecd470ed1bd077.tar.bz2
android_external_bouncycastle-95e17863856b1fa40f0bc207a6ecd470ed1bd077.zip
Make bouncycastle-nojarjar static to keep it off the device
Change-Id: I02c3b467e16c10a2259ba75932291029a1804579
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c6814a7..dfc6e77 100644
--- a/Android.mk
+++ b/Android.mk
@@ -46,7 +46,7 @@ LOCAL_JAVACFLAGS := -encoding UTF-8
LOCAL_JAVA_LIBRARIES := core
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
-include $(BUILD_JAVA_LIBRARY)
+include $(BUILD_STATIC_JAVA_LIBRARY)
# This is used to generate a list of what is unused so it can be removed when bouncycastle is updated.
# Based on "Finding dead code" example in ProGuard manual at http://proguard.sourceforge.net/