Files
device_realme_RMX2061/Android.mk
SagarMakhar b211d0cdc2 RMX2061: Convert to RMX2061 target
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
2021-08-27 08:15:49 +00:00

21 lines
621 B
Makefile

#
# Copyright (C) 2020 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),RMX2061)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif