From d0821ca8c7d2bdaf1f7255b106b0c639eb04cfb1 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Tue, 2 Oct 2018 21:37:30 +0100 Subject: [PATCH] Remove explicit dependency on bouncycastle The dependency is unnecessary once bouncycastle is included in the "standard libraries". Test: build Bug: 113148576 Change-Id: I057bb0e277220389db3c77b1035044d93f35432a --- Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.mk b/Android.mk index 0466a1fd69a..b54b376f92a 100644 --- a/Android.mk +++ b/Android.mk @@ -34,7 +34,6 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \ androidx.legacy_legacy-preference-v14 \ LOCAL_JAVA_LIBRARIES := \ - bouncycastle \ telephony-common \ ims-common