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