I have an intermediate step of generating a keystore for an android package and I want to store it in ~/.android, how do I add it as an output file arg (and subsequently a file arg for a future step) if it's outside the .zig-cache?
I tried invoking addPrefixedOutputFileArg with a prefix of /home/user/.android, but it ends up in the .zig-cache under that name. Can I somehow change the prefix path just for one step or how is it supposed to be done?