diff options
author | 2023-11-06 22:02:50 +0000 | |
---|---|---|
committer | 2023-11-06 22:02:50 +0000 | |
commit | ea2cdf20ab4b7196211f172c951d210deee24c69 (patch) | |
tree | 777897aa9c5c8312c2ea04331ca337aaa0cc0969 /release_config_map.mk | |
parent | fe35d2c14cf1a83241944d004a1f691d835d2e84 (diff) | |
parent | 40867230aa2ca8290eac0b1c77bf071aea9e74eb (diff) |
Merge changes from topic "revert-2815850-product-flags-BPEHLALXWE" into main
* changes:
Revert "Reapply "Set FLAG_DECLARATION_FILES value""
Revert "RELEASE_ACONFIG_VALUE_SETS is a list"
Diffstat (limited to 'release_config_map.mk')
-rw-r--r-- | release_config_map.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/release_config_map.mk b/release_config_map.mk index 544add47..f92f76bb 100644 --- a/release_config_map.mk +++ b/release_config_map.mk @@ -12,11 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# FLAG_DECLARATION_FILES gives the path(s) of flag declaration files that -# should be included in the build. -FLAG_DECLARATION_FILES := build/release/build_flags.bzl - -# Attach the flag value definitions to the various release configurations. $(call declare-release-config, next, build/release/build_config/next.bzl) $(call declare-release-config, trunk, build/release/build_config/trunk.bzl) $(call declare-release-config, trunk_food, build/release/build_config/trunk_food.bzl) |