Compile Git for host and Android target platforms
- Rename CrossCompileGitForAndroid.sh to CompileGitForAllTargetPlatforms.sh and support host, Android-only, and all-target modes. - Compile a development-host Git binary at build/host-git/libgit.so for JVM tests. - Route level and sandbox tests through GITHUG_TEST_GIT_BINARY so they exercise the compiled host Git rather than the system Git fallback. - Cross-compile packaged Git binaries for arm64-v8a, armeabi-v7a, x86, and x86_64 Android targets. - Remove the temporary device-bound Pull rebase instrumentation path from the previous debugging attempt.
This commit is contained in:
Binary file not shown.
BIN
app/src/main/jniLibs/armeabi-v7a/libgit.so
Executable file
BIN
app/src/main/jniLibs/armeabi-v7a/libgit.so
Executable file
Binary file not shown.
BIN
app/src/main/jniLibs/x86/libgit.so
Executable file
BIN
app/src/main/jniLibs/x86/libgit.so
Executable file
Binary file not shown.
BIN
app/src/main/jniLibs/x86_64/libgit.so
Executable file
BIN
app/src/main/jniLibs/x86_64/libgit.so
Executable file
Binary file not shown.
Reference in New Issue
Block a user