diff options
author | Sunny Goyal <sunnygoyal@google.com> | 2018-05-29 16:17:14 -0700 |
---|---|---|
committer | Sunny Goyal <sunnygoyal@google.com> | 2018-06-01 20:46:02 +0000 |
commit | 83a4163a251bf324584856253dd2cb34efcaeb2d (patch) | |
tree | eebe450c57f61446f68b238d7958b1f74ede4aac | |
parent | 078b660460fdfafe9b03f1c4971530edda1dd842 (diff) | |
download | device_google_taimen-83a4163a251bf324584856253dd2cb34efcaeb2d.tar.gz device_google_taimen-83a4163a251bf324584856253dd2cb34efcaeb2d.tar.bz2 device_google_taimen-83a4163a251bf324584856253dd2cb34efcaeb2d.zip |
Changing the default launcher and recents implementation for aosp build
Bug: 77490347
Test: Build and flashed system image
Change-Id: Ib5e8a3cb0c8fec727b310b79e75f94c1de0fdb8b
-rw-r--r-- | aosp_taimen.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aosp_taimen.mk b/aosp_taimen.mk index 5f2c414..5653fd5 100644 --- a/aosp_taimen.mk +++ b/aosp_taimen.mk @@ -24,7 +24,7 @@ $(call inherit-product-if-exists, vendor/google_devices/taimen/proprietary/devic PRODUCT_PACKAGES += \ Dialer \ - Launcher3 \ + Launcher3QuickStep \ WallpaperPicker \ netutils-wrapper-1.0 \ vndk_package |