summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Koskovich <akoskovich@pm.me>2022-05-18 08:43:25 -0700
committerLuK1337 <priv.luk@gmail.com>2022-08-19 18:11:29 +0200
commitd2584770e6d7fa6c1fe206259fef944be624bbcb (patch)
tree3763e9be0bfc269917c49f2c0f82528ea7c539ac
parent5225fb3ec31a5334e40f18a33562f83ae49fcdf4 (diff)
kebab: Drop comments no longer applicable
Change-Id: I41b8450cc197cc2faf24b5f3853c341f335979da
-rw-r--r--Android.mk11
-rw-r--r--device.mk8
2 files changed, 0 insertions, 19 deletions
diff --git a/Android.mk b/Android.mk
index e8e9492..75f5a4a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,15 +4,4 @@
# 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)
diff --git a/device.mk b/device.mk
index a3fa5b0..038d059 100644
--- a/device.mk
+++ b/device.mk
@@ -4,14 +4,6 @@
# 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).
-#
-
# Enable virtual A/B OTA
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)