summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKevin <kevhan@google.com>2019-02-26 17:08:49 -0800
committerKevin <kevhan@google.com>2019-02-26 17:08:49 -0800
commitdd50f6a7dca9c884b257c6afa04a71f436552785 (patch)
tree11604bb01d81656da9ecab6e00f30f791bc7bd21 /Android.mk
parent7eb9c9341637fce578e0cbe8eaa884f702d11877 (diff)
downloadandroid_packages_apps_Trebuchet-dd50f6a7dca9c884b257c6afa04a71f436552785.tar.gz
android_packages_apps_Trebuchet-dd50f6a7dca9c884b257c6afa04a71f436552785.tar.bz2
android_packages_apps_Trebuchet-dd50f6a7dca9c884b257c6afa04a71f436552785.zip
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
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 628b632cc..74b96d4ed 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