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