diff --git a/ci/builders/mac_android_aot_engine.json b/ci/builders/mac_android_aot_engine.json index 0651125ca9b39..d3745f7ead957 100644 --- a/ci/builders/mac_android_aot_engine.json +++ b/ci/builders/mac_android_aot_engine.json @@ -18,14 +18,18 @@ "cpu=x86" ], "gclient_variables": { - "download_android_deps": false + "download_android_deps": false, + "use_rbe": true }, "gn": [ "--target-dir", "ci/android_profile", "--runtime-mode", "profile", - "--android" + "--android", + "--rbe", + "--no-goma", + "--xcode-symlinks" ], "name": "ci/android_profile", "description": "Produces profile mode artifacts to target 32-bit arm Android from a macOS host.", @@ -36,6 +40,17 @@ "flutter/shell/platform/android:gen_snapshot" ] }, + "postsubmit_overrides": { + "gn": [ + "--target-dir", + "ci/android_profile", + "--runtime-mode", + "profile", + "--android", + "--no-rbe", + "--no-goma" + ] + }, "properties": { "$flutter/osx_sdk": { "sdk_version": "15a240d"