diff --git a/recipes/android/cores-android-cmake-aarch64.conf b/recipes/android/cores-android-cmake-aarch64.conf index 2553872f..1733cbeb 100644 --- a/recipes/android/cores-android-cmake-aarch64.conf +++ b/recipes/android/cores-android-cmake-aarch64.conf @@ -8,6 +8,7 @@ MAKE make NDK ndk-build NDK_TOOLCHAIN_VERSION 4.9 RA NO +DIST arm64-v8a LIBSUFFIX _android CORE_JOB YES ABI_OVERRIDE arm64-v8a diff --git a/recipes/android/cores-android-cmake-armv7.conf b/recipes/android/cores-android-cmake-armv7.conf index c1dda01f..5bea25d0 100644 --- a/recipes/android/cores-android-cmake-armv7.conf +++ b/recipes/android/cores-android-cmake-armv7.conf @@ -8,6 +8,7 @@ MAKE make NDK ndk-build NDK_TOOLCHAIN_VERSION 4.9 RA NO +DIST armeabi-v7a LIBSUFFIX _android CORE_JOB YES ABI_OVERRIDE armeabi-v7a diff --git a/recipes/android/cores-android-cmake-x86.conf b/recipes/android/cores-android-cmake-x86.conf index 53b6e691..644088c5 100644 --- a/recipes/android/cores-android-cmake-x86.conf +++ b/recipes/android/cores-android-cmake-x86.conf @@ -9,6 +9,7 @@ NDK ndk-build NDK_TOOLCHAIN_VERSION 4.9 RA NO LIBSUFFIX _android +DIST x86 CORE_JOB YES ABI_OVERRIDE x86 API_LEVEL 9