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

Commit a3da6598 authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Merge "Prepare for removal of legacy-test from default targets"

am: a6b0c881

Change-Id: Iadb65fd5a2630e74071866f2d0b4347d29a71af1
parents 058533ae a6b0c881
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    espresso-core \
    espresso-contrib-nodep \
    espresso-intents-nodep \
    ub-uiautomator
    ub-uiautomator \
    legacy-android-test

# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_STATIC_JAVA_LIBRARIES := \
    android-support-test \
    mockito-target \
    espresso-core
    espresso-core \
    legacy-android-test

# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)