android_device_tecno_LG8n/Android.mk
Shirayuki39 ded6d80c2d LG8n: Initial Skeleton Tree
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
2024-08-29 09:45:20 +08:00

12 lines
203 B
Makefile

#
# Copyright (C) 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),LG8n)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif