summaryrefslogtreecommitdiff
path: root/build_config/protobuf_flags.scl
diff options
context:
space:
mode:
author LaMont Jones <lamontjones@google.com> 2024-05-02 16:55:14 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-05-02 16:55:14 +0000
commitbb2a5cc6afa91bf1330fc9136f48c4f0bfeafb95 (patch)
treeaf635006aa9435a555bab9cd99ff2bbaeff646c8 /build_config/protobuf_flags.scl
parentc4ad4c29fcecc4d5ca91769056f16eeea33def19 (diff)
parentec1553ee5a663cb75bc209b4414cbe45d97d988d (diff)
Merge "Add RELEASE_BUILD_FLAGS_IN_PROTOBUF" into main
Diffstat (limited to 'build_config/protobuf_flags.scl')
-rw-r--r--build_config/protobuf_flags.scl39
1 files changed, 39 insertions, 0 deletions
diff --git a/build_config/protobuf_flags.scl b/build_config/protobuf_flags.scl
new file mode 100644
index 00000000..9c0c7967
--- /dev/null
+++ b/build_config/protobuf_flags.scl
@@ -0,0 +1,39 @@
+"""
+Build flag values for release config protobuf_flags.
+"""
+# 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>-protobuf_flags-<variant>` builds
+# ^^^^^^^^^^^^^^
+# See go/build-system-flags
+#
+
+load("//build/make/core/release_config.scl", "value")
+
+################################################################################
+#
+# DO NOT EDIT THIS FILE
+#
+# Flag values should be changed in `trunk_staging.scl`, not here. This file should
+# only be used where protobuf_flags differs from trunk_staging:
+# RELEASE_BUILD_FLAGS_IN_PROTOBUF is the only difference at this time.
+################################################################################
+values = [
+ # keep-sorted start numeric=yes
+ value("RELEASE_BUILD_FLAGS_IN_PROTOBUF", True),
+ # keep-sorted end
+]
+# Flags should be alphabetical by flag name to reduce merge conflifcts