diff --git a/docs/build-android.md b/docs/build-android.md index cfd0a56149397ade635c51c57abb105ad2db534f..58d45a2e5e9556fe0c0365cac3990a7e79f298e1 100644 --- a/docs/build-android.md +++ b/docs/build-android.md @@ -44,14 +44,14 @@ $ . build/envsetup.sh Then initialize the build using ```lunch```. ``` -$ lunch anbox_desktop_x86_64-userdebug +$ lunch anbox_x86_64-userdebug ``` The complete list of supported build targets: - * anbox_desktop_x86_64-userdebug - * anbox_desktop_armv7a_neon-userdebug - * anbox_desktop_arm64-userdebug + * anbox_x86_64-userdebug + * anbox_armv7a_neon-userdebug + * anbox_arm64-userdebug Now build everything with