summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
13 daysSnap for 11878282 from 9c12e4a19ea183e39af73bc84822aeb05e8943b7 to sdk-releasesdk-releaseAndroid Build Coastguard Worker
Change-Id: I2ab1cf123daccbcb131f92b439364ef74143c2d2
2024-05-21Update Android.bp by running cargo_embargomainJames Farrell
Test: ran cargo_embargo Change-Id: I61f83eb9ca4b7469ed834aba8d256b1d3c5d133e
2024-05-07Snap for 11812660 from ad5be114b2025238fde8f6d8c5969c313af5522f to sdk-releaseAndroid Build Coastguard Worker
Change-Id: I2f915e2e04d00e414b3bbf5e228a1aaae1421dc8
2024-05-03Manually adding soong cfg is no longer necessary.Andrew Walbran
Since https://r.android.com/3066423 Soong sets it automatically. Test: m liboneshot_uniffi Change-Id: I7afd2b7d498b413e3596701515449d3e90b019ac
2024-04-25Snap for 11762235 from 1559a0d87a4f3ea7029fe92513ce60fce292a444 to sdk-releaseAndroid Build Coastguard Worker
Change-Id: Ia141f118e01bc5558da3598524c1ac547e7febe2
2024-04-23Generate Android.bp for oneshot-uniffiMartin Geisler
The crate is a bit special: it’s identical to the oneshot crate, but with a dependency removed: https://github.com/faern/oneshot/compare/main...bendk:oneshot:main As such, the crate is called oneshot-uniffi, but the rest of the UniFFI crates import it as just “oneshot”. The same applies to the tests in the crate itself. Patching the `crate_name` seems like the easiest way to accommodate this. The library is visibility restricted so this will only be visible to `uniffi_core`. Bug: 330717829 Test: atest --host Change-Id: I8dc3b9c39abcce5ca48bf0f7b8adeb7b149090b3
2024-04-12Merge remote-tracking branch 'origin/upstream'rassb@google.com
2024-04-09Import 'oneshot-uniffi' crateupstreamMartin Geisler
Request Document: go/android-rust-importing-crates For CL Reviewers: go/android3p#cl-review For Build Team: go/ab-third-party-imports Bug: http://b/330717829 Test: m liboneshot_uniffi Change-Id: I934958fc68736c85a39b309165a4660a88bb0026
2024-04-04Initial empty repositoryInna Palant