Files
device_xiaomi_davinci/Android.mk
Arian 337ec67a9f davinci: Initial device tree
Change-Id: Id40117b9da643d10813445c009cdc8c0027f59c0
2021-06-01 19:27:43 +02:00

14 lines
208 B
Makefile

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