- Nov 05, 2024
-
-
James Farrell authored
Bug: http://b/339424309 Test: treehugger Change-Id: I668b1f518fe806450c155cc746edcb12cc76ff3b
-
- Jul 23, 2024
-
-
Yabin Cui authored
Bug: http://b/336916369 Having cross-language LTO adds additional constraints in the LLVM version used by the rust and clang toolchain. Disable LTO until cross-language LTO is supported. Test: make libring with ToT clang Change-Id: I30de670db2679f92d34bfb3e391dcafcb13a6d50
-
- May 22, 2024
-
-
Alice Ryhl authored
Host tests that are unit tests always run in presubmit. However, some of these tests are slow and need to run in postsubmit only. Fixes: 342036546 Test: None Change-Id: I517bdd8d555a1e2128b54d3d00493cb428957a39
-
- May 21, 2024
-
-
James Farrell authored
Test: ran cargo_embargo Change-Id: I3cce0c9b1b28d5e6c92e2fc4a9e2091d64553520
-
- May 03, 2024
-
-
Andrew Walbran authored
Since https://r.android.com/3066423 Soong sets it automatically. Test: m libring Change-Id: Ic2f8f91e68788b70900318c12c6734327aedb1f5
-
- Nov 21, 2023
-
-
Andrew Walbran authored
Test: Ran cargo_embargo, compared Android.bp. Change-Id: Iafb55c7a8bc26bc3c684b8c15fb9456c99d85576
-
Andrew Walbran authored
Bug: 293289578 Test: Ran cargo_embargo, compared Android.bp Change-Id: Iacd7b31c6bf45a4553e9896e38345dcd068a1a7a
-
Andrew Walbran authored
Test: cargo test Change-Id: I4dce1c6d2ee13682ff314e68c8a513e98b72cfd4
-
- Oct 24, 2023
-
-
Sergii Parubochyi authored
Update cargo2android.json and Android.bp+patch Test: mma Change-Id: Ifceaa6355403f54ee9e2eb8b1304daeb277b2512
-
- Sep 13, 2023
-
-
James Farrell authored
Use name-suffix and dep-suffixes (aosp/2751102) and remove patches no longer needed as a result. Other minor cleanups to eliminate diffs in Android.bp files Test: Ran cargo2android Change-Id: I74136a3d1997a293184e50af916833d0a65da3f0
-
- Mar 08, 2023
-
-
Matthew Maurer authored
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I8ae55ee76a5ca70891e8e2d3040ac5de48f505cd
-
- Feb 03, 2023
-
-
Colin Cross authored
Update the list of C files to compile, re-add whole_static_libs and modify the names of the referenced C libraries. Test: builds Change-Id: I08031cd029d33f52d101d07a2fbbc0c3709a7819
-
Colin Cross authored
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/ring For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I5220a10b2a1f7fc6077d1d75daab2cd18b83008b
-
- Jul 30, 2022
-
-
Yi Kong authored
Test: GLOBAL_THINLTO=true m Change-Id: Ia860e142a5d180ba39e9929d9b652229560d29ed
-
- May 25, 2022
-
-
Alan Stokes authored
We no longer use Ring, preferring boringssl, and we want to discourage any attempt at further use. Bug: 233582804 Test: m com.android.compos com.android.virt Change-Id: I683df6b4bc1a70ead646182e0d02e159a6e87f08
-
- Dec 10, 2021
-
-
Joel Galenson authored
Test: None Change-Id: I9f66880ecc0c608a5d609677874f5e5d9c46df16
-
- Aug 20, 2021
-
-
Jiyong Park authored
Bug: 193504400 Test: m Change-Id: I9d1abbef447d4f511e24f3cf4b57d9894a6adcc3
-
- Jul 13, 2021
-
-
Bernie Innocenti authored
Without this, linking against libring fails with missing symbols from libring-core. Soong does not propagate static_libs across targets, and apparently this behavior is WAI. Bug: 193446464 Bug: 155855709 Test: Remove libring-core from doh_ffi_test and run "m doh_ffi_test" Change-Id: I26c8628fe6485e5859e8ce8c1d1ea0866d257184 Merged-In: I3068448cf7b58fcad775342dc6fa0db36f9c664e (cherry picked from commit 16c1cfd5)
-
Joel Galenson authored
Use a new cargo2android.py feature to remove a patch. Test: Build Change-Id: I7019390dc5ca8068fdfdcffd55cc43d4cdc46674
-
Joel Galenson authored
Test: make Change-Id: I352afe775f55053842d21f56770e2cd76302df65
-
- Jul 12, 2021
-
-
Bernie Innocenti authored
Without this, linking against libring fails with missing symbols from libring-core. Soong does not propagate static_libs across targets, and apparently this behavior is WAI. Bug: 193446464 Bug: 155855709 Test: Remove libring-core from doh_ffi_test and run "m doh_ffi_test" Change-Id: I3068448cf7b58fcad775342dc6fa0db36f9c664e
-
- Jun 22, 2021
-
-
Alan Stokes authored
Bug: 191763370 Test: Client code (in progress) builds. Change-Id: Id5a9a95f91b740c61bc5671cc34bd66799db224e
-
Luke Huang authored
Test: TH Bug 155855709 Change-Id: Ib1455d76a708f6f19a22f4b853629d671e3c4c32
-
- Jun 10, 2021
-
-
Joel Galenson authored
Use a new cargo2android.py feature to insert blocks into Android.bp files instead of having a patch. Note that we do make one change to the Android.bp file but it shouldn't matter. Test: Run cargo2android.py Test: Run some tests Change-Id: Ia14941989c190a257d23cea5f855faf8c9d83c7f
-
- May 24, 2021
-
-
Joel Galenson authored
Migrate to using a config file. Generate the apex_available as part of the config file and not a patch. Remove the test timeout, as it was added to the updater in aosp/1556124. Test: Run c2a/updater. Change-Id: I78a0e064c22dc606ea38d618122fa74fb02df38f
-
- Apr 06, 2021
-
-
Luke Huang authored
To enable the std relevant trait for ring errors. Bug: 155855709 Test: build Change-Id: I0dbfc557d146110fd5326a3dcffe2491feab4d8e
-
- Feb 12, 2021
-
-
Bob Badour authored
Added SPDX-license-identifier-BSD SPDX-license-identifier-ISC SPDX-license-identifier-MIT SPDX-license-identifier-OpenSSL legacy_unencumbered to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I8ca7fbb40a1896cad628d56bfb1e41ececce8ccb
-
- Dec 14, 2020
-
-
Bernie Innocenti authored
Bug: 155855709 Test: m Change-Id: I812d1e2f7973fddd7a42ae3345c9f7d6a4f43dcb
-
- Dec 10, 2020
-
-
Jeff Vander Stoep authored
Test: mm Test: atest Change-Id: I13ecba3b7c66e706b25437023c6b240f0aa05dbc
-
- Dec 08, 2020
-
-
Jeff Vander Stoep authored
This fixes a breakage building for aosp_x86_64. Test: mm for arm and x86 targets Change-Id: I8305475d205106299493a9a5c1e2fc2ef8ba612b
-
- Dec 07, 2020
-
-
Jeffrey Vander Stoep authored
This reverts commit f5e7595a. Reason for revert: b/175022551 Change-Id: I4ffa75a6505623657304f3b75482aa120366a2e2
-
- Dec 04, 2020
-
-
Jeff Vander Stoep authored
Bug: 155855709 Test: mm Change-Id: I11398bf8e6e1e255b8bbb9033f03915e2c8bcf73
-