Skip to content

Commit

Permalink
Update OpenSSL to 1.1.1w for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
hefroy committed Jan 22, 2024
1 parent daa51bd commit d0e9e51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/install-deps-cross-armhf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ if ! ${USE_CACHE} || [ ! -d /usr/local/arm-linux-gnueabihf ] || [ ! -d ${NATIVE_
vcs import --input https://raw.githubusercontent.com/ros2/ros2/release-galactic-20221209/ros2.repos src
rosdep init
rosdep update
git apply ${SCRIPT_DIR}/ros2_fix_cross_compile.patch
git apply ${SCRIPT_DIR}/patches/ros2_fix_cross_compile.patch
# Without setting PythonExtra_EXTENSION_SUFFIX the .so file are armhf but have x86_64 in the name
colcon build \
--merge-install \
Expand Down
2 changes: 1 addition & 1 deletion tools/install-deps-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export VERSION_ANDROID_SDK="33"
export VERSION_ANDROID_BUILD_TOOLS="30.0.3"
export VERSION_CMAKE="3.22.1" # Provided by Ubuntu 20.04, version here used for Android build
export VERSION_SNAPPY="1.1.8" # Provided by Ubuntu 20.04, version here used for Android build
export VERSION_OPENSSL="1.1.1s" # Provided by Ubuntu 20.04, version here used for Android build
export VERSION_OPENSSL="1.1.1w" # Provided by Ubuntu 20.04, version here used for Android build
export VERSION_BOOST="1.78.0" # Provided by Ubuntu 20.04, version here used for Android build
export VERSION_ION_C="v1.1.2"
File renamed without changes.

0 comments on commit d0e9e51

Please sign in to comment.