android_device_xiaomi_cupid/Android.mk
Arian 918fa12d96 cupid: Initial device tree
Change-Id: Id01117ad481165bb7a87cf3d2b43c7d9a5fa6d45
2022-04-03 19:25:37 +02:00

12 lines
204 B
Makefile

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