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
|