Loading Android.bp +2 −1 Original line number Diff line number Diff line Loading @@ -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", ], Loading tests/Android.mk +4 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading
Android.bp +2 −1 Original line number Diff line number Diff line Loading @@ -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", ], Loading
tests/Android.mk +4 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading