mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
apparently QPR2 doesnt boot without it, even though it gets called via libinit thanks goolag?
25 lines
737 B
Makefile
25 lines
737 B
Makefile
#
|
|
# Copyright (C) 2022 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)
|
|
|
|
# Inherit some common Lineage stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
|
|
|
# Inherit from stone device
|
|
$(call inherit-product, device/xiaomi/stone/device.mk)
|
|
|
|
PRODUCT_NAME := lineage_stone
|
|
PRODUCT_DEVICE := stone
|
|
PRODUCT_MANUFACTURER := Xiaomi
|
|
PRODUCT_BRAND := Xiaomi
|
|
|
|
BUILD_FINGERPRINT := POCO/moonstone_p_global/moonstone:14/UKQ1.231003.002/V816.0.3.0.UMPMIXM:user/release-keys
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|