correct build-android supported build targets names

This commit is contained in:
Roberto Mier Escandon 2017-08-18 12:17:34 +02:00
commit a54b2f4cb0

View file

@ -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