commit | 3366ec7ae8078808d5dd6278179e34794f351b9e | [log] [tgz] |
---|---|---|
author | Alexander Cooper <alcooper@chromium.org> | Tue Aug 29 05:14:35 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 29 05:14:35 2023 |
tree | 0481316c6d634f6745628dabcf0387137cacfa54 | |
parent | e8fd740968ff3910b10e72392ab980246353f069 [diff] |
Fix Cardboard JNI Registration When building with splits, the QrCode scanner throws an error when trying to talk back to the native code, since the native code exists in a different split than the java code. There were a few build errors that were encountered when trying to generate this registration as part of the build, and as such a registration header was manually generated. Bug: 1476661 Change-Id: Icb57b07a6e45a029eb7f2ceda53e72d4f765d6b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4818850 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Auto-Submit: Alexander Cooper <alcooper@chromium.org> Reviewed-by: Piotr Bialecki <bialpio@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1189352}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.