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

Commit b5d0285b authored by Paul Duffin's avatar Paul Duffin
Browse files

Prepare for removal of legacy-test from default targets

In preparation for removing junit classes from the Android API
the legacy-test target will be removed from the
TARGET_DEFAULT_JAVA_LIBRARIES. This change adds explicit
dependencies on junit and/or legacy-android-test to ensure that
modules will compile properly once it is removed.

Bug: 30188076
Test: make checkbuild
Change-Id: I3ac2ec9b145df5872045a44cc9a7aeb24c456c80
parent 98907055
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common ims-common services
LOCAL_STATIC_JAVA_LIBRARIES := guava \
                               mockito-target \
                               android-support-test \
                               platform-test-annotations
                               platform-test-annotations \
                               legacy-android-test

LOCAL_PACKAGE_NAME := FrameworksTelephonyTests