Skip to content
Snippets Groups Projects
  1. Nov 05, 2024
  2. Jul 23, 2024
    • Yabin Cui's avatar
      Disable LTO for cc libraries passed to rustc · 8bddaec2
      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
      8bddaec2
  3. May 22, 2024
    • Alice Ryhl's avatar
      Move some tests to postsubmit · 2b2fdb96
      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
      2b2fdb96
  4. May 21, 2024
  5. May 03, 2024
  6. Nov 21, 2023
  7. Oct 24, 2023
  8. Sep 13, 2023
    • James Farrell's avatar
      Cleanup cargo2android configs and patches · 36090a30
      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
      36090a30
  9. Mar 08, 2023
  10. Feb 03, 2023
  11. Jul 30, 2022
  12. May 25, 2022
    • Alan Stokes's avatar
      Remove access from CompOS/Virtualization APEXes · 25b0ddb4
      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
      25b0ddb4
  13. Dec 10, 2021
  14. Aug 20, 2021
  15. Jul 13, 2021
    • Bernie Innocenti's avatar
      Link archive libraries needed by libring as whole_static_libs · f3b16f22
      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)
      56 tags
      f3b16f22
    • Joel Galenson's avatar
      Remove patch. · 8aee8a9e
      Joel Galenson authored
      Use a new cargo2android.py feature to remove a patch.
      
      Test: Build
      Change-Id: I7019390dc5ca8068fdfdcffd55cc43d4cdc46674
      2 tags
      8aee8a9e
    • Joel Galenson's avatar
      Upgrade rust/crates/ring to 0.16.20 · 97a97e4e
      Joel Galenson authored
      Test: make
      Change-Id: I352afe775f55053842d21f56770e2cd76302df65
      97a97e4e
  16. Jul 12, 2021
    • Bernie Innocenti's avatar
      Link archive libraries needed by libring as whole_static_libs · fad87d80
      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
      fad87d80
  17. Jun 22, 2021
  18. Jun 10, 2021
    • Joel Galenson's avatar
      Remove patch. · 8a94f515
      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
      8a94f515
  19. May 24, 2021
    • Joel Galenson's avatar
      Cleanup · 3916abf7
      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
      3916abf7
  20. Apr 06, 2021
  21. Feb 12, 2021
    • Bob Badour's avatar
      [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/ring · 678911e2
      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
  22. Dec 14, 2020
  23. Dec 10, 2020
    • Jeff Vander Stoep's avatar
      Add tests · d7941d9e
      Jeff Vander Stoep authored
      Test: mm
      Test: atest
      Change-Id: I13ecba3b7c66e706b25437023c6b240f0aa05dbc
      d7941d9e
  24. Dec 08, 2020
  25. Dec 07, 2020
  26. Dec 04, 2020
Loading