Skip to content
Snippets Groups Projects
  1. Apr 02, 2024
    • Zi Wang's avatar
      Remove skip_jarjar_repackage · 96c9d9f8
      Zi Wang authored
      skip_jarjar_repackage was used as a temporary solution
      to system ui build time increase. Now the problem should
      be resolved by moving jarjar actions before combine action
      in java compile.
      
      Test: CI
      Bug: 328067025
      Flag: NONE
      Merged-In: I01136f7d00e13f258212885a52b11c1de34fd87a
      Change-Id: I8c6c5b5834f842eaa29aafed431146967f1aa167
      96c9d9f8
  2. Mar 19, 2024
  3. Mar 18, 2024
  4. Mar 16, 2024
  5. Mar 15, 2024
  6. Mar 14, 2024
  7. Mar 13, 2024
    • Suprabh Shukla's avatar
      Clear dns cache when restoring network access · 0fa9120b
      Suprabh Shukla authored
      Sometimes apps need to wait for network rules to be updated before some
      of their lifecycle events can be dispatched. This happens specifically
      before resuming activities today.
      
      Because the process-level InetAddress library can cache dns failures,
      we need to clear its cache so that the app can resume making valid dns
      queries as soon as any of its activities resume.
      
      Test: Manual
      
      Bug: 237556596
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c431def111f22952fe43aa04d48439c6432d50b6)
      Merged-In: Ia99a43731801078ec8d67cf17fbfee9c329b6e96
      Change-Id: Ia99a43731801078ec8d67cf17fbfee9c329b6e96
      0fa9120b
    • Aditya Kumar's avatar
      Provide a complete definition of FileBlobCache · 9feca01f
      Aditya Kumar authored
      ```
      In file included from external/libcxx/include/algorithm:644:
      external/libcxx/include/memory:2335:19: error: invalid application of 'sizeof' to an incomplete type 'android::FileBlobCache'
       2335 |     static_assert(sizeof(_Tp) > 0,
            |                   ^~~~~~~~~~~
      external/libcxx/include/memory:2652:7: note: in instantiation of member function 'std::default_delete<android::FileBlobCache>::operator()' requested here
       2652 |       __ptr_.second()(__tmp);
            |       ^
      external/libcxx/include/memory:2606:19: note: in instantiation of member function 'std::unique_ptr<android::FileBlobCache>::reset' requested here
       2606 |   ~unique_ptr() { reset(); }
            |                   ^
      frameworks/base/libs/hwui/pipeline/skia/ShaderCache.h:40:7: note: in instantiation of member function 'std::unique_ptr<android::FileBlobCache>::~unique_ptr' requested here
         40 | class ShaderCache : public GrContextOptions::PersistentCache {
            |       ^
      frameworks/base/libs/hwui/pipeline/skia/ShaderCache.h:35:7: note: forward declaration of 'android::FileBlobCache'
         35 | class FileBlobCache;
            |       ^
      1 error generated.
      ```
      
      Test: Build
      Fixes: b/328705924
      Change-Id: I6396f5fafef1941201c05d0b107f48e6d28a6631
      9feca01f
    • Harish Mahendrakar's avatar
      MediaCodecInfo: Change default alignment and block size to 1x1 · 1c144d88
      Harish Mahendrakar authored
      Default alignment and block size were set to 2x2 earlier.
      And even when the codec advertised alignment of 1x1, MediaCodecInfo
      was returning 2x2 because it was picking max of default values and
      what was advertised by codecs.
      
      Bug: 325679394
      Bug: 329378524
      Test: atest CtsMediaMiscTestCases:MediaCodecListTest
      Test: atest CtsMediaV2TestCases:CodecInfoTest passes for codecs
       that advertise 1x1 alignment
      
      Change-Id: I25af7fb09ab9edf8e1d1dea7bac633b1353b4e48
      1c144d88
    • Andy Hung's avatar
    • Eric Biggers's avatar
      Remove onDeviceOffBody() · 3d2020c8
      Eric Biggers authored
      Remove KeyStore#onDeviceOffBody(), since its only caller was removed by
      http://ag/24518980.  Also remove
      AndroidKeyStoreMaintenance#onDeviceOffBody() which was only called by
      KeyStore#onDeviceOffBody().
      
      Bug: 289849354
      Test: Build
      Change-Id: I3db2672b8038e947a974f703aa2c273ecb65414e
      3d2020c8
Loading