commit | ab4afcb9efe9b11315f9b40cda2db42940a42b62 | [log] [tgz] |
---|---|---|
author | Xinghui Lu <xinghuilu@chromium.org> | Thu Aug 07 20:42:03 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 07 20:42:03 2025 |
tree | 9318e574b6e9e89178aec0ed9a05993b6a75343a | |
parent | 543a833d10b956c85eed6d9572aa32c5f29ebc26 [diff] |
[CLAMS] Add an additional wrapper to handle JNI for AiCoreModelDownloader. The idea is very similar to https://crrev.com/c/6820301. Although we don't need to cast any object in this case, adding this layer preemptively before the downstream repo has implemented the interface. It will be a lot harder to restructure the interface without breaking downstream going forward. Bug: 425408635 Change-Id: I1edc4c342a2f52dbd51fd790c989389df05b7d93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6825329 Reviewed-by: Clark DuVall <cduvall@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1498445}
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.