mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-18 02:03:58 +00:00
19 lines
541 B
Makefile
19 lines
541 B
Makefile
#
|
|
# Copyright (C) 2021-2022 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)
|