summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2018-08-28 14:02:55 -0700
committerHyunyoung Song <hyunyoungs@google.com>2018-08-28 14:55:19 -0700
commitb441a7e7658c666f4d9284c782d2368f29b57be9 (patch)
tree7acd0f8a31c16844e950151422f55c5c89c12302 /tests
parent1654c9e1c00cb41de392880adf7c3a5a558270b3 (diff)
downloadandroid_packages_apps_Trebuchet-b441a7e7658c666f4d9284c782d2368f29b57be9.tar.gz
android_packages_apps_Trebuchet-b441a7e7658c666f4d9284c782d2368f29b57be9.tar.bz2
android_packages_apps_Trebuchet-b441a7e7658c666f4d9284c782d2368f29b57be9.zip
Create a distinction between prebuilt tapl and tapl built from source.
Bug: 113128349 Change-Id: Ib1e09f13ee677a903f607b89d6bbb6af419677c4
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 8e1f2930d..80b690fb8 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -21,7 +21,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
androidx-test \
androidx.test.uiautomator_uiautomator \
mockito-target-minus-junit4 \
- ub-launcher-aosp-tapl
+ launcher-aosp-tapl
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_FULL_LIBS_MANIFEST_FILES := $(LOCAL_PATH)/AndroidManifest-common.xml
@@ -50,6 +50,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, tapl) \
../src/com/android/launcher3/TestProtocol.java
LOCAL_SDK_VERSION := current
-LOCAL_MODULE := ub-launcher-aosp-tapl
+LOCAL_MODULE := launcher-aosp-tapl
include $(BUILD_STATIC_JAVA_LIBRARY)