Use working directory for aapt commands

This commit is contained in:
gingerBill
2025-03-27 10:31:59 +00:00
parent caac504b88
commit 0e6cc6ec4b
3 changed files with 104 additions and 22 deletions
-4
View File
@@ -1585,10 +1585,6 @@ gb_internal void init_android_values(bool with_sdk) {
gb_printf_err("Error: -android-keystore_alias:<string> has not been set\n");
gb_exit(1);
}
if (bc->android_manifest.len == 0) {
gb_printf_err("Error: -android-manifest:<string> has not been set\n");
gb_exit(1);
}
}
}