mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Update default android build config
Remove x86 and x86_64 to bring down pr build times
This commit is contained in:
@@ -18,7 +18,7 @@ NDK_TARGET=26
|
||||
|
||||
JPEG_TAG=master
|
||||
OPENH264_TAG=v1.8.0 # NOTE: NDK r15c or earlier needed in --openh624-ndk for v1.8.0
|
||||
OPENSSL_TAG=OpenSSL_1_1_1j
|
||||
OPENSSL_TAG=OpenSSL_1_1_1k
|
||||
|
||||
SRC_DIR=$SCRIPT_PATH/..
|
||||
BUILD_DST=$SCRIPT_PATH/../client/Android/Studio/freeRDPCore/src/main/jniLibs
|
||||
@@ -26,4 +26,4 @@ BUILD_SRC=$SRC_DIR/build
|
||||
|
||||
CMAKE_BUILD_TYPE=Debug
|
||||
|
||||
BUILD_ARCH="armeabi-v7a x86 arm64-v8a x86_64"
|
||||
BUILD_ARCH="armeabi-v7a arm64-v8a"
|
||||
|
||||
Reference in New Issue
Block a user