- May 23, 2023
-
-
Paul Duffin authored
Bug: 280830288 Test: n/a Change-Id: I9f26a05961056999a151a807a2ace42e6b006acc
-
Treehugger Robot authored
-
- May 22, 2023
-
-
Treehugger Robot authored
-
Paul Colța authored
-
François Gaffie authored
Native audio attributes are initialized with a default source, whereas JAVA AudioAttributes are initialized with an INVALID source. It leads to equality failure, thus preventing to identify the right strategy / volume group. This CL fixes this misalignement by using the builder constructor from AudioAttributes, thus cleaning the input source. Test: AudioVolumeGroupTest Bug: 238058094 Bug: 248287204 Merged-In: I0aa6f19bb0f448e853adcc0dacece4d69c665602 Change-Id: I0aa6f19bb0f448e853adcc0dacece4d69c665602 (cherry picked from commit 47e3b6bf)
-
Treehugger Robot authored
-
an.xi authored
PD#SWPL-105252 BUG=269812391 Problem: PendingActionClearedCallback in disableDevice could be called after the local device is initiated. Solution: Clear the running actions and call the cleared callback directly in disableDevice method. Verify: sc2 Change-Id: I83d292dea4318f6978039076e2b8d302deb2e5f4 Signed-off-by:
an.xi <an.xi@amlogic.com>
-
Siim Sammul authored
-
Anton Hansson authored
-
- May 20, 2023
-
-
Treehugger Robot authored
-
- May 19, 2023
-
-
Treehugger Robot authored
-
Jared Duke authored
By referencing the aapt-generated keep rules for framework manifest, we can remove explicit keep rules for classes referenced in that manifest. Bug: 272495195 Test: m + check delta in services.jar Change-Id: Ica8ccd0459354dacfbaec838bd70f56796c7c2e7
-
Jared Duke authored
The framework-res manifest defines a number of services implemented in system_server. These required manual keep rules to prevent shrinking, but now we can use the aapt-generated keep rules to achieve the same result, without the maintenance burden. A follow-up change will trim the existing keep rules to remove redundant keeps, and plumb the same keep rules to other targets that define system_server jars. Bug: 272495195 Test: m + validate no net change to services.jar Change-Id: Ibbb3ba47417ecadfae92764933761c4339ca6b35
-
Pawan Wagh authored
fout is double checked for nullptr instead of ferr which forces to call fclose on null ferr. Test: atest incidentd_test Test: m incidentd_service_fuzzer && adb sync data && adb shell /data/fuzz/x86_64/incidentd_service_fuzzer/incidentd_service_fuzzer with clusterfuzz testcase Bug: 283453191 Change-Id: I3a4912cf70f4f32cb66fb870febbbfff1a7c6adc
-
Peiyong Lin authored
-
Peiyong Lin authored
This reverts commit f90ac3dc. Reason for revert: Remove deferred list functionality now that the shape of ANGLE shipping form is binaries. Applications on the list are broken with ANGLE due to the lack of YUV support, this is currently being worked on. Bug: 280450222 Change-Id: I9744d71713d8b592943032a8afc332e11bff842b Test: atest CtsAngleIntegrationHostTestCases
-
Peiyong Lin authored
-
Felix Oghina authored
-
Santiago Aboy Solanes authored
-
Peiyong Lin authored
This reverts commit ce7b086c. Reason for revert: Remove deferred list functionality now that the shape of ANGLE shipping form is binaries. Applications on the list are broken with ANGLE due to the lack of YUV support, this is currently being worked on. Bug: 280450222 Test: atest CtsAngleIntegrationHostTestCases Change-Id: I8435669a5df789531e60eeb9e11468b10bfacd9d
-
Jihoon Kang authored
-
- May 18, 2023
-
-
Pawan Wagh authored
-
Pawan Wagh authored
IncidentReportArg doesn't handle cases when incorrect vector length is provided in parcel. Using resizeOutVector Parcel API instead. Test: atest incidentd_test Test: m incidentd_service_fuzzer && adb sync data && adb shell /data/fuzz/x86_64/incidentd_service_fuzzer/incidentd_service_fuzzer with clusterfuzz testcase Bug: 283079842 Change-Id: I1682c8920c64faf5b0f2f6cd54b8517ec0f5d877
-
Eric Biggers authored
-
Treehugger Robot authored
-
Eric Biggers authored
In some cases, such as EROFS filesystems, it's expected for statxForFsverity() to get ENOTTY from FS_IOC_GETFLAGS. In this case, we should just return 0 to indicate that fs-verity is not enabled. This avoids logging an ERROR message to the log unnecessarily. Bug: 279597861 Change-Id: I58149f7611c223789210594f28a98420dfddd8ec
-
William Escande authored
-
Santiago Aboy Solanes authored
It shrinks the method's generated native code to half its size, saving 5K. Also saves some DEX instructions (338 -> 250). Bug: 283148875 Test: Presubmit Change-Id: Ibf253f83254619a94f89b47eb0ee4c058303ba39
-
Felix Oghina authored
Bug: 281962813 Test: n/a (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2b17421175fc16a0b94fc287dba4af1e06983672) Merged-In: I6cc6ed844ee2e5617f0c944ff761a99de0363995 Change-Id: I6cc6ed844ee2e5617f0c944ff761a99de0363995
-
- May 17, 2023
-
-
William Escande authored
Bug: 281574270 Test: build Change-Id: Ie748edba80eaaaba20fd7369733d53c078679992 Merged-In: Ie748edba80eaaaba20fd7369733d53c078679992
-
Treehugger Robot authored
-
Mitch Phillips authored
Should hopefully prevent problems like ag/23201137 Bug: 281995627 Test: Presubmit runs the test. Change-Id: I4987685fe0d61f35932989971c0561ed1fb02414 Merged-In: I4987685fe0d61f35932989971c0561ed1fb02414
-
Jihoon Kang authored
Currently, android-non-updatable.stubs modules, which have dependencies on from-source creating droidstubs modules, are on the ninja critical path during from-text stub build. This change creates a from-text stub generating java_api_library equivalence of the modules. Test: m android-non-updatable.stubs.from-text \ android-non-updatable.stubs.system.from-text \ android-non-updatable.stubs.test.from-text \ android-non-updatable.stubs.module_lib.from-text Bug: 273403800 Change-Id: If593d3b65a6d62484749cc3085c9333e44431248
-
Anton Hansson authored
After the file was moved into the api subdirectory, applying private visibility is redundant because the default visibility of modules in this directory is private. Test: m nothing Change-Id: I3e6602a384e352682bf366f1fe914d70dafe71ee
-
- May 16, 2023
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Dmitrii Merkurev authored
-
Pawan Wagh authored
-
Lucas Dupin authored
-
Pawan Wagh authored
When random parcel is sent to incidentd, AIDL service crashes with null pointer dereference. Test: atest incidentd_test Test: m incidentd_service_fuzzer && adb sync data && adb shell /data/fuzz/x86_64/incidentd_service_fuzzer/incidentd_service_fuzzer Bug: 282963041 Change-Id: I0e0ebc479acbfd3f5e9f56b629380b5d90021f45
-