mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-01-27 14:25:57 +00:00
14 lines
261 B
Makefile
14 lines
261 B
Makefile
|
|
#
|
||
|
|
# Copyright (C) 2024 The LineageOS Project
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
#
|
||
|
|
|
||
|
|
PRODUCT_MAKEFILES := \
|
||
|
|
$(LOCAL_DIR)/lineage_sapphire.mk
|
||
|
|
|
||
|
|
COMMON_LUNCH_CHOICES := \
|
||
|
|
lineage_sapphire-user \
|
||
|
|
lineage_sapphire-userdebug \
|
||
|
|
lineage_sapphire-eng
|