File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -206,11 +206,11 @@ execute_build() {
206
206
then
207
207
ARCH=" x64"
208
208
STRIP=" $ANDROID_TOOLCHAINS /x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-strip"
209
- elif [ " $WEBRTC_ARCH " = " armeabi-v7a " ] ;
209
+ elif [ " $WEBRTC_ARCH " = " armv7 " ] ;
210
210
then
211
211
ARCH=" arm"
212
212
STRIP=" $ANDROID_TOOLCHAINS /arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip"
213
- elif [ " $WEBRTC_ARCH " = " arm64-v8a " ] ;
213
+ elif [ " $WEBRTC_ARCH " = " armv8 " ] ;
214
214
then
215
215
ARCH=" arm64"
216
216
STRIP=" $ANDROID_TOOLCHAINS /aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-strip"
@@ -302,11 +302,11 @@ get_webrtc() {
302
302
303
303
# Updates webrtc and builds apprtc
304
304
build_apprtc () {
305
- export WEBRTC_ARCH=armeabi-v7a
305
+ export WEBRTC_ARCH=armv7
306
306
prepare_gyp_defines &&
307
307
execute_build
308
308
309
- export WEBRTC_ARCH=arm64-v8a
309
+ export WEBRTC_ARCH=armv8
310
310
prepare_gyp_defines &&
311
311
execute_build
312
312
You can’t perform that action at this time.
0 commit comments