summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2023-12-06 14:16:46 -0800
committerRoman Kiryanov <rkir@google.com>2023-12-06 14:16:46 -0800
commitcdb656e97dbaebe0dcc23e61444e6187941c18d5 (patch)
treef586c9b184e5017da7d6c2943d77d89e4bf46fa2
parent100299c400115c35045c793f264b7b6d312a8c5a (diff)
downloadgoldfish-cdb656e97dbaebe0dcc23e61444e6187941c18d5.tar.gz
Fix comments in kernel build files
Bug: 295259752 Test: presubmit Change-Id: Iadea020cc55de8e62104a119fd94e7356c178646 Signed-off-by: Roman Kiryanov <rkir@google.com>
-rw-r--r--board/kernel/arm64.mk18
-rw-r--r--board/kernel/x86_64.mk18
2 files changed, 34 insertions, 2 deletions
diff --git a/board/kernel/arm64.mk b/board/kernel/arm64.mk
index 14631fb2..8c04ba14 100644
--- a/board/kernel/arm64.mk
+++ b/board/kernel/arm64.mk
@@ -1,4 +1,20 @@
-# we support OTA - suppress the build warning
+#
+# Copyright (C) 2023 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# we do NOT support OTA - suppress the build warning
PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
TARGET_KERNEL_USE ?= 6.1
diff --git a/board/kernel/x86_64.mk b/board/kernel/x86_64.mk
index 95b98a6e..3781656e 100644
--- a/board/kernel/x86_64.mk
+++ b/board/kernel/x86_64.mk
@@ -1,4 +1,20 @@
-# we support OTA - suppress the build warning
+#
+# Copyright (C) 2023 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# we do NOT support OTA - suppress the build warning
PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
TARGET_KERNEL_USE ?= 6.1