summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-03-04 10:43:17 -0800
committerHyunyoung Song <hyunyoungs@google.com>2019-03-04 10:57:54 -0800
commit494dd8da8207448033f2dcdf1e9550ddc4cc4ef6 (patch)
tree00c59357ba4c89848f523af5e817baacbb93f38d /tests/Android.mk
parent0a13878b965a87e0dd0eb6a9659bd279038c1de4 (diff)
downloadandroid_packages_apps_Trebuchet-494dd8da8207448033f2dcdf1e9550ddc4cc4ef6.tar.gz
android_packages_apps_Trebuchet-494dd8da8207448033f2dcdf1e9550ddc4cc4ef6.tar.bz2
android_packages_apps_Trebuchet-494dd8da8207448033f2dcdf1e9550ddc4cc4ef6.zip
Include Launcher3QuickstepLib for tapl
Bug: 123904290 Change-Id: I388061edcc5a2978d6c6f1102d92e09155678e34
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk12
1 files changed, 5 insertions, 7 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index a78753754..9a8878514 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -24,14 +24,12 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
androidx.test.runner \
androidx.test.rules \
androidx.test.uiautomator_uiautomator \
- libSharedSystemUI
+ libSharedSystemUI \
+ Launcher3QuickStepLib \
-LOCAL_SRC_FILES := $(call all-java-files-under, tapl) \
- ../quickstep/src/com/android/quickstep/SwipeUpSetting.java \
- ../src/com/android/launcher3/util/SecureSettingsObserver.java \
- ../src/com/android/launcher3/TestProtocol.java \
+LOCAL_SRC_FILES := $(call all-java-files-under, tapl)
-LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := system_current
LOCAL_MODULE := ub-launcher-aosp-tapl
include $(BUILD_STATIC_JAVA_LIBRARY)
@@ -52,7 +50,7 @@ ifneq (,$(wildcard frameworks/base))
LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_STATIC_JAVA_LIBRARIES += launcher-aosp-tapl
else
- LOCAL_SDK_VERSION := 28
+ LOCAL_SDK_VERSION := system_current
LOCAL_MIN_SDK_VERSION := 21
LOCAL_STATIC_JAVA_LIBRARIES += ub-launcher-aosp-tapl
endif