| commit | 00334626935b4230cb2e91ca13d0d79d5c55500a | [log] [tgz] |
|---|---|---|
| author | Jerome Gaillard <jgaillard@google.com> | Fri May 03 17:10:25 2024 +0100 |
| committer | Jerome Gaillard <jgaillard@google.com> | Fri May 03 17:10:25 2024 +0100 |
| tree | 2e71e63622d4c7801bcb2eb712dcce264f6d6d66 | |
| parent | 363c98e3cc40f03f7478e4e797f9d60c6eb91fd2 [diff] |
Move native registries to their own inner classes Having native methods called in the static initalization of the class that defines them is problematic for the native registration on host JVM. This moves the registries into their own inner classes to avoid this issue. Bug: 337329128 Test: N/A Change-Id: Id767661d4da38f53c112bb1376798141b38d2c6c