I'm currently attempting to compile GrapheneOS for a pixel 6 pro, and overall it's going fairly well, but I get stuck on:
script/release.sh raven
Where I get the error:
expected OUT in the environment
I've looked through the script, but couldn't figure out what is causing this, all I can say is that it is expecting something for $OUT, but when I type in $OUT in a terminal emulator I get a blank output. Everything up to this point seems to be successful, I've compiled twice to make sure there are no other errors prior to this step and everything looks good. The directory out/ does exist. Any help appreciated!