android_device_xiaomi_grus/Android.mk

12 lines
203 B
Makefile
Raw Permalink Normal View History

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