From 9e3b0973f8e163d2d4a33af0d78c7f237f9af7b5 Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 31 Dec 2017 12:46:41 -0800 Subject: [PATCH] recipes: Set DIST for ppsspp android-cmake recipes. --- recipes/android/cores-android-cmake-aarch64.conf | 1 + recipes/android/cores-android-cmake-armv7.conf | 1 + recipes/android/cores-android-cmake-x86.conf | 1 + 3 files changed, 3 insertions(+) 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