Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Oct 29, 2024
1 parent 3d542fa commit ffb5860
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion webrtc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ fn main() {
webrtc_sys_build::configure_jni_symbols().unwrap();

println!("cargo:rustc-link-lib=EGL");
println!("cargo:rustc-link-lib=c++abi");
println!("cargo:rustc-link-lib=OpenSLES");

configure_android_sysroot(&mut builder);
Expand Down
1 change: 0 additions & 1 deletion webrtc-sys/libwebrtc/build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ cd src
# git apply "$COMMAND_DIR/patches/add_licenses.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
git apply "$COMMAND_DIR/patches/add_deps.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
git apply "$COMMAND_DIR/patches/android_use_libunwind.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
cd ..

mkdir -p "$ARTIFACTS_DIR/lib"
Expand Down
22 changes: 0 additions & 22 deletions webrtc-sys/libwebrtc/patches/android_use_libunwind.patch

This file was deleted.

0 comments on commit ffb5860

Please sign in to comment.