Skip to content

Commit f5cf90a

Browse files
authored
Update android.yml
1 parent fd7e048 commit f5cf90a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
with:
3131
path: |
3232
depot_tools
33-
.gclient
3433
third_party/llvm-build
3534
tools/flex-bison
3635
key: depot-tools-${{ runner.os }}-${{ hashFiles('.gclient') }}
@@ -75,6 +74,7 @@ jobs:
7574
export PATH=`pwd`/depot_tools:$PATH
7675
export NDK_CCACHE="ccache"
7776
echo $PATH
77+
sed -i '/expand_directory_allowlist/s/\]/,\n "//build\/modules\/BUILD.gn"\n]/' .gn
7878
gn gen out/Android-${{matrix.arch}} --threads=$(nproc)
7979
gn args out/Android-${{ matrix.arch }} --list --short
8080
autoninja -C out/Android-${{matrix.arch}} -j $(nproc)

0 commit comments

Comments
 (0)