Merge "AnomalyTester: Remove dependency on bouncycastle."

This commit is contained in:
Narayan Kamath
2018-02-23 17:36:59 +00:00
committed by Android (Google) Code Review

View File

@@ -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 \
@@ -23,4 +23,4 @@ LOCAL_INSTRUMENTATION_FOR := Settings
LOCAL_USE_AAPT2 := true
include $(BUILD_PACKAGE)
include $(BUILD_PACKAGE)