android_device_samsung_a20/lineage_a20.mk
Chara c5275d4a6e a20: General CharaROM Fixups
- Points to CharaROM repos where needed
- Boot and Vendor SPLs match Platform SPL
- Add a "encryption unsupported" prompt, which will be used by lineage-sdk
2026-07-20 18:11:43 -04:00

38 lines
No EOL
1.4 KiB
Makefile

# Copyright (C) 2025 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk)
# Inherit LineageOS common device config
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit some common lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/a20/device.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := a20
PRODUCT_NAME := lineage_a20
PRODUCT_MODEL := SM-A205F
PRODUCT_BRAND := samsung
PRODUCT_MANUFACTURER := samsung
PRODUCT_GMS_CLIENTID_BASE := android-samsung
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="a20cis-user 11 RP1A.200720.012 A205FNXXSBCWC3 release-keys" \
BuildFingerprint=samsung/a20cis/a20:11/RP1A.200720.012/A205FNXXSBCWC3:user/release-keys
# CharaROM build flags
TARGET_BOOT_ANIMATION_RES := 720
TARGET_ENABLE_BLUR := false
TARGET_SUPPORTS_GOOGLE_RECORDER := false
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_SUPPORTS_BLUR := false
TARGET_SUPPORTS_CALL_RECORDING := true