twrp_device_xiaomi_haotian/Android.mk

13 lines
278 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
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),haotian)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif