blob: 7b4e2d9080556d6d7a215412a03a944b50b0c2a8 [file] [log] [blame]
"""
Build flag values for release config trunk_food.
"""
# 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_food-<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_food:aconfig_value_set-aosp-trunk_food"),
] + platform_version_flags