Merge "Add SecondaryDisplayLauncherLib in Launcher3QuickStep" into ub-launcher3-master

This commit is contained in:
Chilun Huang 2019-01-09 00:20:52 +00:00 committed by Android (Google) Code Review
commit 9850598506
1 changed files with 3 additions and 1 deletions

View File

@ -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) \