* Switch to Tawaneza variant, to match the main chapsand tree Change-Id: Iab7ca0ee52a5f1add580748d5ce0ccc461ab6c14
30 lines
939 B
Makefile
30 lines
939 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-S9180
|
|
PRODUCT_MANUFACTURER := Samsung
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
BuildDesc="dm3qzhx-user 15 AP3A.240905.015.A2 S9180ZHS6DYF1 release-keys" \
|
|
BuildFingerprint=samsung/dm3qzhx/dm3q:15/AP3A.240905.015.A2/S9180ZHS6DYF1:user/release-keys \
|
|
DeviceProduct=dm3qzhx \
|
|
SystemName=dm3qzhx
|