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

Commit f5f20c43 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch 'lineage-20.0' into v1-t

parents 284a770a 4768246a
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -7,6 +7,20 @@ PRODUCT_SIZE := full
$(call inherit-product-if-exists, external/google-fonts/lato/fonts.mk)
$(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk)

# Apps
PRODUCT_PACKAGES += \
    Aperture \
    Eleven \
    Etar \
    Profiles \
    Recorder \
    Seedvault

ifeq ($(TARGET_INCLUDES_AUDIOFX),true)
PRODUCT_PACKAGES += \
    AudioFX
endif

# Extra cmdline tools
PRODUCT_PACKAGES += \
    unrar \
@@ -17,7 +31,3 @@ PRODUCT_PACKAGES += \
    fonts_customization.xml \
    FontLatoOverlay \
    FontRubikOverlay

# Recorder
PRODUCT_PACKAGES += \
    Recorder
+1 −1
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@ PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries

# Enable support of one-handed mode
PRODUCT_PRODUCT_PROPERTIES += \
    ro.support_one_handed_mode=true
    ro.support_one_handed_mode?=true

$(call inherit-product, vendor/lineage/config/telephony.mk)
+1 −11
Original line number Diff line number Diff line
@@ -9,19 +9,9 @@ include vendor/lineage/config/lineage_audio.mk

# Apps
PRODUCT_PACKAGES += \
    Aperture \
    Backgrounds \
    Eleven \
    Etar \
    ExactCalculator \
    Jelly \
    Profiles \
    Seedvault

ifeq ($(TARGET_INCLUDES_AUDIOFX),true)
PRODUCT_PACKAGES += \
    AudioFX
endif
    Jelly

ifeq ($(PRODUCT_TYPE), go)
PRODUCT_PACKAGES += \
+10 −10
Original line number Diff line number Diff line
@@ -24,21 +24,21 @@ device_repos=(

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="TQ3A.230605.011"
readonly build_id="TQ3A.230705.001"

# Updated automatically via pixel/update-device-vars.sh

readonly prev_aosp_tag="android-13.0.0_r43"
readonly aosp_tag="android-13.0.0_r51"
readonly prev_aosp_tag="android-13.0.0_r51"
readonly aosp_tag="android-13.0.0_r61"

readonly build_number="10161073"
readonly build_number="10216780"

readonly image_url="https://dl.google.com/dl/android/aosp/barbet-tq3a.230605.011-factory-0df620b5.zip"
readonly image_sha256="0df620b5deffca2411e4aa12cd8d99a33d1049d703edb115ffc030f677987ae6"
readonly image_url="https://dl.google.com/dl/android/aosp/barbet-tq3a.230705.001-factory-8eaf78d6.zip"
readonly image_sha256="8eaf78d6a977d0611d380fd1594595a7599d5d8de7ee92706363bb3e5231345c"

readonly flash_url="https://flash.android.com/build/10161073?target=barbet-user&signed"
readonly flash_url="https://flash.android.com/build/10216780?target=barbet-user&signed"

readonly ota_url="https://dl.google.com/dl/android/aosp/barbet-ota-tq3a.230605.011-ddb7b951.zip"
readonly ota_sha256="ddb7b9516ad5dc305e79d18d79e89ba9eab8729dc4578b5b56dd7c5bb27b4515"
readonly ota_url="https://dl.google.com/dl/android/aosp/barbet-ota-tq3a.230705.001-d671a4ab.zip"
readonly ota_sha256="d671a4ab7f5d8b2c6a822202fd2857bbf540ca033093b987c71fa06589053453"

readonly security_patch="2023-06-05"
readonly security_patch="2023-07-05"
+10 −10
Original line number Diff line number Diff line
@@ -22,21 +22,21 @@ readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="TQ3A.230605.010"
readonly build_id="TQ3A.230705.001"

# Updated automatically via pixel/update-device-vars.sh

readonly prev_aosp_tag="android-13.0.0_r43"
readonly aosp_tag="android-13.0.0_r50"
readonly prev_aosp_tag="android-13.0.0_r50"
readonly aosp_tag="android-13.0.0_r61"

readonly build_number="10121037"
readonly build_number="10216780"

readonly image_url="https://dl.google.com/dl/android/aosp/bluejay-tq3a.230605.010-factory-1d224b94.zip"
readonly image_sha256="1d224b9463d6903a27e90d3413726925e91c55b2774449617f4e2f8ea767b745"
readonly image_url="https://dl.google.com/dl/android/aosp/bluejay-tq3a.230705.001-factory-d748864f.zip"
readonly image_sha256="d748864f62a09e4d237b4638ea2c3db2172a1fbdacea2801a03f100cfdb8b30f"

readonly flash_url="https://flash.android.com/build/10121037?target=bluejay-user&signed"
readonly flash_url="https://flash.android.com/build/10216780?target=bluejay-user&signed"

readonly ota_url="https://dl.google.com/dl/android/aosp/bluejay-ota-tq3a.230605.010-a67dbf36.zip"
readonly ota_sha256="a67dbf3626dd2f9fd187b83b738b7152b0200fb2bf031c469e00777b47f8b002"
readonly ota_url="https://dl.google.com/dl/android/aosp/bluejay-ota-tq3a.230705.001-1c9bce8d.zip"
readonly ota_sha256="1c9bce8ded42b6cf1a133436ef902d2fda3f4c0c78a127f4611ab1067613d6fe"

readonly security_patch="2023-06-05"
readonly security_patch="2023-07-05"
Loading