Files
device_oneplus_lemonades/Android.mk

19 lines
536 B
Makefile
Raw Normal View History

2020-06-23 12:47:13 +02:00
#
# Copyright (C) 2018 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
2020-06-23 12:47:13 +02:00
#
#
# 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)