android_device_xiaomi_beryl.../Android.mk
LuK1337 01cef7ca01 Revert "beryllium: Make Android.mk search recursive"
No longer needed.

This reverts commit d22b503e62.

Change-Id: Iae9c4257a98dd4ba47ef9992b1dec133ccc56764
2022-05-06 16:45:10 +01:00

21 lines
623 B
Makefile

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