Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f7fd8c5 authored by Paul Duffin's avatar Paul Duffin Committed by Android (Google) Code Review
Browse files

Merge "Stop statically including legacy-android-test"

parents 8f739683 2baf7219
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -5,14 +5,19 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_CERTIFICATE := platform

LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common ims-common
LOCAL_JAVA_LIBRARIES := \
    android.test.runner \
    telephony-common \
    ims-common \
    android.test.base \
    android.test.mock \


LOCAL_STATIC_JAVA_LIBRARIES := \
    android-support-test \
    espresso-core \
    espresso-contrib-nodep \
    espresso-intents-nodep \
    legacy-android-test \
    mockito-target-minus-junit4 \
    platform-test-annotations \
    truth-prebuilt \