mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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:
parent
ee68dc2589
commit
d877962ee8
1 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue