diff --git a/docs/getting_started/index.md b/docs/getting_started/index.md index ac5d38bc..f5980346 100644 --- a/docs/getting_started/index.md +++ b/docs/getting_started/index.md @@ -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 ``` diff --git a/microdroid/README.md b/microdroid/README.md index 783f3005..a6521394 100644 --- a/microdroid/README.md +++ b/microdroid/README.md @@ -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 ```