Merge "Create a distinction between prebuilt tapl and tapl built from source. Bug: 113128349" into ub-launcher3-master

This commit is contained in:
Hyunyoung Song
2018-08-28 23:42:37 +00:00
committed by Android (Google) Code Review
+2 -2
View File
@@ -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)