commit | 9850598506121b8ffd1cac81c9639159bcb92cb5 | [log] [tgz] |
---|---|---|
author | Chilun Huang <chilunhuang@google.com> | Wed Jan 09 00:20:52 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jan 09 00:20:52 2019 +0000 |
tree | ff8307594a348ff0385a4fc9f08353429b7448ee | |
parent | c7dd6d9b17aec8fdc4de198586371ebcf3a72a00 [diff] | |
parent | ed0a112fdb70e5971fcd667928edd30fd66837c6 [diff] |
Merge "Add SecondaryDisplayLauncherLib in Launcher3QuickStep" into ub-launcher3-master
diff --git a/Android.mk b/Android.mk index cccf4e4..0477dab 100644 --- a/Android.mk +++ b/Android.mk
@@ -182,7 +182,9 @@ 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) \