Skip to content

Commit 328646a

Browse files
authored
Enable Android build in CI, update NDK to 17c. (#922)
* This merges parts of: * PR #662 "Overhaul the build process for the OpenSSL dependency on Android" by jwtowner * PR #711 "Update the build process for Boost on Android", also by jwtowner * PR #714 "Improved the build process for cpprestsdk on Android", also by jwtowner. The changes which required patching upstream Boost-for-Android in those PRs has been stripped. The NDK version targeted has been updated to 17c because that's what's avaialble in Azure Pipelines. Various compile failures this uncovered in cpprestsdk on Android were fixed. * Added Jesse Towner (jwtowner) to contributors.
1 parent 3a140eb commit 328646a

21 files changed

+849
-627
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ build.*/
6969
docs/
7070
# Ignore NuGet artifacts
7171
.nuget/
72+
Build_android/build/
7273
Generated Files/
7374
# Ignore iOS temp build directories
74-
Build_iOS/Apple-Boost-BuildScript
75+
Build_iOS/Apple-Boost-BuildScript

Build_android/boost-for-android-x86.patch

-173
This file was deleted.

Build_android/boost-for-android.patch

-175
This file was deleted.

0 commit comments

Comments
 (0)