Fix typo in the doc

Bug: N/A
Test: N/A
Change-Id: I6a9ede6f189116aa5d5c22167b5e9e0d5762606c
This commit is contained in:
Jiyong Park 2022-03-11 21:37:53 +09:00
parent 5507664a34
commit 5cd312a4e1
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ of rebuilding the entire image.
```shell
banchan com.android.virt aosp_arm64 // or aosp_x86_64 if the device is cuttlefish
m apps_only dist
UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true m apps_only dist
adb install out/dist/com.android.virt.apex
adb reboot
```

View File

@ -31,7 +31,7 @@ the device:
```sh
banchan com.android.virt aosp_arm64
UNBUNDLED_BUILD_SDKS_FROM_SOURCES=true m apps_only dist
UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true m apps_only dist
adb install out/dist/com.android.virt.apex
adb reboot
```