summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d840543b..f6b6c65c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,7 +7,7 @@ option('android',
option('android_platform',
type : 'combo',
- choices : ['generic'],
+ choices : ['cros', 'generic'],
value : 'generic',
description : 'Select the Android platform to compile for')