correct build-android supported build targets names
This commit is contained in:
parent
10c933b8ff
commit
a54b2f4cb0
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue