Index: build/toolchain/mac/BUILD.gn |
diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn |
index 44cf56d4a9b74928bab5471eb321fb35c1da273f..f80286c01069e403176b813763cf4c965b4b17b7 100644 |
--- a/build/toolchain/mac/BUILD.gn |
+++ b/build/toolchain/mac/BUILD.gn |
@@ -406,7 +406,7 @@ template("mac_toolchain") { |
command = "rm -f {{output}} && " + |
"TOOL_VERSION=${tool_versions.compile_xcassets} " + |
"python $_tool -p $_sdk_name -t $_min_deployment_target " + |
- "-o {{output}} {{inputs}}" |
+ "-T {{bundle_product_type}} -o {{output}} {{inputs}}" |
description = "COMPILE_XCASSETS {{output}}" |
pool = ":bundle_pool($default_toolchain)" |