summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-12-07 01:26:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-12-07 01:26:59 +0000
commita8f98209b730e6e486ea286c3dc4cbae48b77f36 (patch)
tree3ac8f65394535a5ea87fc876229350b88bbf0d3d
parentbf27abb73133ca1f1dcbe18df942181440111f17 (diff)
parent405124889577a3bd6f26cf7a8dc78f18d0cb5c9d (diff)
downloadgoldfish-a8f98209b730e6e486ea286c3dc4cbae48b77f36.tar.gz
Merge "Fix comments in kernel build files" into main am: 67caafe890 am: d5f0022d18 am: 4051248895
Original change: https://android-review.googlesource.com/c/device/generic/goldfish/+/2862757 Change-Id: I08c15586ccc83a0bd69da2db9d7b393019553728 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.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