Skip to content

Commit 6471717

Browse files
committed
add debug
1 parent 2e38aa8 commit 6471717

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ android/depot_tools/
1414
android/webrtc/
1515
ios/depot_tools/
1616
ios/webrtc/
17+
ubuntu-xenial-16.04-cloudimg-console.log

android/build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ execute_build() {
271271
if [ "$WEBRTC_DEBUG" = "true" ] ;
272272
then
273273
cp -p "$WEBRTC_ROOT/src/$ARCH_OUT/$BUILD_TYPE/libjingle_peerconnection_so.so" "$ARCH_JNI/libjingle_peerconnection_so.so"
274+
cp -p "$WEBRTC_ROOT/src/$ARCH_OUT/$BUILD_TYPE/libboringssl.cr.so" "$ARCH_JNI/libboringssl.cr.so"
275+
cp -p "$WEBRTC_ROOT/src/$ARCH_OUT/$BUILD_TYPE/libbase.cr.so" "$ARCH_JNI/libbase.cr.so"
276+
cp -p "$WEBRTC_ROOT/src/$ARCH_OUT/$BUILD_TYPE/libc++_shared.so" "$ARCH_JNI/libc++_shared.so"
277+
cp -p "$WEBRTC_ROOT/src/$ARCH_OUT/$BUILD_TYPE/libprotobuf_lite.cr.so" "$ARCH_JNI/libprotobuf_lite.cr.so"
274278
else
275279
"$STRIP" -o "$ARCH_JNI/libjingle_peerconnection_so.so" "$WEBRTC_ROOT/src/$ARCH_OUT/$BUILD_TYPE/libjingle_peerconnection_so.so" -s
276280
fi

0 commit comments

Comments
 (0)