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
This commit is contained in:
@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
|
|||||||
LOCAL_MODULE_TAGS := tests
|
LOCAL_MODULE_TAGS := tests
|
||||||
LOCAL_CERTIFICATE := platform
|
LOCAL_CERTIFICATE := platform
|
||||||
|
|
||||||
LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle
|
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||||
|
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||||
android-support-test \
|
android-support-test \
|
||||||
@@ -22,4 +22,4 @@ LOCAL_INSTRUMENTATION_FOR := Settings
|
|||||||
|
|
||||||
LOCAL_USE_AAPT2 := true
|
LOCAL_USE_AAPT2 := true
|
||||||
|
|
||||||
include $(BUILD_PACKAGE)
|
include $(BUILD_PACKAGE)
|
||||||
|
Reference in New Issue
Block a user