Skip to content

Commit

Permalink
Use android_tools/ndk instead of android_ndk.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fifield committed Dec 21, 2018
1 parent 7b8e945 commit e17a4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ android:
- cd $CI_PROJECT_DIR
- cp webrtc-android-armeabi-v7a.pc webrtc-linux-arm.pc # cgo uses both on Android :-/
- export WEBRTC_SRC="$CI_PROJECT_DIR/third_party/webrtc/src"
- export ANDROID_NDK_HOME="$WEBRTC_SRC/third_party/android_ndk"
- export ANDROID_NDK_HOME="$WEBRTC_SRC/third_party/android_tools/ndk"
- export CGO_CXXFLAGS=-D_GLIBCXX_USE_CXX_ABI=1
- gomobile init -ndk $ANDROID_NDK_HOME
- gomobile bind -v -x -target=android github.com/keroserene/go-webrtc
Expand Down

0 comments on commit e17a4ab

Please sign in to comment.