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
diff --git a/tests/Android.mk b/tests/Android.mk
index 8ca84f8..c8e554d 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -40,6 +40,6 @@
 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)