Skip to content

Commit

Permalink
docs: Add waydroid flavor to flavors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vroad committed Apr 17, 2022
1 parent 1ea2b4d commit 39757c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/modules/flavors.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,10 @@ Anbox support may be enabled by setting `flavor = "anbox";`.

At the time of writing, support is experimental.
Given that Anbox is based on an older Android release (7), support for Robotnix options is not guaranteed.

## Waydroid
Waydroid is a Free and open-source container-based approach at running Android on Linux systems.
Waydroid support may be enabled by setting device and flavor, e.g. `device="x86_64"; flavor="waydroid";`.
LineageOS based system/vendor images can be built using `nix-build ... -A config.build.waydroid`.

At the time of writing, support is experimental.

0 comments on commit 39757c3

Please sign in to comment.