* Ref https://review.lineageos.org/c/LineageOS/android_build_soong/+/401215 Change-Id: Ib59ba3fb8619deb9040bce588618ef2941948d4e Signed-off-by: clarencelol <clarencekuiek@proton.me> Signed-off-by: ihsanulrahman <ihsanulrahman@gmail.com>
29 lines
908 B
Makefile
29 lines
908 B
Makefile
#
|
|
# Copyright (C) 2023 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 from the device configuration.
|
|
$(call inherit-product, device/samsung/dm3q/device.mk)
|
|
|
|
# Inherit from the Lineage configuration.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
PRODUCT_NAME := lineage_dm3q
|
|
PRODUCT_DEVICE := dm3q
|
|
PRODUCT_BRAND := Samsung
|
|
PRODUCT_MODEL := SM-S918B
|
|
PRODUCT_MANUFACTURER := Samsung
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
BuildDesc=$(call normalize-path-list, "dm3qxxx-user 14 UP1A.231005.007 S918BXXS6CXI4 release-keys")
|
|
|
|
BUILD_FINGERPRINT := samsung/dm3qxxx/dm3q:14/UP1A.231005.007/S918BXXS6CXI4:user/release-keys
|