We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7e048 commit f5cf90aCopy full SHA for f5cf90a
1 file changed
.github/workflows/android.yml
@@ -30,7 +30,6 @@ jobs:
30
with:
31
path: |
32
depot_tools
33
- .gclient
34
third_party/llvm-build
35
tools/flex-bison
36
key: depot-tools-${{ runner.os }}-${{ hashFiles('.gclient') }}
@@ -75,6 +74,7 @@ jobs:
75
74
export PATH=`pwd`/depot_tools:$PATH
76
export NDK_CCACHE="ccache"
77
echo $PATH
+ sed -i '/expand_directory_allowlist/s/\]/,\n "//build\/modules\/BUILD.gn"\n]/' .gn
78
gn gen out/Android-${{matrix.arch}} --threads=$(nproc)
79
gn args out/Android-${{ matrix.arch }} --list --short
80
autoninja -C out/Android-${{matrix.arch}} -j $(nproc)
0 commit comments