mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com> Change-Id: I16061ac326d1f281c1126ce11bfc6cc0b2ce719a
12 lines
206 B
Makefile
12 lines
206 B
Makefile
#
|
|
# Copyright (C) 2025 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),vermeer)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif
|