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

Commit 2941b85f authored by Colin Cross's avatar Colin Cross
Browse files

Convert TelecommUnitTests to androidx

TelecommUnitTests' dependencies use androidx, convert
TelecommUnitTests.

Bug: 112467584
Test: mmma packages/services/Telecomm/tests
Change-Id: I12400374db0ce0d521aa8ee328fe0a15ab4f54d6
parent d44299d0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25,10 +25,10 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    platform-test-annotations

LOCAL_STATIC_ANDROID_LIBRARIES := \
    android-support-core-ui \
    android-support-core-utils \
    android-support-compat \
    android-support-fragment
    androidx.legacy_legacy-support-core-ui \
    androidx.legacy_legacy-support-core-utils \
    androidx.core_core \
    androidx.fragment_fragment

LOCAL_SRC_FILES := \
    $(call all-java-files-under, src) \