mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_pyxis
synced 2026-01-27 17:12:38 +00:00
Signed-off-by: Ivan Vecera <ivan@cera.cz> Change-Id: I6cf88f89fabcf867e017160d59bd336bfcd56549
12 lines
204 B
Makefile
12 lines
204 B
Makefile
#
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),pyxis)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif
|