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:
Vadim Tryshev
2018-08-01 13:08:19 -07:00
parent 899c08aee8
commit 44780bad8f
+1 -1
View File
@@ -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)