From 35297c49f611fae7f620d0375cf7ebb72e99f344 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Tue, 2 Oct 2018 21:32:36 +0100 Subject: [PATCH] Remove unnecessary dependency on bouncycastle Nothing in this target requires bouncycastle. Bug: 113148576 Test: build Change-Id: I6128fca1eca1c6cefe679721a4cf72729d27d6bb --- tests/NetworkSecurityConfigTest/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/NetworkSecurityConfigTest/Android.mk b/tests/NetworkSecurityConfigTest/Android.mk index fe65eccedd242..c225e170c377c 100644 --- a/tests/NetworkSecurityConfigTest/Android.mk +++ b/tests/NetworkSecurityConfigTest/Android.mk @@ -7,7 +7,6 @@ LOCAL_CERTIFICATE := platform LOCAL_JAVA_LIBRARIES := \ android.test.runner \ - bouncycastle \ conscrypt \ android.test.base \