Fix typo in the doc
Bug: N/A Test: N/A Change-Id: I6a9ede6f189116aa5d5c22167b5e9e0d5762606c
This commit is contained in:
parent
5507664a34
commit
5cd312a4e1
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue