summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChilun <chilunhuang@google.com>2018-11-29 20:38:22 +0800
committerChilun Huang <chilunhuang@google.com>2018-12-13 09:21:47 +0000
commit3516bd89d9665787fdb3db73e4922361bb307380 (patch)
tree70ab33b412ec5fa1c67cd955b31836b0720138a5 /Android.mk
parent4d64da3259d83fa85b6db16a926276a5e283ac3f (diff)
downloadandroid_packages_apps_Trebuchet-3516bd89d9665787fdb3db73e4922361bb307380.tar.gz
android_packages_apps_Trebuchet-3516bd89d9665787fdb3db73e4922361bb307380.tar.bz2
android_packages_apps_Trebuchet-3516bd89d9665787fdb3db73e4922361bb307380.zip
Add a secondary launcher activity (1/2)
This secondary launcher activity with new category SECONDARY_HOME and multiple instance supporrted could be used on sencondary display. Bug: 118206886 Bug: 114329798 Test: Manual Change-Id: Ibaecf8ef7614389760d0fcc547ef6d378a921583
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 e5a712f19..28f0bc23b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -108,7 +108,9 @@ include $(CLEAR_VARS)
LOCAL_USE_AAPT2 := true
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_ANDROID_LIBRARIES := Launcher3CommonDepsLib
+LOCAL_STATIC_ANDROID_LIBRARIES := \
+ Launcher3CommonDepsLib \
+ SecondaryDisplayLauncherLib
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \
$(call all-java-files-under, src_shortcuts_overrides) \