blob: d3249f6e9a02594e9d509c7383073942e63ae5d3 [file] [log] [blame] [edit]
// Copyright (C) 2024 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.
package {
default_applicable_licenses: ["microdroid_kernel_prebuilts_license"],
}
// See: http://go/android-license-faq
license {
name: "microdroid_kernel_prebuilts_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-GPL-2.0-only",
],
// large-scale-change unable to identify any license_text files
}
filegroup {
name: "microdroid_kernel_prebuilt-arm64",
// Below are properties that are conditionally set depending on value of build flags.
srcs: select(release_flag("RELEASE_AVF_MICRODROID_KERNEL_VERSION"), {
"android15_66": ["android15-6.6/arm64/kernel-6.6"],
default: [],
}),
}
filegroup {
name: "microdroid_kernel_prebuilt-x86_64",
// Below are properties that are conditionally set depending on value of build flags.
srcs: select(release_flag("RELEASE_AVF_MICRODROID_KERNEL_VERSION"), {
"android15_66": ["android15-6.6/x86_64/kernel-6.6"],
default: [],
}),
}
filegroup {
name: "microdroid_kernel_16k_prebuilt-arm64",
// Below are properties that are conditionally set depending on value of build flags.
srcs: select(release_flag("RELEASE_AVF_MICRODROID_KERNEL_VERSION"), {
"android15_66": ["android15-6.6/arm64/16k/kernel-6.6"],
default: [],
}),
}