mirror of
https://github.com/Evolution-X-Devices/device_oneplus_kebab
synced 2026-02-01 05:33:51 +00:00
33 lines
1017 B
Makefile
33 lines
1017 B
Makefile
#
|
|
# Copyright (C) 2018 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.mk)
|
|
TARGET_SUPPORTS_OMX_SERVICE := false
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|
|
|
# Inherit from kebab device
|
|
$(call inherit-product, device/oneplus/kebab/device.mk)
|
|
|
|
# Inherit some common Lineage stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
PRODUCT_NAME := lineage_kebab
|
|
PRODUCT_DEVICE := kebab
|
|
PRODUCT_MANUFACTURER := OnePlus
|
|
PRODUCT_BRAND := OnePlus
|
|
PRODUCT_MODEL := KB2005
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-oneplus
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
BuildDesc="OnePlus8T-user 14 UKQ1.230924.001 R.1a46c89-1_1 release-keys" \
|
|
BuildFingerprint=OnePlus/OnePlus8T/OnePlus8T:14/UKQ1.230924.001/R.1a46c89-1_1:user/release-keys \
|
|
DeviceName=OnePlus8T \
|
|
DeviceProduct=OnePlus8T \
|
|
SystemDevice=OnePlus8T \
|
|
SystemName=OnePlus8T
|