Skip to content

Commit 0d47da4

Browse files
Remove unified headers for OpenSSL build
1 parent 9c6d8c2 commit 0d47da4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android-database-sqlcipher/build-openssl-libraries.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ MINIMUM_ANDROID_64_BIT_SDK_VERSION=$2
106106
python ${ANDROID_NDK_ROOT}/build/tools/make_standalone_toolchain.py \
107107
--arch ${TOOLCHAIN_ARCH} \
108108
--api ${ANDROID_API_VERSION} \
109-
--install-dir ${ANDROID_TOOLCHAIN_DIR} \
110-
--unified-headers
109+
--install-dir ${ANDROID_TOOLCHAIN_DIR}
111110

112111
if [ $? -ne 0 ]; then
113112
echo "Error executing make_standalone_toolchain.py for ${TOOLCHAIN_ARCH}"

0 commit comments

Comments
 (0)