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

Commit 93bc3989 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '2990-s-blueprint' into 'v1-s'

Convert makefile to blueprint

See merge request !188
parents 626c8db0 dc7837b3
Loading
Loading
Loading
Loading
Loading
+2 −46
Original line number Diff line number Diff line
@@ -14,59 +14,13 @@

VENDOR_PATH := vendor/eos

PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
    system/%

# /e/ OS packages
PRODUCT_PACKAGES += \
    GmsCore \
    GsfProxy \
    FakeStore \
    Mail \
    BlissLauncher3 \
    BlissWeather \
    AccountManager \
    Camera \
    eDrive \
    Notes \
    Tasks \
    DroidGuard \
    OpenKeychain \
    Browser \
    BrowserWebView \
    Apps \
    PwaPlayer \
    AdvancedPrivacy \
    SplitInstallService \
    WebCalendarManager \
    Talkback \
    mapsOverlay \
    eCalendar \
    Ntfy \
    MurenaMDM

# Removes proprietary apps
PRODUCT_PACKAGES += \
    RemoveProprietaryApps

# Parental
PRODUCT_PACKAGES += ParentalControl

SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += vendor/eos/sepolicy

# PicoTTS
$(call inherit-product, external/svox/svox_tts.mk)

# Optional applications
MINIMAL_APPS ?= false

ifeq ($(MINIMAL_APPS),false)
PRODUCT_PACKAGES += \
    MagicEarth \
    PdfViewer

endif

# CustomLocale
ifeq (test,$(RELEASE_TYPE))
PRODUCT_PACKAGES += \
@@ -102,3 +56,5 @@ ifeq (true,$(INCLUDE_IH8SN))
  PRODUCT_PACKAGES += ih8sn
  PRODUCT_COPY_FILES += $(DEFAULT_CONFIGURATION_FILE):$(TARGET_COPY_OUT_SYSTEM)/etc/ih8sn.conf
endif

include $(call inherit-product, prebuilts/prebuiltapks/config/common.mk)
+1 −2
Original line number Diff line number Diff line
@@ -2,5 +2,4 @@
PRODUCT_PRODUCT_PROPERTIES += \
    ro.config.ringtone=Dione.ogg

PRODUCT_PACKAGES += \
    Message
include $(call inherit-product, prebuilts/prebuiltapks/config/telephony.mk)
+0 −4
Original line number Diff line number Diff line
runtime_resource_overlay {
    name: "mapsOverlay",
    product_specific: true,
}
+0 −10
Original line number Diff line number Diff line
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="foundation.e.mapsoverlay"
    android:versionCode="1"
    android:versionName="1.0">
    <application android:hasCode="false" />
    <overlay
      android:targetPackage="com.generalmagic.magicearth"
      android:isStatic="true"
      android:priority="0"/>
</manifest>
−463 B
Loading image diff...
Loading