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

Commit d7d692c2 authored by Brett Chabot's avatar Brett Chabot
Browse files

Replace use of deprecated target androidx-test

Test: make Launcher3Tests
Change-Id: Ib14fd9da1df3c022d39efb69660ff59b8a47db5d
parent 0d9275de
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@ java_library_static {
    name: "launcher-aosp-tapl",
    static_libs: [
        "androidx.annotation_annotation",
        "androidx-test",
        "androidx.test.runner",
        "androidx.test.rules",
        "androidx.test.uiautomator_uiautomator",
        "SystemUISharedLib",
    ],
+4 −2
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_STATIC_JAVA_LIBRARIES := \
	androidx.annotation_annotation \
	androidx-test \
	androidx.test.runner \
	androidx.test.rules \
	androidx.test.uiautomator_uiautomator \
	libSharedSystemUI

@@ -42,7 +43,8 @@ include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := tests
LOCAL_STATIC_JAVA_LIBRARIES := \
	androidx-test \
	androidx.test.runner \
	androidx.test.rules \
	androidx.test.uiautomator_uiautomator \
	mockito-target-minus-junit4