- Apr 02, 2024
-
-
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
-
- Mar 19, 2024
-
-
Treehugger Robot authored
-
Justin Ghan authored
Change-Id: I0f6aae4f40e181f0ebe3a6b9bbae85373a07a28f
-
Treehugger Robot authored
Merge "[Cherry-pick] Add android annotation dependency for @RequiresApi in generated code." into main
-
Yixiao Luo authored
* changes: MediaCas: Reinit the HIDL CAS service if killed MediaCas: Reinit the CAS service if killed
-
Gavin Corkery authored
-
Treehugger Robot authored
-
Suprabh Shukla authored
Adding more information to traces for better debuggability of any issues that arise while handling uid state changes. Test: Manually take a trace and check. Bug: 327303931 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f8833816c4b6e038f11e40fb5fcfd5602d262705) Merged-In: I416c5bf65a5a5570bb2ae6ea6272ba31f3dd14bb Change-Id: I416c5bf65a5a5570bb2ae6ea6272ba31f3dd14bb
-
Eric Biggers authored
* changes: Remove onDeviceOffBody() Document that setUserAuthenticationValidWhileOnBody() doesn't actually work
-
- Mar 18, 2024
-
-
Treehugger Robot authored
-
Eric Biggers authored
-
Wei Li authored
-
Eric Laurent authored
-
Treehugger Robot authored
-
- Mar 16, 2024
-
-
Muhammad Qureshi authored
Bug: 328120273 Flag: NA Test: m Merged-In: Ia845ccffa84a11eeb13680fc7b19642e7f7444ad Change-Id: Ia845ccffa84a11eeb13680fc7b19642e7f7444ad
-
- Mar 15, 2024
-
-
Treehugger Robot authored
-
Daniel Norman authored
Bug: 329862519 Change-Id: Idf2791496f91a5f0a178d75e2d0020a49e4c2d52
-
William Escande authored
-
Gavin Corkery authored
Test: N/A Bug: 329273680 Change-Id: Ie64bb6f18727e0c2348ac265258e4871628b96e7
-
Treehugger Robot authored
-
Venkatarama Avadhani authored
When the HIDL MediaCasService is killed or dies, allow for it to be re-initialized with the new instance of the service. Test: atest android.media.misc.cts.MediaCasTestMediaCas: Bug: 314885711 Change-Id: I0ebeca9f433f3d8ee2b140ee0d2de9dc06ace021
-
Venkatarama Avadhani authored
When the MediaCasService is killed or dies, allow for it to be re-initialized with the new instance of the service. The service is restarted by the system, this code just re-initializes a pointer to this new service. Test: atest android.media.misc.cts.MediaCasTest Bug: 327332440 Change-Id: I9d98c4e200adc4ee987dc8d1e472dfe5ac8f8da2
-
Harshit Mahajan authored
-
- Mar 14, 2024
-
-
William Escande authored
Test: atest ServiceBluetoothRoboTests Bug: 329723942 Change-Id: Iea51212c8009142c21cf9c29bbfca24934617986
-
Wonsik Kim authored
-
Dichen Zhang authored
-
Suprabh Shukla authored
-
Ram Mohan authored
Bug: 299191092 Bug: 327511343 Test: Build API-Coverage-Bug: 324928731 Change-Id: I9455a24d4a10d68dfa6d87eb78810460d57614a4
-
Dichen Zhang authored
Bug: 327511343 Change-Id: Ic27754a9a210c19d23c69bc888a9f8e8238e5d6e
-
Eric Biggers authored
Bug: 277946433 Test: 'm offline-sdk-docs' and view in web browser Change-Id: I40b7811963169da5195a482088bf18d9d70db010
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Ivan Chiang authored
-
Aditya Kumar authored
-
Jaewan Kim authored
Change-Id: I0f61905b0889447457d21ad388e840e50c052364 Test: T/H
-
- Mar 13, 2024
-
-
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
-
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
-
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
-
Andy Hung authored
-
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
-