Skip to content

Commit 2c6ed80

Browse files
committed
[Android]update ci config with audio.
1 parent b47327a commit 2c6ed80

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/ci/build/build_android.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,15 @@ rm -rf ./$unzip_name/demo
6666
rm ./$unzip_name/commits
6767
rm ./$unzip_name/package_size_report.txt
6868
mkdir ./$unzip_name/samples
69+
70+
6971
mkdir ./$unzip_name/samples/API-example
72+
if [[ $sdk_url == *audio_only* ]]
73+
then
74+
cp -rf ./Android/APIExample-Audio/** ./$unzip_name/samples/API-example
75+
else
7076
cp -rf ./Android/APIExample/** ./$unzip_name/samples/API-example
77+
fi
78+
7179
7za a -tzip result.zip -r $unzip_name
7280
cp result.zip $WORKSPACE/withAPIExample_$zip_name

0 commit comments

Comments
 (0)