summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2016-03-11 15:53:10 +0100
committerYohann Roussel <yroussel@google.com>2016-03-11 15:53:10 +0100
commit6e29fc2fc5db3a88996d9a6e3f4b3af9bd5799ae (patch)
tree554e2b093ab5ed10ba1460290b7f4e049d5dc97f
parentfa244eea47dd939b17a3a961ac06b12dab803fc1 (diff)
downloadbouncycastle-6e29fc2fc5db3a88996d9a6e3f4b3af9bd5799ae.tar.gz
Remove workaround Jack bug on package renaming
The bug was preventing correct package renaming when classpath was incomplete, this is now fixed so cleaning. Bug: 27491842 Change-Id: I4f2571c1d3967bdfd3d3f26b1fee4623d98c5fe3
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 6526218b..23bb8d74 100644
--- a/Android.mk
+++ b/Android.mk
@@ -85,9 +85,6 @@ ifneq ($(TARGET_BUILD_PDK),true)
LOCAL_MODULE := bouncycastle-bcpkix
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_JAVA_LIBRARIES := bouncycastle-bcpkix-nojarjar
- # This shouldn't be necessary, but there is currently a bug in Jack where
- # classes not in the classpath will not be renamed. b/27491842
- LOCAL_JAVA_LIBRARIES := bouncycastle-nojarjar
LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
include $(BUILD_STATIC_JAVA_LIBRARY)