Commit d5b1a65
Ankit Jain
Fix Mono.Android.targets - jcw-gen
- Build _GenerateJavaCallableWrappers *after* CoreBuild instead of
CoreCompile. This is because it depends on Mono.Android.dll being in
the OutputDir, but the *copy* to that directory happens *after*
CoreCompile.
This was hit when Mono.Android.dll would get compiled to
obj/Debug/Mono.Android.dll , but before it can be copied, jcw-gen is
run which expects Mono.Android.dll in the bin/Debug, thus breaking the
build.
- Paths passed to jcw-gen.exe as arguments should be relative to the
directory containing jcw-gen.exe or should be absolute.1 parent 74df388 commit d5b1a65
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments