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
This commit is contained in:
@ -605,7 +605,7 @@ if is_android
|
|||||||
]
|
]
|
||||||
|
|
||||||
android_abi = get_option('android_abi')
|
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
|
else
|
||||||
target_type = 'executable'
|
target_type = 'executable'
|
||||||
target_name = 'mpd'
|
target_name = 'mpd'
|
||||||
|
Reference in New Issue
Block a user