diff --git a/android.sh b/android.sh index d70e89c18..ee2a682de 100755 --- a/android.sh +++ b/android.sh @@ -493,6 +493,7 @@ EOF DETECTED_NDK_VERSION=$(grep -Eo Revision.* ${ANDROID_NDK_ROOT}/source.properties | sed 's/Revision//g;s/=//g;s/ //g') echo -e "\nINFO: Using Android NDK v${DETECTED_NDK_VERSION} provided at ${ANDROID_NDK_ROOT}\n" 1>>${BASEDIR}/build.log 2>&1 +echo -e "INFO: Build options: $@\n" 1>>${BASEDIR}/build.log 2>&1 # CLEAR OLD NATIVE LIBS rm -rf ${BASEDIR}/android/libs 1>>${BASEDIR}/build.log 2>&1 diff --git a/ios.sh b/ios.sh index af350496a..1b59ecaad 100755 --- a/ios.sh +++ b/ios.sh @@ -597,6 +597,8 @@ get_external_library_version() { # ENABLE COMMON FUNCTIONS . ${BASEDIR}/build/ios-common.sh +echo -e "INFO: Build options: $@\n" 1>>${BASEDIR}/build.log 2>&1 + GPL_ENABLED="no" DISPLAY_HELP="" BUILD_LTS=""