From 2fabaa2e951a9cdb4dfcd95c457186115c040139 Mon Sep 17 00:00:00 2001 From: gd Date: Sat, 1 Feb 2025 11:00:58 +0200 Subject: [PATCH] android: meson.build - changed output dir name from jnilibs to jniLibs It is the default name: https://developer.android.com/studio/projects/gradle-external-native-builds#jniLibs --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 21c0822e6..4ddec3765 100644 --- a/meson.build +++ b/meson.build @@ -605,7 +605,7 @@ if is_android ] android_abi = get_option('android_abi') - install_dir = meson.current_source_dir() / 'android/app/src/main/jnilibs' / android_abi + install_dir = meson.current_source_dir() / 'android/app/src/main/jniLibs' / android_abi else target_type = 'executable' target_name = 'mpd'