summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2018-08-01 13:08:19 -0700
committerVadim Tryshev <vadimt@google.com>2018-08-01 13:08:19 -0700
commit44780bad8f05092caeb719695abc5baea850d4fc (patch)
treed57c429ccce8311f82f58002658bbbc61b99b2b1 /tests
parent899c08aee8dba224ac12b5dce27ec1635f4ad07e (diff)
downloadandroid_packages_apps_Trebuchet-44780bad8f05092caeb719695abc5baea850d4fc.tar.gz
android_packages_apps_Trebuchet-44780bad8f05092caeb719695abc5baea850d4fc.tar.bz2
android_packages_apps_Trebuchet-44780bad8f05092caeb719695abc5baea850d4fc.zip
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
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 8ca84f87b..c8e554d73 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -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)