Skip to content
Snippets Groups Projects
Commit 95d88fe8 authored by Dhina17's avatar Dhina17
Browse files

onclite: Bringup LineageOS


Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 3a410eb4
No related branches found
No related tags found
No related merge requests found
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_onclite.mk
#
# Copyright (C) 2019 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)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
# Inherit from onclite device
$(call inherit-product, device/xiaomi/onclite/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_NAME := lineage_onclite
PRODUCT_DEVICE := onclite
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := Redmi 7
PRODUCT_MANUFACTURER := Xiaomi
BUILD_FINGERPRINT := "xiaomi/onc/onc:9/PKQ1.181021.001/V10.3.3.0.PFLINXM:user/release-keys"
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="onc-user 9 PKQ1.181021.001 V10.3.3.0.PFLINXM release-keys"
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment