mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
readme: Fix typos in Android build instructions (#34067)
Fix some typos in the Android build instructions that prevented them from working properly. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
@@ -60,8 +60,8 @@ For more detailed build instructions, see the Servo book under [Setting up your
|
||||
`$ANDROID_SDK_ROOT/cmdline-tools/latest`.
|
||||
- Run the following command to install the necessary components:
|
||||
```shell
|
||||
sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install
|
||||
"build-tools;34.0.00 \
|
||||
sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install \
|
||||
"build-tools;34.0.0" \
|
||||
"emulator" \
|
||||
"ndk;26.2.11394342" \
|
||||
"platform-tools" \
|
||||
|
||||
Reference in New Issue
Block a user