340f910015
64bit only
33 lines
947 B
Makefile
33 lines
947 B
Makefile
#
|
|
# Copyright (C) 2024 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from those products. Most specific first.
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|
|
|
# Inherit some common Lineage stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
|
|
|
|
# Inherit from e1q device
|
|
$(call inherit-product, device/samsung/e1q/device.mk)
|
|
|
|
PRODUCT_NAME := lineage_e1q
|
|
PRODUCT_DEVICE := e1q
|
|
PRODUCT_BRAND := Samsung
|
|
PRODUCT_MODEL := SM-S9210
|
|
PRODUCT_MANUFACTURER := Samsung
|
|
|
|
# UDFPS
|
|
TARGET_HAS_UDFPS := true
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
BuildDesc="e1qzcx-user 14 UP1A.231005.007 S9210ZCS3AXI1 release-keys"
|
|
|
|
BUILD_FINGERPRINT := samsung/e1qzcx/e1q:14/UP1A.231005.007/S9210ZCS3AXI1:user/release-keys
|