summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2016-03-11 15:53:10 +0100
committerKenny Root <kroot@google.com>2016-04-01 15:12:15 -0700
commitd299a6be6575f39f559481b80c9d0b6636f47c20 (patch)
treebc4d8278cd837a55b5c0e695e6597fb9c47d0623
parentb50b4a37e3d49e05b024c189c026bef7ea290ca8 (diff)
downloadbouncycastle-d299a6be6575f39f559481b80c9d0b6636f47c20.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. (cherry picked from commit 6e29fc2fc5db3a88996d9a6e3f4b3af9bd5799ae) Bug: 27491842 Bug: 27812109 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)