- Jun 15, 2022
-
-
Martin Geisler authored
We now show the unified diff relative to the known-good code. That is, if we generate a line too much, this like shows up as an added line. Before it would show up as a deleted line, which seems wrong. Test: atest pdl_inline_tests Change-Id: I9ecb24c4f79b65221131adfe0e44db4529a6a478
-
Treehugger Robot authored
-
- Jun 14, 2022
-
-
Sungsoo Lim authored
Bug: 235495968 Tag: #refactor Test: manual Change-Id: Icfe55340b26c40111df0b2babbdfc40bf026dac0
-
Christopher Ferris authored
-
Treehugger Robot authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Alice Kuo authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Jun 13, 2022
-
-
Katherine Lai authored
Fixes commit 52665069. Bug: 233184735 Tag: #floss Test: Floss builds Change-Id: I6189a506389440e6d8060b3c1067eac9c0df3dd3
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
William Escande authored
-
Katherine Lai authored
Add callback to indicate which adapter property has changed Bug: 233184735 Tag: #floss Test: See callback during dbus-monitor Change-Id: I4ead8cc058f29e23d21e8129795ba98c0004dd1d
-
Roopa Sattiraju authored
-
Martin Geisler authored
Before we only formatted the newly generated code. The idea was to compare this with the known-good code stored in the repository. However, this requires us to carefully control the ‘rustfmt’ configuration: in particular, we need to copy a ‘rustfmt.toml’ file into the directory from which we invoke ‘rustfmt’. We can avoid this if we simply format both the new and the existing code: this was the current settings of ‘rustfmt’ will take effect for both pieces of code and we will be able to compare them for equality. This change means that we don’t have to update any of the existing known-good files if/when the common ‘rustfmt.toml’ files changes. This change makes https://r.android.com/2096444 obsolete. Test: atest 'pdl*' Change-Id: I732cec8e08c8c8e8b70f40a1d074faecc89979ff
-
Treehugger Robot authored
-
Martin Geisler authored
It turns out that there is space for the structs on one line. Test: atest pdl_inline_tests Change-Id: I9c6a5522e8f5d2bd10ef4f54897a79c50bb772f0
-
Martin Geisler authored
The ‘data’ property can be used directly, we don’t need the ‘requires’ property. Test: atest pdl_tests Change-Id: Ie4587fd9f4d3d18ed1ecf7c07d2b16c865a86709
-
Martin Geisler authored
-
Martin Geisler authored
The file is kept in sync with the source-of-truth ‘Android.bp’ file via a lint check. Test: cargo test Change-Id: I68e7b2a86baf90ad18bd8c9c447e6bb66ec28cad
-
Sungsoo Lim authored
-
- Jun 10, 2022
-
-
Roopa Sattiraju authored
Bug: 235641807 Test: Flash and capture the snoop log. Check to see the increase in size. Change-Id: I2305b33614183e9e42305094dfb1ac64576101e4
-
Abhishek Pandit-Subedi authored
A recent sysprops refactor changed the default value of a sysprop from true to false and this caused a legacy AVRCP path to be taken which is not well tested. Update the sysprops code with a new branch for TARGET_FLOSS and set the default value for avrcp target to True. Bug: 230474915 Tag: #floss Test: ChromeOS automated tests Change-Id: Ifea8b071c6dbffb2978a5139ea7b304082d2cf34
-
Treehugger Robot authored
-
William Escande authored
If bluetooth is started too early, it will need to be restarted to change its gid. By delaying the bluetooth start after the OnUserStarting we ensure the permissions are already set Fix: 232740613 Test: build & flash with wipe. Check log at first startup Tag: #refactor Merged-In: Ifde1348baad5802276679ecc24bc8ae458d02fe6 Change-Id: Ifde1348baad5802276679ecc24bc8ae458d02fe6
-
Etienne Ruffieux authored
-
En-Shuo Hsu authored
Bug: 235171669 Tag: #floss Test: Build and check the dbus-monitor Change-Id: Ifa095608bd8f74b707653f34821ad5108b379a4b
-
Etienne Ruffieux authored
getUuids was wrongly returning an empty array of Uuids when fetchUuidsWithSdp had not been called. It now returns null again. Test: atest CtsBluetoothTestCases Bug: 235456437 Tag: #feature Merged-In: If8aafc1b0ab4e253fdacc827726d76825b3bd1e4 Change-Id: I5757bebec004605b901f2f031c25b2036e2c139e
-
Sungsoo Lim authored
This reverts commit d89aa987. Bug: 215674669 Bug: 235435433 Tag: #refactor Test: atest CtsBluetoothTestCases HeadsetServiceTest Change-Id: Ib5661162f36def2b8311a126ea831ba7d5f23f7c
-
Jack He authored
-
- Jun 09, 2022
-
-
Jack He authored
-
Chen Chen authored
-
Chienyuan authored
Bug: 235446307 Tag: #refactor Test: gd/cert/run Change-Id: I835d5b788e29db426f2a9dd7a1c50573f94962e8
-
Abhishek Pandit-Subedi authored
-
Alice Kuo authored
PTS GMCS test is for GMCS standlone, so it's non-LE audio device. We depend on the PTS test property to setDeviceUnauthorized for PTS test Bug: 235354262 Test: GMCS PTS all test Change-Id: I62ad7797fc9e45b43b659d68f2ee335c80ad365b
-
Sheng-Chieh Lo authored
-