We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa58e6a commit 613a77fCopy full SHA for 613a77f
.github/workflows/build.yml
@@ -172,7 +172,7 @@ jobs:
172
173
# Change to common directory and apply SUSFS patch
174
cd ../../common
175
- if [ "${{ inputs.soc }}" = "sun" ]; then
+ if [ "${{ inputs.android_version }}" = "android15" ] && [ "${{ inputs.kernel_version }}" = "6.6" ]; then
176
if ! grep -qxF '#include <trace/hooks/fs.h>' ./fs/namespace.c; then
177
sed -i '/#include <trace\/hooks\/blk.h>/a #include <trace\/hooks\/fs.h>' ./fs/namespace.c
178
else
0 commit comments