From 2ff76ca66a76f3efc96198967c3d1c94d2b8de77 Mon Sep 17 00:00:00 2001 From: Edward Cross Date: Tue, 31 Jul 2018 15:17:57 +0200 Subject: Launcher3: Google Feed integration If Google Search is installed, the Google Feed can be found at the -1 screen (which is the very left). This feature is enabled by default. Change-Id: I495196818699fd378cd60e6dd61b07a0ab951762 --- Android.mk | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index a765b1399..811322f7a 100644 --- a/Android.mk +++ b/Android.mk @@ -39,6 +39,18 @@ LOCAL_MODULE := LauncherPluginLib include $(BUILD_STATIC_JAVA_LIBRARY) +# +# Prebuilt Google Feed library +# +include $(CLEAR_VARS) +LOCAL_MODULE := libGoogleFeed +LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_CLASS := JAVA_LIBRARIES +LOCAL_SRC_FILES := libs/libGoogleFeed.jar +LOCAL_UNINSTALLABLE_MODULE := true +LOCAL_SDK_VERSION := 27 +include $(BUILD_PREBUILT) + # # Build rule for Launcher3 dependencies lib. # @@ -53,7 +65,9 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \ androidx.preference_preference \ iconloader_base -LOCAL_STATIC_JAVA_LIBRARIES := LauncherPluginLib +LOCAL_STATIC_JAVA_LIBRARIES := \ + LauncherPluginLib \ + libGoogleFeed LOCAL_SRC_FILES := \ $(call all-proto-files-under, protos) \ -- cgit v1.2.3