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

Commit f3ef6dab authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

Build correct blisslauncher target

parent 63e0cacc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -23,10 +23,6 @@ ifneq ($(TARGET_SUPPORTS_32_BIT_APPS),false)
include $(call inherit-product, external/svox/svox_tts.mk)
endif

# Launcher
PRODUCT_PACKAGES += \
    BlissLauncher3

# Overlays
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += $(VENDOR_PATH)/overlay/no-rro

+15 −0
Original line number Diff line number Diff line
# BlissLauncher
ifeq ($(PRODUCT_TYPE), go)
PRODUCT_PACKAGES += \
    BlissLauncher3Go

PRODUCT_DEXPREOPT_SPEED_APPS += \
    BlissLauncher3Go
else
PRODUCT_PACKAGES += \
    BlissLauncher3

PRODUCT_DEXPREOPT_SPEED_APPS += \
    BlissLauncher3
endif

# Default notification/alarm sounds
PRODUCT_PRODUCT_PROPERTIES += \
    ro.config.notification_sound=Selenium.ogg \