We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea2b4d commit 2c14dc9Copy full SHA for 2c14dc9
docs/src/modules/flavors.md
@@ -69,3 +69,10 @@ Anbox support may be enabled by setting `flavor = "anbox";`.
69
70
At the time of writing, support is experimental.
71
Given that Anbox is based on an older Android release (7), support for Robotnix options is not guaranteed.
72
+
73
+## Waydroid
74
+Waydroid is a Free and open-source container-based approach at running Android on Linux systems.
75
+Waydroid support may be enabled by setting flavor and target CPU architecture, e.g. `device="x86_64"; flavor="waydroid";`.
76
+Lineage OS based system/vendor images can be built using `nix-build ... -A config.build.waydroid`.
77
78
+At the time of writing, support is experimental.
0 commit comments