blob: 4c6dec8f90d04a4158e9fc31fd51d73038fc2637 [file] [log] [blame]
"""
Build flag values for release config trunk.
"""
# 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.
#
# Build system flag configuration for `lunch <product>-trunk-<variant>` builds
# ^^^^^
# See go/build-system-flags
#
load("//build/make/core/release_config.bzl", "value")
load("//build/release/build_config/trunk_versions.bzl", "platform_version_flags")
# Flags should be alphabetical by flag name to reduce merge conflifcts
values = [
value("RELEASE_ACONFIG_VALUE_SETS", "//build/release/aconfig/trunk:aconfig_value_set-aosp-trunk"),
] + platform_version_flags