Files
device_xiaomi_sapphire/Android.mk
boedhack99 f959ecf1bc sapphire: Inherit from sm6225-common
Change-Id: I44ba94f9a08649d651e963b53490add5bc8e558a
2024-03-08 16:01:18 +07:00

12 lines
207 B
Makefile

#
# Copyright (C) 2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),sapphire)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif