diff options
author | 2018-10-04 10:45:21 +0100 | |
---|---|---|
committer | 2018-10-11 16:57:18 +0100 | |
commit | 066ca1737225fa9bfea38299a64dd57a01ac2aa4 (patch) | |
tree | be190391188c08bc5c1467c110919a502e303465 /tests/NetworkSecurityConfigTest | |
parent | ab81538d6b98433bd385068326b3b09a0d71fe34 (diff) |
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
Diffstat (limited to 'tests/NetworkSecurityConfigTest')
-rw-r--r-- | tests/NetworkSecurityConfigTest/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 |