Skip to content

Commit 613a77f

Browse files
committed
Change fs.h add missing target condition
1 parent fa58e6a commit 613a77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
173173
# Change to common directory and apply SUSFS patch
174174
cd ../../common
175-
if [ "${{ inputs.soc }}" = "sun" ]; then
175+
if [ "${{ inputs.android_version }}" = "android15" ] && [ "${{ inputs.kernel_version }}" = "6.6" ]; then
176176
if ! grep -qxF '#include <trace/hooks/fs.h>' ./fs/namespace.c; then
177177
sed -i '/#include <trace\/hooks\/blk.h>/a #include <trace\/hooks\/fs.h>' ./fs/namespace.c
178178
else

0 commit comments

Comments
 (0)