Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47acd31f authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Changing the default launcher and recents implementation for system build

Bug: 77490347
Test: Build and flashed system image
Change-Id: I71dbd7eb731c70656bb816848027626b2c7430cc
parent b2a55155
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
# ************************************************
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ PRODUCT_PACKAGES += \
    KeyChain \
    Keyguard \
    LatinIME \
    Launcher3 \
    Launcher3QuickStep \
    ManagedProvisioning \
    MtpDocumentsProvider \
    PacProcessor \
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ PRODUCT_PACKAGES := \
	Development \
	Dialer \
	Gallery2 \
	Launcher3 \
	Launcher3QuickStep \
	Camera2 \
	librs_jni \
	LiveWallpapersPicker \