Adding AOSP into the tapl library name.
The idea is to prevent accidentally adding non-AOSP code to it, which would make it wrong to drop it to AOSP parts of the platform. Bug: 110103162 Test: Building TaplTests suite Change-Id: Ide68f469d59fefb72b5195c7916bd1515a9bbed2
This commit is contained in:
+1
-1
@@ -40,6 +40,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ub-uiautomator
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, tapl)
|
||||
|
||||
LOCAL_SDK_VERSION := current
|
||||
LOCAL_MODULE := ub-launcher-tapl
|
||||
LOCAL_MODULE := ub-launcher-aosp-tapl
|
||||
|
||||
include $(BUILD_STATIC_JAVA_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user