14 lines
257 B
Makefile
14 lines
257 B
Makefile
#
|
|
# Copyright (C) 2025 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
PRODUCT_MAKEFILES := \
|
|
$(LOCAL_DIR)/lineage_cancunf.mk
|
|
|
|
COMMON_LUNCH_CHOICES := \
|
|
lineage_cancunf-user \
|
|
lineage_cancunf-userdebug \
|
|
lineage_cancunf-eng
|