From 066ca1737225fa9bfea38299a64dd57a01ac2aa4 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 4 Oct 2018 10:45:21 +0100 Subject: Remove explicit dependencies on "core" libraries The dependencies are unnecessary since bouncycastle, okhttp and conscrypt are included in the "standard libraries". Test: build Bug: 113148576 Change-Id: Ic8d15d911decbdd6391db8c1231b845353586a54 --- tests/NetworkSecurityConfigTest/Android.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/NetworkSecurityConfigTest') diff --git a/tests/NetworkSecurityConfigTest/Android.mk b/tests/NetworkSecurityConfigTest/Android.mk index c225e170c377..a6c21db16846 100644 --- a/tests/NetworkSecurityConfigTest/Android.mk +++ b/tests/NetworkSecurityConfigTest/Android.mk @@ -7,7 +7,6 @@ LOCAL_CERTIFICATE := platform LOCAL_JAVA_LIBRARIES := \ android.test.runner \ - conscrypt \ android.test.base \ LOCAL_STATIC_JAVA_LIBRARIES := junit -- cgit v1.2.3-59-g8ed1b