mirror of
https://github.com/Evolution-X-Devices/device_lenovo_zippo
synced 2026-01-27 14:21:16 +00:00
In order to properly support ZuiCamera, we must set our device model to match what is used in our stock ZUI ROM for zippo. We must also set some specific props that is needed for zippo's ZuiCamera too. Change-Id: I82e189bd9229cd7431fce1f8079ea90518b52af4
27 lines
769 B
Makefile
27 lines
769 B
Makefile
#
|
|
# Copyright (C) 2019 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
$(call inherit-product, device/lenovo/zippo/device.mk)
|
|
|
|
# Inherit some common Lineage stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
# Device identifier. This must come after all inclusions.
|
|
PRODUCT_BRAND := Lenovo
|
|
PRODUCT_DEVICE := zippo
|
|
PRODUCT_MANUFACTURER := Lenovo
|
|
PRODUCT_MODEL := Lenovo L78051
|
|
PRODUCT_NAME := lineage_zippo
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-lenovo
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
PRIVATE_BUILD_DESC="zippo_row-user 9 PKQ1.190110.001 11.0.405_191210 release-keys" \
|
|
PRODUCT_NAME="zippo" \
|
|
TARGET_DEVICE="zippo"
|
|
|
|
BUILD_FINGERPRINT := "Lenovo/zippo_row/zippo:9/PKQ1.190110.001/11.0.405_191210:user/release-keys"
|