Skip to content

Commit 411f4cc

Browse files
committed
-l stop support all
1 parent 2c59be5 commit 411f4cc

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

.github/workflows/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ on:
2020
options:
2121
- apple
2222
- android
23-
- all
2423
- ios
2524
- tvos
2625
- macos
26+
- all
2727
dryrun:
2828
description: 'just run workflow,but not deploy'
2929
required: false

configs/default.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

tools/parse-arguments.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Clone vendor library git repository,Checkout specify commit,Apply patches
4242
OPTIONS:
4343
-p Specify platform (ios,macos,tvos,android), can't be nil
4444
-a Specify archs (x86_64,arm64,x86_64_simulator,arm64_simulator,all) all="x86_64,arm64,x86_64_simulator,arm64_simulator"
45-
-l Specify which libs need init (all|libyuv|openssl|opus|bluray|dav1d|dvdread|freetype|fribidi|harfbuzz|unibreak|ass|ffmpeg), can't be nil
45+
-l Specify which libs need init (libyuv|openssl|openssl3|opus|bluray|dav1d|dvdread|freetype|fribidi|harfbuzz|unibreak|ass|ijkffmpeg|fftutorial|ffmpeg4|ffmpeg5|ffmpeg6|ffmpeg7), can't be nil
4646
-s Specify workspace dir
4747
--help Show help banner of init command
4848
--skip-pull-base Skip pull base repo
@@ -293,14 +293,6 @@ else
293293
done
294294
fi
295295

296-
if [[ "$MR_VENDOR_LIBS" == "all" ]]; then
297-
cfg_dir=$(DIRNAME=$(dirname "${BASH_SOURCE[0]}"); cd "${DIRNAME}/../configs"; pwd)
298-
source "${cfg_dir}/default.sh"
299-
300-
eval libs='$'"${MR_PLAT}_default_libs"
301-
export MR_VENDOR_LIBS="$libs"
302-
fi
303-
304296
echo "MR_ACTION : [$MR_ACTION]"
305297
echo "MR_PLAT : [$MR_PLAT]"
306298
echo "MR_CMD : [$MR_CMD]"

0 commit comments

Comments
 (0)