Files
device_xiaomi_sapphire/Android.mk
boedhack99 727ab4dc83 topaz: Initial device configurations
* Taken configs from dump extracted
* Add partitons

Change-Id: I4589fff593d0ea78d9e80ee8adcd7d7ff04dfea3
2023-11-13 02:19:32 +07:00

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