Use --no-rbe instead of --no-goma

Closes https://github.com/dart-lang/sdk/pull/56383

GitOrigin-RevId: 8846d089a01ea5c0247a0df45179f3fb00a22146
Change-Id: If37a85fd96ac2df98339cecafa973c0c9b385142
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/379220
Reviewed-by: Slava Egorov <vegorov@google.com>
This commit is contained in:
Eric Seidel
2024-08-07 12:43:10 +00:00
committed by Slava Egorov
parent 6cbe05e6c0
commit b3c4471f82
+1 -1
View File
@@ -33,7 +33,7 @@ Run gclient sync to install the Android NDK and SDK. This may take 10 minutes or
Once you've set up your build tree, you can build the Dart VM for Android by using the standard Dart build script with the addition of the --os android build flag:
`$ tools/build.py --no-goma --arch=arm,arm64,ia32,x64 --os=android runtime`
`$ tools/build.py --no-rbe --arch=arm,arm64,ia32,x64 --os=android runtime`
# Testing the result