mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-29 02:37:19 +09:00
Co-authored-by: Demon000 <demonsingur@gmail.com> Change-Id: Ia0d3ae0deb9ac8549065f2ae25d8f28ce9b5dd02
21 lines
621 B
Makefile
21 lines
621 B
Makefile
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# This contains the module build definitions for the hardware-specific
|
|
# components for this device.
|
|
#
|
|
# As much as possible, those components should be built unconditionally,
|
|
# with device-specific names to avoid collisions, to avoid device-specific
|
|
# bitrot and build breakages. Building a component unconditionally does
|
|
# *not* include it on all devices, so it is safe even with hardware-specific
|
|
# components.
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),miatoll)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif
|