Merge pull request #674 from orbea/ppsspp

recipes: Set DIST for ppsspp android-cmake recipes.
This commit is contained in:
Andrés 2017-12-31 15:51:04 -05:00 committed by GitHub
commit 3072436c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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