Changing the default launcher and recents implementation for system build

Bug: 77490347
Test: Build and flashed system image
Change-Id: I71dbd7eb731c70656bb816848027626b2c7430cc
This commit is contained in:
Sunny Goyal 2018-05-29 16:04:11 -07:00
parent b2a5515585
commit 47acd31f57
3 changed files with 7 additions and 2 deletions

View File

@ -483,6 +483,11 @@ $(call add-clean-step, rm -rf $(TARGET_COMMON_OUT_ROOT)/obj_asan/JAVA_LIBRARIES/
# Remove stale init.noenforce.rc
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/gsi/init.noenforce.rc)
# Clean up Launcher3 which has been replaced with Launcher3QuickStep
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Launcher3)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/Launcher3)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher3_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************

View File

@ -42,7 +42,7 @@ PRODUCT_PACKAGES += \
KeyChain \
Keyguard \
LatinIME \
Launcher3 \
Launcher3QuickStep \
ManagedProvisioning \
MtpDocumentsProvider \
PacProcessor \

View File

@ -23,7 +23,7 @@ PRODUCT_PACKAGES := \
Development \
Dialer \
Gallery2 \
Launcher3 \
Launcher3QuickStep \
Camera2 \
librs_jni \
LiveWallpapersPicker \