From 44780bad8f05092caeb719695abc5baea850d4fc Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Wed, 1 Aug 2018 13:08:19 -0700 Subject: [PATCH] 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 --- tests/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Android.mk b/tests/Android.mk index 8ca84f87b9..c8e554d734 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)