From b3c4471f82f3808364c251d48e3c73397b4b3bea Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 7 Aug 2024 12:43:10 +0000 Subject: [PATCH] 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 --- docs/Building-the-Dart-VM-for-Android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Building-the-Dart-VM-for-Android.md b/docs/Building-the-Dart-VM-for-Android.md index 4d97fea1e28..14074850573 100644 --- a/docs/Building-the-Dart-VM-for-Android.md +++ b/docs/Building-the-Dart-VM-for-Android.md @@ -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