android_device_xiaomi_beryl.../Android.mk
Bruno Martins a917a185dd beryllium: Add initial device tree files
Change-Id: I8f61cbf6b811f379d1d013edba334317bceabcc5
2018-09-20 15:32:11 +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