Skip to content

Commit a10b7b3

Browse files
committed
grapheneos: fix autopatchelf of clang for kernel build
1 parent 15fc44b commit a10b7b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flavors/grapheneos/kernel.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ let
3232
postPatch = ''
3333
rm -r python3
3434
'';
35+
autoPatchelfIgnoreMissingDeps=true; # Ignore missing liblog.so
3536
};
3637
"prebuilts/gas/linux-x86" = {};
3738
"prebuilts/misc/linux-x86" = {

0 commit comments

Comments
 (0)