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

Commit 017e68e6 authored by Anton Hansson's avatar Anton Hansson
Browse files

Add a few apps to mainline_system.

- LiveWallPapersPicker is included virtually everywhere
- PartnerBookmarksProvider is required by other apps
- SafetyRegulatoryInfo shows html content from a res overlay
- DMService, RcsService and Stk are all telephony apps
  of some sort.

Bug: 80410283
Test: lunch mainline_arm64; m nothing
Change-Id: I5afabc7dcc4ca320f06fdc4a2669fb1b81e53b0b
parent 60be6ae9
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -22,6 +22,15 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system.mk)
PRODUCT_PACKAGES += \
    com.android.nfc_extras \

# Applications
PRODUCT_PACKAGES += \
    DMService \
    LiveWallpapersPicker \
    PartnerBookmarksProvider \
    RcsService \
    SafetyRegulatoryInfo \
    Stk \

# OTA support
PRODUCT_PACKAGES += \
    update_engine \