android_device_xiaomi_monet/Android.mk
SebaUbuntu 6d327c6d3d Monet: Inherit from common tree
Signed-off-by: xSylla <syllamodder@gmail.com>
2021-06-15 11:37:47 +02:00

12 lines
204 B
Makefile

#
# 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