platform_device_xiaomi_zeus/Android.mk
Arian aae2fe82eb zeus: Initial device tree
Change-Id: I6d195d295b5f94b71c3ff32b21aa33d3af7bf588
2023-05-11 19:36:27 +02:00

11 lines
208 B
Makefile

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