From dd50f6a7dca9c884b257c6afa04a71f436552785 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 26 Feb 2019 17:08:49 -0800 Subject: [PATCH] Fix build break for Launcher3GoIconRecents The make rule for recents Go was called Launcher3QuickStepGoIconRecents in the make file while the one in the presubmit build rule is called Launcher3GoIconRecents. I opted to change the one in the make file since the one in presubmit is shorter. Test: Builds Change-Id: I740534707206d79d364312bfaf3a623a3c429f52 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 628b632cc6..74b96d4edc 100644 --- a/Android.mk +++ b/Android.mk @@ -319,7 +319,7 @@ LOCAL_RESOURCE_DIR := \ LOCAL_PROGUARD_FLAG_FILES := proguard.flags LOCAL_PROGUARD_ENABLED := full -LOCAL_PACKAGE_NAME := Launcher3QuickStepGoIconRecents +LOCAL_PACKAGE_NAME := Launcher3GoIconRecents LOCAL_PRIVILEGED_MODULE := true LOCAL_OVERRIDES_PACKAGES := Home Launcher2 Launcher3 Launcher3QuickStep LOCAL_REQUIRED_MODULES := privapp_whitelist_com.android.launcher3