We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6d8c2 commit 0d47da4Copy full SHA for 0d47da4
android-database-sqlcipher/build-openssl-libraries.sh
@@ -106,8 +106,7 @@ MINIMUM_ANDROID_64_BIT_SDK_VERSION=$2
106
python ${ANDROID_NDK_ROOT}/build/tools/make_standalone_toolchain.py \
107
--arch ${TOOLCHAIN_ARCH} \
108
--api ${ANDROID_API_VERSION} \
109
- --install-dir ${ANDROID_TOOLCHAIN_DIR} \
110
- --unified-headers
+ --install-dir ${ANDROID_TOOLCHAIN_DIR}
111
112
if [ $? -ne 0 ]; then
113
echo "Error executing make_standalone_toolchain.py for ${TOOLCHAIN_ARCH}"
0 commit comments