mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sdm710-common
synced 2026-01-27 19:13:20 +00:00
12 lines
233 B
Makefile
12 lines
233 B
Makefile
#
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(filter grus pyxis sirius vela,$(TARGET_DEVICE)),)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif
|