android_device_xiaomi_grus/Android.mk
Sebastiano Barezzi cd95b56ed2
grus: Inherit from common tree
Change-Id: I220ee1325e07700386f1a436fca0004df3ad193a
2022-05-16 16:26:17 +02:00

12 lines
203 B
Makefile

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