diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-19 15:51:16 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-04-20 16:26:02 +0300 |
| commit | 872f1a211b5b89cdebefc0f501bde38f6a17b20c (patch) | |
| tree | 6c9d380017e0bf289b8ea2cc59418693b194a8cb /docs/markdown | |
| parent | 86ad0097484080f2da5d09484f8a6f6a2d5c535e (diff) | |
| download | meson-872f1a211b5b89cdebefc0f501bde38f6a17b20c.tar.gz | |
document android_exe_type in release notes
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/snippets/android-exe-type.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/markdown/snippets/android-exe-type.md b/docs/markdown/snippets/android-exe-type.md new file mode 100644 index 000000000..ce4d94647 --- /dev/null +++ b/docs/markdown/snippets/android-exe-type.md @@ -0,0 +1,10 @@ +## New argument `android_exe_type` for executables + +Android application executables actually need to be linked +as a shared object, which is loaded from a pre-warmed JVM. +Meson projects can now specify a new argument `android_exe_type` +and set it to `application`, in order produce such a shared library +only on Android targets. + +This makes it possible to use the same `meson.build` file +for both Android and non-Android systems. |
