We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8966c15 commit 0c9a65aCopy full SHA for 0c9a65a
build.zig
@@ -28,7 +28,7 @@ pub fn build(b: *std.Build) void {
28
});
29
30
// Create stub of builtin options.
31
- // This is discovered and then replaced in src/androidbuild/Apk.zig
+ // This is discovered and then replaced by "Apk" in the build process
32
const android_builtin_options = std.Build.addOptions(b);
33
android_builtin_options.addOption([:0]const u8, "package_name", "");
34
module.addImport("android_builtin", android_builtin_options.createModule());
0 commit comments