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

Commit 5384e27d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix: Include AvatarPicker in all handheld devices" into main

parents ed49df9a 729c6ee1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -36,11 +36,6 @@ PRODUCT_PACKAGES += \
    Stk \
    Tag \

ifeq ($(RELEASE_AVATAR_PICKER_APP),true)
  PRODUCT_PACKAGES += \
    AvatarPicker
endif

# OTA support
PRODUCT_PACKAGES += \
    recovery-refresh \
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)

PRODUCT_PACKAGES += \
    android.software.window_magnification.prebuilt.xml \
    $(if $(RELEASE_AVATAR_PICKER_APP), AvatarPicker,) \
    BasicDreams \
    BlockedNumberProvider \
    BluetoothMidiService \