Skip to content
Snippets Groups Projects
  1. May 09, 2024
  2. Apr 19, 2024
  3. Jan 24, 2024
  4. Jan 18, 2024
  5. 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
  6. Dec 21, 2023
  7. 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
  8. Dec 07, 2023
  9. Nov 17, 2023
  10. 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
  11. Oct 07, 2023
  12. Oct 06, 2023
  13. Oct 05, 2023
    • Xin Li's avatar
      Merge Android 14 · 2f0ac318
      Xin Li authored
      Bug: 298295554
      Merged-In: Ia66766322d6ae8a010b1cb55cc22993fbc6d012c
      Change-Id: Ic4fcb094b37b72031f9bbd615e2044164aa460a6
      2f0ac318
  14. Aug 29, 2023
  15. Aug 28, 2023
Loading