From 872f1a211b5b89cdebefc0f501bde38f6a17b20c Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sat, 19 Apr 2025 15:51:16 +0200 Subject: document android_exe_type in release notes Signed-off-by: Paolo Bonzini --- docs/markdown/snippets/android-exe-type.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/markdown/snippets/android-exe-type.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/android-exe-type.md b/docs/markdown/snippets/android-exe-type.md new file mode 100644 index 0000000..ce4d946 --- /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. -- cgit v1.1