mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-01-27 19:03:34 +00:00
* Taken configs from dump extracted * Add partitons Change-Id: I4589fff593d0ea78d9e80ee8adcd7d7ff04dfea3
13 lines
217 B
Makefile
13 lines
217 B
Makefile
#
|
|
# Copyright (C) 2023 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(filter topaz,$(TARGET_DEVICE)),)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|
|
endif
|