- Mar 14, 2024
-
-
Aditya Kumar authored
-
- Mar 13, 2024
-
-
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
-
Andy Hung authored
-
Andy Hung authored
Test: atest SoundPoolOggTest SoundPoolAacTest SoundPoolMidiTest SoundPoolHapticTest Bug: 316799609 Merged-In: I5b278960207d1b2c9fa80bbc57b2e15dd4498f13 Change-Id: I5b278960207d1b2c9fa80bbc57b2e15dd4498f13
-
Zi Wang authored
-
- Mar 12, 2024
-
-
Michal Belusiak authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Marzia Favaro authored
Merge "Update owners for core.protolog.pb file (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2b08c16e9e3ed00c2fd9a94ab34b094af2866c87) Merged-In: I351e394a173291318db37bbe61cdf93adff9a3b9 Change-Id: I351e394a173291318db37bbe61cdf93adff9a3b9" into main
-
Pablo Gamito authored
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2b08c16e9e3ed00c2fd9a94ab34b094af2866c87) Merged-In: I351e394a173291318db37bbe61cdf93adff9a3b9 Change-Id: I351e394a173291318db37bbe61cdf93adff9a3b9
-
Harshit Mahajan authored
Same three owners were being repeated at multiple places, having them at central owner place and including that everywhere. Bug: 289203818 Test: NA Change-Id: Ic63f939e196fe5974eb5e4c31d7b2991eafac6cd
-
Harshit Mahajan authored
Adding helper methods in the platform that would be used from the module. Currently we would have two helper methods: 1. isModule: this would return whether or not given package is module 2. registerExplicitHealthListener: this would be used to registering health listener from Connectivity module. Test: TH Bug: 289203818 Change-Id: I74481da973007a60372b3bbecb96919b98751457
-
Treehugger Robot authored
-
Alexei Nicoara authored
-
Kangping Dong authored
-
Mårten Kongstad authored
Add missing aconfig_declarations block to the framework-nfc java_sdk_library soong module. Without this, soong doesn't know which flags to tell metalava to retain, and metalava will effectively revert all API changes in framework-nfc, even if the @FlaggedApi flag is enabled. Bug: 328923659 Test: TreeHugger Merged-In: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f Change-Id: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f
-
Martin O'Hagan authored
-
Alexei Nicoara authored
RescueParty may try to check module info before the system fully loaded. It's safe to ignore this call because it would be called again next time the package crashes. Bug: 327780757 Change-Id: I42ef82684f5ccd12ac7a73bb60d9d8b3c7385939 Test: presubmit
-
Martin O'Hagan authored
This file was outdated and missing several team members. Change-Id: I78846376b29191a6390d2a4db565d0a52b7e4773 BUG: N/A Test: N/A
-
Mark Renouf authored
-
Mark Renouf authored
This corrects a duplicated binding of UnfoldTransitionModule which will become an error in future Dagger releases. With this change, the checks are also raised to error to prevent further regressions: dagger.explicitBindingConflictsWithInject=ERROR dagger.strictMultibindingValidation=enabled This change unblocks an upgrade of external/dagger2 Test: m SystemUI-core; compiles without error Test: Treehugger presubmit Flag: NA (backport of a fix from internal main) Change-Id: I7a887cf6ac200a9080893dd4dde969aef7ceef5b Merged-In: I0aef5464000d30b27097ddaed9548d128bedccf6
-
Chiachang Wang authored
-
Chiachang Wang authored
Replace the usage to include necessary lib only to address comment from aosp/2981832. Test: atest FrameworksVpnTests Change-Id: Id130c6739a683fc0c9e01e4e42d9215b660dba95
-
Treehugger Robot authored
-
Muhammad Qureshi authored
-
Chiachang Wang authored
-
Treehugger Robot authored
-
- Mar 11, 2024
-
-
Alexei Nicoara authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Harshit Mahajan authored
Utils that are not currently exposed as API but are required for the module. Bug: 289203818 Test: TH Change-Id: I7dbb8f673b54ad9487e642bb339c5a30f561bf3c
-
Chiachang Wang authored
Address comment from aosp/2984492 Test: m Change-Id: I74ac2871920ff3e258472918c784ebb006ce0afb
-
- Mar 09, 2024
-
-
Shai Barack authored
This is required for ag/26422309 Bug: 327646201 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e16d9bea19cc092dbe92c1889e8ff4a0e8bf5fc5) Merged-In: I561d0af95619c70a30fc97e580d7ec8df9120a57 Change-Id: I561d0af95619c70a30fc97e580d7ec8df9120a57
-
Treehugger Robot authored
-
Oriol Prieto Gascó authored
-
- Mar 08, 2024
-
-
Lajos Molnar authored
-
Treehugger Robot authored
-
Varun Shah authored
Bug: n/a Change-Id: Ib11110d6c615c32fa00c417b8f5e39c94fe605c0 Test: n/a
-
Kevin Jeon authored
-