mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-01 15:26:59 +00:00
lemonadep: Drop comments no longer applicable
Change-Id: I41b8450cc197cc2faf24b5f3853c341f335979da
This commit is contained in:
parent
5dc376b65b
commit
612c4c0044
11
Android.mk
11
Android.mk
@ -4,15 +4,4 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# 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)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
10
device.mk
10
device.mk
@ -1,17 +1,9 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2021 The LineageOS Project
|
# Copyright (C) 2021-2022 The LineageOS Project
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# This file sets variables that control the way modules are built
|
|
||||||
# thorughout the system. It should not be used to conditionally
|
|
||||||
# disable makefiles (the proper mechanism to control what gets
|
|
||||||
# included in a build is to use PRODUCT_PACKAGES in a product
|
|
||||||
# definition file).
|
|
||||||
#
|
|
||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
DEVICE_PACKAGE_OVERLAYS += \
|
DEVICE_PACKAGE_OVERLAYS += \
|
||||||
$(LOCAL_PATH)/overlay-lineage
|
$(LOCAL_PATH)/overlay-lineage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user