Skip to content

Commit a3f6a2b

Browse files
authored
Fix link hook typo (flutter#150194)
Fixes a typo in the link hook implementation. cc @dcharkes
1 parent 16e7ade commit a3f6a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/isolated/native_assets/native_assets.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ Future<(Uri? nativeAssetsYaml, List<Uri> dependencies)> buildNativeAssetsSingleA
719719
buildMode: buildModeCli,
720720
workingDirectory: projectUri,
721721
includeParentEnvironment: true,
722-
cCompilerConfig: await buildRunner.ndkCCompilerConfigImpl,
722+
cCompilerConfig: await buildRunner.cCompilerConfig,
723723
buildResult: buildResult,
724724
);
725725
ensureNativeAssetsLinkSucceed(linkResult);

0 commit comments

Comments
 (0)