Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] fix the Windows build for DSO tests (#2196)
Getting a compiler error on Windows for `obj\Debug\Config.cs`, the generated code is: public static readonly string ZipAlignPath = Path.Combine ("C:\Users\myuser\android-toolchain\sdk", "build-tools", "28.0.0", "zipalign.exe"); Fixes include: - Use the `@` symbol before the base path in `Config.cs.in` - Use `Inputs` and `Outputs` on the `Prepare` target so it doesn't run all the time - Fix the double slash, since `$(IntermediateOutputPath)` always has a trailing slash after the core MSBuild targets are imported - Fixed a tab character
- Loading branch information