summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-10-04 11:03:39 +0100
committerNeil Fuller <nfuller@google.com>2018-10-12 10:44:48 +0100
commita18bedbffad7a615e52aa3602f6541b56453db32 (patch)
tree4bc6547df8b65a45884dc216abe5d2d9aee5e7c2 /tests
parent8f283df62152cdaea36a735b8b527dbee7f072cc (diff)
Remove explicit dependencies on "core" libraries
The dependencies are unnecessary since bouncycastle and conscrypt are included in the "standard libraries". Test: build Bug: 113148576 Change-Id: Ic059bd60a7e34550ff65d6226d65b70ee52c6bc8
Diffstat (limited to 'tests')
-rw-r--r--tests/wifitests/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/wifitests/Android.mk b/tests/wifitests/Android.mk
index 2ea0fe532..cd9b354e4 100644
--- a/tests/wifitests/Android.mk
+++ b/tests/wifitests/Android.mk
@@ -64,9 +64,7 @@ LOCAL_JAVA_LIBRARIES := \
android.test.runner \
android.hidl.manager-V1.0-java \
android.test.base \
- android.test.mock \
- bouncycastle \
- conscrypt
+ android.test.mock
# These must be explicitly included because they are not normally accessible
# from apps.