summaryrefslogtreecommitdiff
path: root/release_config_map.mk
diff options
context:
space:
mode:
Diffstat (limited to 'release_config_map.mk')
-rw-r--r--release_config_map.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/release_config_map.mk b/release_config_map.mk
index 544add47..ec354ee3 100644
--- a/release_config_map.mk
+++ b/release_config_map.mk
@@ -14,15 +14,15 @@
# 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
+FLAG_DECLARATION_FILES := build/release/build_flags.scl
# 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)
-$(call declare-release-config, trunk_staging, build/release/build_config/trunk_staging.bzl)
+$(call declare-release-config, next, build/release/build_config/next.scl)
+$(call declare-release-config, trunk, build/release/build_config/trunk.scl)
+$(call declare-release-config, trunk_food, build/release/build_config/trunk_food.scl)
+$(call declare-release-config, trunk_staging, build/release/build_config/trunk_staging.scl)
# Temporary, until we remove the old "staging" configs
-$(call declare-release-config, staging, build/release/build_config/trunk_staging.bzl)
+$(call declare-release-config, staging, build/release/build_config/trunk_staging.scl)