- Apr 29, 2024
-
-
Ted Bauer authored
Aconfig flagging storage is migrating to a new underlying storage, which has new dependencies. Add the dependencies as a defaults. Bug: 328444881 Test: m Change-Id: Ie59f5cba1ace7bbee179f9c6dbee03e085c7d878
-
- Apr 23, 2024
-
-
Ryan Prichard authored
-
Anna Bauza authored
-
Anna Bauza authored
-
Santiago Seifert authored
-
Ryan Prichard authored
Upgrading to clang-r522817's new libc++ requires that <mutex> be included here. Bug: 333165689 Test: treehugger Flag: EXEMPT, fix build error Change-Id: I14ff396b21feb4b569a3c8d967c8295a04005beb
-
Treehugger Robot authored
-
- Apr 22, 2024
-
-
Pawan Wagh authored
-
Treehugger Robot authored
-
Christoffer Adamsen authored
This fixes a build failure that arise due to the fact that ART (profman) does not correctly handle profiles that contains a method descriptor where the method's class in the dex does not have any class data (neither fields nor methods). This issue was fixed by aosp/3047152, but there is a checked in profman binary on some build targets (e.g., barbet-ap2a-userdebug), which does not have the fix. The underlying issue is that the baseline profile of CredentialManager does not match the optimized dex created by R8. As a result of R8 optimizations, it is possible that there is a line "Lfoo/bar/Baz;->m()V" in the baseline profile and that the class foo.bar.Baz does not have any fields or methods after running R8, which triggers this build failure. This is an issue in the build system and is tracked by b/335418838. Bug: 335809645 Bug: 335777227 Bug: 335418838 Bug: 335209102 Test: manual Change-Id: I8a44b1ec99bad8e9461c1a2a371f19de14f402aa
-
Treehugger Robot authored
-
Kean Mariotti authored
-
Julie Pan authored
Merge "Remove mateuszc@google.com from libs/WindowManager/Shell/src/com/android/wm/shell/pip/OWNERS" into main
-
Julie Pan authored
Merge "Remove mateuszc@google.com from libs/WindowManager/Shell/src/com/android/wm/shell/pip2/OWNERS" into main
-
Julie Pan authored
-
Mykola Podolian authored
-
Anna Bauza authored
Bug: b/306336441 Test: manual Merged-In: I096d28bce5f879f88f185f09014d139f0497cb72 Change-Id: I096d28bce5f879f88f185f09014d139f0497cb72
-
Anna Bauza authored
Bug: 309426522 Test: manual (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9d5f70c8d3ca45447c3019bd934e338c05cef193) Merged-In: I8905841cc46ba62099f44dbecf01c06869677bf5 Change-Id: I8905841cc46ba62099f44dbecf01c06869677bf5
-
Pablo Gamito authored
Change-Id: I330e736a7972fe519f1a6487942d2a209dcea807
-
- Apr 20, 2024
-
-
Pawan Wagh authored
If hole punching offset is within block, kernel will write zeros forcefully. Block align offset and length used for punching to avoid unnecessary write to the disk while punching. Test: acloud delete --all && m && acloud create --local-instance --local-image && adb logcat -c && m FileSystemUtilsTests && atest -c FileSystemUtilsTests Bug: 301631861 Change-Id: Ib65e4fb9419125e89e9253bec769fce53304649a
-
- Apr 19, 2024
-
-
Yan Yan authored
-
Treehugger Robot authored
-
Prabir Pradhan authored
-
Santiago Seifert authored
This reverts commit a42fc0f1. Reason for revert: Originally reverted due to a bug in R8 being fixed in aosp/3049902 Change-Id: I1f8c51e79584168aae8b0b0e593b9e97754052cf
-
Jernej Virag authored
-
Treehugger Robot authored
Merge "BiometricService: put the mthod of resetLockoutFor into handler when binder called and keep thread-safe in RingBuffer." into main
-
Lucas Henneman authored
-
Paul Duffin authored
-
Jernej Virag authored
This reverts commit b1b6f7f3. Reason for revert: b/335809645 Change-Id: I6b0aa4d1a3b9f87598a8ba13b073b4c10cc696c3
-
Santiago Seifert authored
-
Paul Duffin authored
Bug: 331251171 Test: m droid Merged-In: I04282c1c9c567a5be85c6fb058b2cfcb28aac373 Change-Id: I04282c1c9c567a5be85c6fb058b2cfcb28aac373
-
lijilou authored
binder called and keep thread-safe in RingBuffer. //the crash log as below: java.lang.ArrayIndexOutOfBoundsException: length=100; index=100 at com.android.server.biometrics.sensors.AuthSessionCoordinator$RingBuffer.addApiCall(AuthSessionCoordinator.java:245) at com.android.server.biometrics.sensors.AuthSessionCoordinator.resetLockoutFor(AuthSessionCoordinator.java:183) at com.android.server.biometrics.sensors.face.aidl.FaceResetLockoutClient.resetLocalLockoutStateToNone(FaceResetLockoutClient.java:116) at com.android.server.biometrics.sensors.face.aidl.FaceResetLockoutClient.onLockoutCleared(FaceResetLockoutClient.java:91) at com.android.server.biometrics.sensors.face.aidl.Sensor$HalSessionCallback.lambda$onLockoutCleared$10(Sensor.java:393) at com.android.server.biometrics.sensors.face.aidl.Sensor$HalSessionCallback.$r8$lambda$JpLtzBLSCyFmEgRzIxR0Sio-mu0(Unknown Source:0) at com.android.server.biometrics.sensors.face.aidl.Sensor$HalSessionCallback$$ExternalSyntheticLambda11.run(Unknown Source:2) at android.os.Handler.handleCallback(Handler.java:958) at android.os.Handle...... Bug: 333986670 Change-Id: Iaf541d6323da517db592196904ab2d760cf34343
-
Treehugger Robot authored
-
- Apr 18, 2024
-
-
Treehugger Robot authored
-
Yan Yan authored
Bug: 288599290 Test: atest FrameworksVcnTests && atest CtsVcnTestCases Test: adb shell dumpsys vcn_management FLAG: NONE mainline API flag not accessible; using try catch block to gate the behaviors Change-Id: I6e868b7c51d32754be53944957c79ee2413a2d14
-
Arun Johnson authored
Bug: 331977352 Test: atest android.mediav2.cts.CodecUnitTest$TestApi#testQueueInputBuffersWithBadOffset Flag: codec_fwk.com.android.media.codec.flags.large_audio_frame Change-Id: Ic95bd99a88b83885c409881d1e4d3229f4a9ca0d
-
Lucas Henneman authored
The ticket has been fixed and the test is now passing. The test class has been passing in post-submit testing for a while. Bug: 293934372 Test: ABTD run of 25 of ScanningSettingsTest#testBleScanningSettings Change-Id: I619d6a27c24df7da966d1a797e88f0573ad8f292 Signed-off-by:
Lucas Henneman <henneman@google.com>
-
Yan Yan authored
-
Treehugger Robot authored
* changes: Avoid outer/inner class name clashes Emit extension fields
-
Treehugger Robot authored
-