diff options
Diffstat (limited to 'docs/yaml/functions')
| -rw-r--r-- | docs/yaml/functions/executable.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/yaml/functions/executable.yaml b/docs/yaml/functions/executable.yaml index abbc5feee..df71b79fa 100644 --- a/docs/yaml/functions/executable.yaml +++ b/docs/yaml/functions/executable.yaml @@ -21,6 +21,17 @@ varargs_inherit: _build_target_base kwargs_inherit: _build_target_base kwargs: + android_exe_type: + type: str + default: "'executable'" + since: 1.8.0 + description: | + Specifies the intended target of the executable. This can either be + `executable`, if the intended usecase is to run the executable using + fork + exec, or `application` if the executable is supposed to be + loaded as shared object by the android runtime. + + export_dynamic: type: bool since: 0.45.0 |
