Skip to content
Snippets Groups Projects
  1. Jun 13, 2024
  2. Jun 12, 2024
  3. Jun 11, 2024
  4. Jun 10, 2024
    • Elliott Hughes's avatar
      7b155a8a
    • Treehugger Robot's avatar
    • Paul Duffin's avatar
      Fix some discrepancies in @Deprecated handling in Metalava · 083f9ad5
      Paul Duffin authored
      Previously, Metalava had some inconsistencies in the handling of
      deprecated status which lead to some inconsistencies in the API
      signature files. This change fixes those signatures.
      
      * `onGetLayoutInflater` was removed because the code to determine
        whether a method is elided from the signature files because it
        matches an overridden method will only elide a method if it has the
        same deprecated status as the overridden method. However, in some
        cases it would not take into account that the method, while not
        explicitly deprecated was a member of a deprecated class. That meant
        that `onGetLayoutInflater` was kept in the API signature file when it
        should not have been. That issue is fixed in this topic and so this
        change removes it.
      
      * `setPackagesSuspended` had an `@Deprecated` annotation added to it
        because while the API signature writing was supposed to add an
        `@Deprecated` annotation for a method that was explicitly deprecated
        or a member of a deprecated class in some cases the latter was
        ignored. That issue is fixed in this topic and so this change adds
        the previously missing `@Deprecated` annotation.
      
      Bug: 315206833
      Test: m checkapi
      Change-Id: I0ef23d32c5b5b11f964aeb93c2bb0346d75cea83
      083f9ad5
    • Elliott Hughes's avatar
      libc++fs is part of libc++ now. · b7a03b24
      Elliott Hughes authored
      Change-Id: Id10bc8dbec318b7f1a479ea0a0b3792d9313f742
      b7a03b24
    • Victor Chang's avatar
      Fix frameworks/base/tools/localedata/extract_icu_data.py · 87f5809f
      Victor Chang authored
      LocaleDataTables.cpp will be generated in a separate CL.
      
      likelySubtags.txt has been removed from ICU4C. ICU4C reads the encoded
      mapping from  lsrnum in external/icu/icu4c/source/data/misc/langInfo.txt
      instead.
      
      For this script, we read the text mapping from likelySubtags.xml in CLDR
      instead for simplicity.
      
      The size of mapping increases significantly due to CLDR-16380 fixed in CLDR 44.
      
      Bug: 330126402
      Test: croot frameworks/base && ./tools/localedata/extract_icu_data.py $ANDROID_BUILD_TOP > libs/androidfw/LocaleDataTables.cpp
      Change-Id: I66b83035ad858ab9482a981c6e63be104741cd52
      87f5809f
    • Treehugger Robot's avatar
    • Onkar Shinde's avatar
      Create decoder using fd and buffer · 3ec79763
      Onkar Shinde authored
      Test: ./imagedecoder_fuzzer corpus/
      exec/s: 40
      Bug: 326543079
      
      Change-Id: I42af404243ce6bf7a963a5bbea8c7968d6eee28d
      3ec79763
    • Onkar Shinde's avatar
      Refactor imagedecoder_fuzzer · 85c8496a
      Onkar Shinde authored
      The following are updates to the fuzzer:
      1. Added new APIs and randomized API calls.
      2. Coverage improved from 23% to 77%.
      
      Test: ./imagedecoder_fuzzer corpus/
      exec/s: 40
      Bug: 326543079
      
      Change-Id: I2e36e759c6d68700b4c6f27c77a366c8882b208e
      85c8496a
  5. Jun 07, 2024
  6. Jun 06, 2024
Loading