Skip to content
Snippets Groups Projects
  1. Jun 17, 2024
  2. Jun 13, 2024
    • Xin Li's avatar
      Merge Android 14 QPR3 to AOSP main · 4f3c5a71
      Xin Li authored
      Bug: 346855327
      Merged-In: Iede0c79fa9dbc2ea3146b829d629cfeb64f5a01c
      Change-Id: I322d98ab53035bbc907f8551a97a7e5118ed022d
      4f3c5a71
  3. Jun 03, 2024
  4. May 06, 2024
  5. Jan 24, 2024
  6. Jan 18, 2024
  7. Jan 10, 2024
    • Cole Faust's avatar
      Baseline NewApi issues · cef3ed4c
      Cole Faust authored
      NewApi is a lint check that you don't call framework methods that were
      introduced in versions later than your min_sdk_version. We want to
      make this an error, so we're baselineing all existing issues.
      
      This cl was generated automatically, by taking all the NewApi issues
      from the reference baselines, and all the non-NewApi issues from the
      existing checked in baselines.
      
      Bug: 268261262
      Test: Presubmits
      Change-Id: If1b1214da673fec9f1e8bede86d5780a6b5f347b
      cef3ed4c
  8. Dec 21, 2023
  9. Dec 20, 2023
    • Cole Faust's avatar
      List baseline_filename on modules that are implititly using it · b15dd47b
      Cole Faust authored
      lintable modules currently pick up files named "lint-baseline.xml" to use as the
      lint baseline implicitly. This is confusing because you could end up using the
      baseline files in more modules than intended. Lint also has a feature where it
      requests you remove unnecessary findings from the baseline file, so something
      could be necessary for one module, but unnecessary for another that accidentally
      picked up the baseline.
      
      We're removing the implicit detection of the baseline file, which requires
      all modules using it to list the baseline file explicitly.
      
      Bug: 272769514
      Test: Presubmits
      Change-Id: Ib640f0642fbb12b96309ce518a505376dda01cb4
      b15dd47b
  10. Dec 07, 2023
  11. Nov 17, 2023
  12. Nov 15, 2023
    • Tomasz Wasilczyk's avatar
      dicttoolkit: pin cpp_std to gnu++17 · 8c97f47a
      Tomasz Wasilczyk authored
      This project doesn't build with gnu++20 and prevents AOSP default to be
      upgraded to a newer standard. Once the build failure is fixed here, this
      change can be reverted.
      
      Bug: 311052584
      Test: m checkbuild
      Change-Id: If2d19c1b6d970703a1dbf7685588a4a4be5a53c1
      8c97f47a
  13. Oct 07, 2023
  14. Oct 06, 2023
Loading