summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChilun <chilunhuang@google.com>2019-01-08 14:31:56 +0800
committerChilun <chilunhuang@google.com>2019-01-08 14:31:56 +0800
commited0a112fdb70e5971fcd667928edd30fd66837c6 (patch)
treed89818cfcdfe064de2cf9894da0e65ef9ca8fa73 /Android.mk
parentea3ff5e338e619ceff738ac2baa637a53c054186 (diff)
downloadandroid_packages_apps_Trebuchet-ed0a112fdb70e5971fcd667928edd30fd66837c6.tar.gz
android_packages_apps_Trebuchet-ed0a112fdb70e5971fcd667928edd30fd66837c6.tar.bz2
android_packages_apps_Trebuchet-ed0a112fdb70e5971fcd667928edd30fd66837c6.zip
Add SecondaryDisplayLauncherLib in Launcher3QuickStep
Add the secondary launcher activity in Launcher3QuickStep to support secondary display. Bug: 118206886 Test: Manual test on cf_x86_phone-userdebug Change-Id: I4787f92fe32bb89f5f4c4fc3f93a4d3f27d5d2e6
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index cccf4e415..0477dabb5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -182,7 +182,9 @@ else
endif
LOCAL_MODULE := Launcher3QuickStepLib
LOCAL_PRIVILEGED_MODULE := true
-LOCAL_STATIC_ANDROID_LIBRARIES := Launcher3CommonDepsLib
+LOCAL_STATIC_ANDROID_LIBRARIES := \
+ Launcher3CommonDepsLib \
+ SecondaryDisplayLauncherLib
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \