Skip to content
Snippets Groups Projects
  1. Oct 30, 2024
  2. Jan 22, 2021
  3. Jan 20, 2021
  4. Jun 15, 2020
  5. Jun 12, 2020
    • Pete Gillin's avatar
      Update currysrc to support stable core/platform API. · 7074dfcc
      Pete Gillin authored
      This change allows you to specify a flat file to add
      @CorePlatformApi(status=STABLE) to (previously it only supported bare
      @CorePlatformApi). This would have been possible using the JSON format
      before, but this would be more verbose and error-prone in the case (as
      with conscrypt) where the whole surface is stable.
      
      Test: external/conscrypt/srcgen/generate_android_src.sh (and check result)
      Bug: 157640067
      Change-Id: Ie69e2805ed6c76cde395e48532236fdd31bb0c67
      2 tags
      7074dfcc
  6. Dec 17, 2019
  7. Dec 10, 2019
    • Artur Satayev's avatar
      Use new UnsupportedAppUsage annotation. · 0b1b0c9c
      Artur Satayev authored
      Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library.
      
      Bug: 145132366
      Test: m && diff unsupportedappusage_index.csv
      Change-Id: I94f5016048f78f0be20bb1be7dcd495f797662bc
  8. Oct 30, 2019
  9. Sep 19, 2019
  10. Sep 18, 2019
  11. Sep 17, 2019
    • Cody Kesting's avatar
      Update repackage-common.sh to not use make. · c091e06b
      Cody Kesting authored
      Currysrc can be used to repackage source files. The repackage-common.sh
      currently references 'make' in this process, which is now not supported
      by build/make/core/main.mk. Instead, build/soong needs to be used for
      this operation.
      
      Bug: 141146348
      Test: make
      Change-Id: I468a7417fcac92f248bd395bb19d8bce46b5433c
      c091e06b
  12. Jul 04, 2019
  13. Jul 03, 2019
  14. Jul 02, 2019
Loading