From b5fa88039f8e4d94c3f7eec5f1bbe824c54ce886 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Wed, 21 Feb 2018 10:27:24 +0000 Subject: [PATCH] AnomalyTester: Remove dependency on bouncycastle. Not used by this package. Note: This change is a no-op because this package links directly against the boot classpath (which contains bouncycastle). Test: make Bug: 73635411 Change-Id: I9edf0c0445a63235f58a6cbfabeb90be14974474 --- tests/anomaly-tester/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/anomaly-tester/Android.mk b/tests/anomaly-tester/Android.mk index ade37db0284..30653f2f47a 100644 --- a/tests/anomaly-tester/Android.mk +++ b/tests/anomaly-tester/Android.mk @@ -4,7 +4,7 @@ include $(CLEAR_VARS) LOCAL_MODULE_TAGS := tests LOCAL_CERTIFICATE := platform -LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle +LOCAL_JAVA_LIBRARIES := android.test.runner LOCAL_STATIC_JAVA_LIBRARIES := \ android-support-test \ @@ -22,4 +22,4 @@ LOCAL_INSTRUMENTATION_FOR := Settings LOCAL_USE_AAPT2 := true -include $(BUILD_PACKAGE) \ No newline at end of file +include $(BUILD_PACKAGE)