mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
34 lines
No EOL
1.2 KiB
Makefile
34 lines
No EOL
1.2 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 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_BLUR := false
|
|
TARGET_SUPPORTS_CALL_RECORDING := true
|