android_device_xiaomi_monet/Android.mk

12 lines
204 B
Makefile
Raw Normal View History

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