berlin: initial Evolution-X 10.x

Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
This commit is contained in:
Johan Liebert 2025-01-28 10:26:13 +08:00
parent bd23202e5d
commit 59e810f7e4
3 changed files with 16 additions and 11 deletions

View File

@ -39,9 +39,9 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Recovery # Recovery
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 90 TARGET_RECOVERY_UI_MARGIN_HEIGHT := 90
# Security # Security patch level
BOOT_SECURITY_PATCH := 2024-09-01 BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH) VENDOR_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
# Verified Boot # Verified Boot
BOARD_AVB_ROLLBACK_INDEX := 38 BOARD_AVB_ROLLBACK_INDEX := 38

View File

@ -1,6 +0,0 @@
[
{
"repository": "android_device_motorola_sm7325-common",
"target_path": "device/motorola/sm7325-common"
}
]

View File

@ -8,20 +8,31 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
TARGET_SUPPORTS_OMX_SERVICE := false TARGET_SUPPORTS_OMX_SERVICE := false
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from berlin device # Inherit from berlin device.
$(call inherit-product, device/motorola/berlin/device.mk) $(call inherit-product, device/motorola/berlin/device.mk)
# Inherit some common Lineage stuff. # Inherit some common LineageOS / Evolution-X stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk) $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
EVO_BUILD_TYPE := MINKAN
# Targets
TARGET_SUPPORT_BOOT_ANIMATIONS := true
TARGET_SUPPORTS_64_BIT_APPS := true
TARGET_BUILD_DEVICE_AS_WEBCAM := true
TARGET_USES_BLUR_RECENT := true
# Device identifier.
PRODUCT_NAME := lineage_berlin PRODUCT_NAME := lineage_berlin
PRODUCT_DEVICE := berlin PRODUCT_DEVICE := berlin
PRODUCT_MANUFACTURER := motorola PRODUCT_MANUFACTURER := motorola
PRODUCT_BRAND := motorola PRODUCT_BRAND := motorola
PRODUCT_MODEL := motorola edge 20 PRODUCT_MODEL := motorola edge 20
# GMS
WITH_GMS := true
PRODUCT_GMS_CLIENTID_BASE := android-motorola PRODUCT_GMS_CLIENTID_BASE := android-motorola
# Properties
PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="berlin_global-user 13 T1RGS33.135-109-9-29 695e0-d4b251 release-keys" \ BuildDesc="berlin_global-user 13 T1RGS33.135-109-9-29 695e0-d4b251 release-keys" \
BuildFingerprint=motorola/berlin_global/berlin:13/T1RGS33.135-109-9-29/695e0-d4b251:user/release-keys \ BuildFingerprint=motorola/berlin_global/berlin:13/T1RGS33.135-109-9-29/695e0-d4b251:user/release-keys \