You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a "zig-android-d8" artifact that can replace D8Glob. Will likely just need to take an approach of it passing through most parameters to d8 except it'll use a special argument like --zig-javac-class-dir to get all *.class files.
Need to think harder about DirectoryFileInput and replacing it. Maybe we simply just use inline Zig logic as it was originally developed and don't handle generated directory cases for now. Throw an error saying "not supported".
Initial PR here: #99
Remaining Todo:
D8Glob. Will likely just need to take an approach of it passing through most parameters tod8except it'll use a special argument like--zig-javac-class-dirto get all*.classfiles.DirectoryFileInputand replacing it. Maybe we simply just use inline Zig logic as it was originally developed and don't handle generated directory cases for now. Throw an error saying "not supported".