summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-06-18 11:01:11 -0700
committerBrian Carlstrom <bdc@google.com>2010-06-18 11:01:11 -0700
commit72e1f60fea22382bfa33d51799cce7e28d079afd (patch)
treefd86f03f6466ccc50841f14f0b5d90d94b170275
parente143538c27e395546132cbbad0093efd319b190c (diff)
downloadbouncycastle-72e1f60fea22382bfa33d51799cce7e28d079afd.tar.gz
Enable UTF-8 in libcore bouncycastle source
Bouncy Castle has UTF-8 javadoc upstream and we don't want to change that but we don't want the warnings either. Change-Id: I439a5a0b75507d5969fa7ab5dc9719ba53b25c9b
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 259e6f4e..86a0748c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,6 +15,8 @@
#
LOCAL_PATH := $(call my-dir)
+# This builds bouncycastle as a static library for running through proguard.
+# bouncycastle for the device itself is built from these sources by a libcore makefile.
include $(CLEAR_VARS)
LOCAL_MODULE := bouncycastle
LOCAL_SRC_FILES := $(call all-java-files-under,src/main/java)