Files
android_device_xiaomi_unicorn/Android.mk
Arian bef97556bb unicorn: Initial device tree
Change-Id: I6d195d295b5f94b71c3ff32b21aa33d3af7bf588
2024-03-19 23:30:13 +01:00

12 lines
211 B
Makefile

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