android_device_xiaomi_haydn/Android.mk
AdarshGrewal c11c95a7f7 haydn: Initial device tree
Change-Id: I674ddba9e29525327e2a4b9d0c4fe34e42894891
2022-10-12 04:05:59 +05:30

13 lines
206 B
Makefile

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