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

Commit 7f8fb769 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge remote-tracking branch 'origin/lineage-23.0' into a16

parents 44c9d1af 5d460828
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -8,10 +8,6 @@ runs:
      shell: bash
      run: sudo apt update && sudo apt -y install libxml2-utils

    - name: Validate apns-conf.xml
      shell: bash
      run: xmllint --noout --schema ./tools/apns-conf.xsd ./prebuilt/common/etc/apns-conf.xml

    - name: Validate sensitive_pn.xml
      shell: bash
      run: xmllint --noout --schema ./spn/SpnInfo.xsd ./prebuilt/common/etc/sensitive_pn.xml
+5 −0
Original line number Diff line number Diff line
@@ -114,6 +114,11 @@ PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false
# leave less information available via JDWP.
PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true

# Enable whole-program R8 Java optimizations for SystemUI and system_server,
# but also allow explicit overriding for testing and development.
SYSTEM_OPTIMIZE_JAVA ?= true
SYSTEMUI_OPTIMIZE_JAVA ?= true

# Disable vendor restrictions
PRODUCT_RESTRICT_VENDOR_FILES := false

+4 −0
Original line number Diff line number Diff line
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

# Freeform window management
PRODUCT_COPY_FILES += \
    frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.freeform_window_management.xml

# Settings
PRODUCT_PRODUCT_PROPERTIES += \
    persist.settings.large_screen_opt.enabled=true
+0 −7
Original line number Diff line number Diff line
prebuilt_etc_xml {
    name: "apns-conf.xml",
    product_specific: true,
    src: "etc/apns-conf.xml",
    schema: ":apns-conf-schema",
}

prebuilt_etc_xml {
    name: "sensitive_pn.xml",
    product_specific: true,

prebuilt/common/etc/apns-conf.xml

deleted100644 → 0
+0 −3989

File deleted.

Preview size limit exceeded, changes collapsed.

Loading