mirror of
https://github.com/LineageOS/android_device_xiaomi_grus.git
synced 2024-11-24 18:45:42 +00:00
14 lines
245 B
Makefile
14 lines
245 B
Makefile
|
#
|
||
|
# Copyright (C) 2022 The LineageOS Project
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
PRODUCT_MAKEFILES := \
|
||
|
$(LOCAL_DIR)/lineage_grus.mk
|
||
|
|
||
|
COMMON_LUNCH_CHOICES := \
|
||
|
lineage_grus-user \
|
||
|
lineage_grus-userdebug \
|
||
|
lineage_grus-eng
|