Co-authored-by: Carlo Dee <109793453+carlodeeCrypton@users.noreply.github.com> Co-authored-by: sekaiacg <sekaiacg@gmail.com> Co-authored-by: TheMalachite <eliasgheeraert@gmail.com> Signed-off-by: 7Soldier <reg.fm4@gmail.com>
14 lines
308 B
Makefile
14 lines
308 B
Makefile
#
|
|
# Copyright (C) 2023 The Android Open Source Project
|
|
# Copyright (C) 2023 SebaUbuntu's TWRP device tree generator
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
PRODUCT_MAKEFILES := \
|
|
$(LOCAL_DIR)/twrp_hiphi.mk
|
|
|
|
COMMON_LUNCH_CHOICES := \
|
|
twrp_hiphi-user \
|
|
twrp_hiphi-userdebug \
|
|
twrp_hiphi-eng
|