Fix linux_android_emulator_api_33 build config for rbe (flutter/engine#49776)

Following up from https://github.com/flutter/engine/pull/49660. Missed this `bringup: true` shard.
This commit is contained in:
Zachary Anderson 2024-01-12 23:33:11 +00:00 committed by GitHub
parent f15bc4cb13
commit 5f893e5dff

View File

@ -7,6 +7,9 @@
"kvm=1",
"cores=8"
],
"gclient_variables": {
"use_rbe": true
},
"gn": [
"--android",
"--android-cpu=x64",