Skip to content
Snippets Groups Projects
  1. Mar 20, 2023
  2. Mar 14, 2023
  3. Mar 13, 2023
    • Stefano Duo's avatar
      gn2bp: Add an helper to drop unneeded third_party dependencies · f5954480
      Stefano Duo authored
      Use a more expressive always_disable function to disable unneeded
      third_party dependencies.
      
      Test: Android.bp.swp output is equivalent
      Change-Id: Ib21646dfa076fc6f745b7871851744d6ed18eaf3
      f5954480
    • Stefano Duo's avatar
      gn2bp: Drop upstream boringssl build rules in favor of local Android.bp · 170dc8e8
      Stefano Duo authored
      Due to AOSP's FIPS requirements, AOSP-Cronet's BoringSSL must be
      built differently than Chromium-Cronet's BoringSSL. The downstream way
      of building BoringSSL is manually mantained in
      //external/cronet/third_party/boringssl. So, whenever a target depends
      on upstream's boringssl translate that to the downstream custom target.
      
      Test: m && CtsNetHttpTestCases
      Change-Id: I34a69de79397c35358745388be433934c203d2b2
      170dc8e8
  4. Mar 10, 2023
  5. Mar 02, 2023
    • Mohannad Farrag's avatar
      gn2bp: Convert cc_objects to cc_static_library · 379d79d1
      Mohannad Farrag authored
      * cc_objects are more like source-sets. However, they are not commonly used in AOSP which makes it risky to rely on them.
      * Clang native code coverage is not working for cc_objects. Which is needed for the dashboard.
      
      Size Delta to .SO
      x64: -0.1MB
      x86: 0MB
      arm: 0MB
      arm64: 0MB
      
      Test: m
      Bug: 270027426
      Change-Id: I1d74e0293dac91334bded73b0e89465b7af7480c
      379d79d1
  6. Feb 27, 2023
  7. Feb 22, 2023
  8. Feb 13, 2023
  9. Feb 10, 2023
  10. Feb 09, 2023
  11. Jan 31, 2023
  12. Jan 30, 2023
  13. Jan 27, 2023
Loading