Skip to content

Commit

Permalink
Add missing artifact to the android_arm64_profile config. (flutter#42858
Browse files Browse the repository at this point in the history
)

The generation and archiving of this artifact was missed during the engine v2 migration.

Bug: flutter/flutter#128907

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
  • Loading branch information
godofredoc authored Jun 15, 2023
1 parent bd2caeb commit 80252cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/builders/linux_android_aot_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"include_paths": [
"out/android_profile_arm64/zip_archives/android-arm64-profile/artifacts.zip",
"out/android_profile_arm64/zip_archives/android-arm64-profile/linux-x64.zip",
"out/android_profile_arm64/zip_archives/android-arm64-profile/symbols.zip",
"out/android_profile_arm64/zip_archives/android-arm64-profile/analyze-snapshot-linux-x64.zip",
"out/android_profile_arm64/zip_archives/download.flutter.io"
],
Expand Down

0 comments on commit 80252cb

Please sign in to comment.