Index: build/toolchain/android/BUILD.gn |
diff --git a/build/toolchain/android/BUILD.gn b/build/toolchain/android/BUILD.gn |
index 1380c4abc0cecb4302ee763959abaf13c17a278d..087f04b3506331bd1d6c631f49074f03ffea449e 100644 |
--- a/build/toolchain/android/BUILD.gn |
+++ b/build/toolchain/android/BUILD.gn |
@@ -69,6 +69,7 @@ template("android_gcc_toolchain") { |
replace_command = "if ! cmp -s $temp_stripped_soname $stripped_soname; then mv $temp_stripped_soname $stripped_soname; fi" |
postsolink = "$strip_command && $replace_command" |
solink_outputs = [ stripped_soname ] |
+ default_output_extension = android_product_extension |
# We make the assumption that the gcc_toolchain will produce an exe with |
# the following definition. |