| commit | 9ce90880ed44885b090304c49098efb51843eae6 | [log] [tgz] |
|---|---|---|
| author | jmmv <jmmv@google.com> | Fri Oct 02 11:12:44 2020 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri Oct 02 11:13:46 2020 -0700 |
| tree | a4c0c969ae3610da6a90c4e8f2062388c7a184ab | |
| parent | 8346ea4cfdd9fbd170d51a528fee26f912dad2d5 [diff] |
Load JNI from a static context instead of in every entry point. This is what all other classes that depend on JNI do, and it's a less fragile mechanism to ensure that JNI is present. As a side-effect, we can remove some Java->native indirections that existed throughout the code by directly declaring the public entry points as native. PiperOrigin-RevId: 335062603
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md