Skip to content

Commit

Permalink
update boost submodule
Browse files Browse the repository at this point in the history
Signed-off-by: r4sas <r4sas@i2pmail.org>
  • Loading branch information
r4sas committed Jan 9, 2025
1 parent d634732 commit 8236649
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
8 changes: 0 additions & 8 deletions app/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ LOCAL_MODULE := i2pd
LOCAL_CPP_FEATURES := rtti exceptions
LOCAL_C_INCLUDES += $(IFADDRS_PATH) $(LIB_SRC_PATH) $(LIB_CLIENT_SRC_PATH) $(LANG_SRC_PATH) $(DAEMON_SRC_PATH)
LOCAL_STATIC_LIBRARIES := \
boost_system \
boost_program_options \
crypto \
ssl \
Expand All @@ -27,13 +26,6 @@ LOCAL_SRC_FILES := \

include $(BUILD_SHARED_LIBRARY)

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := boost_system
LOCAL_SRC_FILES := $(BOOST_PATH)/build/out/$(TARGET_ARCH_ABI)/lib/libboost_system.a
LOCAL_EXPORT_C_INCLUDES := $(BOOST_PATH)/build/out/$(TARGET_ARCH_ABI)/include
include $(PREBUILT_STATIC_LIBRARY)

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := boost_program_options
Expand Down
2 changes: 1 addition & 1 deletion binary/jni/boost
Submodule boost updated 1 files
+2 −2 build-android.sh
1 change: 0 additions & 1 deletion binary/jni/build_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ cd boost

# disable verbose output
sed -i -E -e 's/d\+2/d\+0/' build-android.sh
sed -i -E -e 's/\"23\.1\"\|\"25\.0\"/\"23\.1\"\|\"23\.2\"\|\"25\.0\"/' build-android.sh

if (( $# == 0 )); then
build all
Expand Down

0 comments on commit 8236649

Please sign in to comment.