15 lines
316 B
Makefile
15 lines
316 B
Makefile
#
|
|
# Copyright (C) 2024 The Android Open Source Project
|
|
# Copyright (C) 2024 SebaUbuntu's TWRP device tree generator
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
PRODUCT_MAKEFILES := \
|
|
$(LOCAL_DIR)/omni_haotian.mk
|
|
|
|
COMMON_LUNCH_CHOICES := \
|
|
omni_haotian-user \
|
|
omni_haotian-userdebug \
|
|
omni_haotian-eng
|