mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
switch to libinit for device recognition, taken and modified from https://github.com/Evolution-X-Devices/device_xiaomi_marble/commits/udc/libinit
23 lines
625 B
Makefile
23 lines
625 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
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|