Commit Graph

41740 Commits

Author SHA1 Message Date
Sadaf Ebrahimi
d10fba30be Merge "Track libxml2 API changes." am: 3096c58650 am: d21a771983
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2089706

Change-Id: I4bca5b13916b65bfd1681c5d9929daa606a33d6b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-12 00:54:52 +00:00
Treehugger Robot
9760004cac [automerger skipped] Merge "Correct the PWLE valid duration" am: e25b3b1753 am: fa8cb7ed59 -s ours
am skip reason: Merged-In I02e96869d9a8e6d5143ae64e3a077bf90dcdb43e with SHA-1 a266b2c8f2 is already in history

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2095505

Change-Id: Ic5821113c0b5b2f57e528ffd42b17f2aaeec3cc3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-12 00:54:40 +00:00
Treehugger Robot
ebfaa65a1c Merge "Specify EcCurve when generating keys" am: a172a2309c am: 97a9abddd8
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2092349

Change-Id: I17f1c4017cd6d84944614c515fd60e68b133617f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-12 00:54:26 +00:00
Treehugger Robot
2923298e96 Merge "Bluetooth LE Audio: pass the 24 bit stream as unpacked through HAL" am: 7e3f8470c2 am: acc3544db0
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2093963

Change-Id: I10d1a8ac2d723ffea535317cb51978f7d9b65de5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-12 00:54:12 +00:00
TreeHugger Robot
c657b2e809 Merge changes I0f86c823,I8c6760a7 into tm-dev am: 3263c71445
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/18319642

Change-Id: Iaabfcdc0bf8caac6db061abb690d0ff309d76e0f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-12 00:33:38 +00:00
Jakub Pawłowski
363e857922 Merge "Bluetooth LE Audio: pass the 24 bit stream as unpacked through HAL" into tm-dev am: 59770b6f4f
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/18306280

Change-Id: I1dc6e56fae9f3621cd7ed3db5ca0c6cadbb761b4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-12 00:31:32 +00:00
TreeHugger Robot
3263c71445 Merge changes I0f86c823,I8c6760a7 into tm-dev
* changes:
  Add a test to verify a status callback registration
  Corrects CameraStreamBuffering test case
2022-05-11 23:50:11 +00:00
Sadaf Ebrahimi
d21a771983 Merge "Track libxml2 API changes." am: 3096c58650
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2089706

Change-Id: If0afe5b65cf36d252118f1306c594d806710c402
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-11 22:55:55 +00:00
Treehugger Robot
fa8cb7ed59 Merge "Correct the PWLE valid duration" am: e25b3b1753
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2095505

Change-Id: Ie2683ae650746497de356d7cf47b7f74243651fd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-11 22:55:07 +00:00
Treehugger Robot
97a9abddd8 Merge "Specify EcCurve when generating keys" am: a172a2309c
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2092349

Change-Id: I3580bb939164f02e0f63593281976f1cac4587c3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-11 22:54:32 +00:00
Treehugger Robot
acc3544db0 Merge "Bluetooth LE Audio: pass the 24 bit stream as unpacked through HAL" am: 7e3f8470c2
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2093963

Change-Id: I948f15621db94a404488466ce2f6d36edf267937
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-11 22:54:20 +00:00
Jakub Pawłowski
59770b6f4f Merge "Bluetooth LE Audio: pass the 24 bit stream as unpacked through HAL" into tm-dev 2022-05-11 21:42:23 +00:00
Sadaf Ebrahimi
3096c58650 Merge "Track libxml2 API changes." 2022-05-11 21:07:48 +00:00
Treehugger Robot
e25b3b1753 Merge "Correct the PWLE valid duration" 2022-05-11 10:23:18 +00:00
Treehugger Robot
a172a2309c Merge "Specify EcCurve when generating keys" 2022-05-11 09:08:22 +00:00
chasewu
22cb901d1a Correct the PWLE valid duration
Getting the maximum duration from HAL to avoid
different supported duration under different devices.

Fix: 231486866
Test: atest VtsHalVibratorTargetTest
Signed-off-by: chasewu <chasewu@google.com>
Change-Id: I02e96869d9a8e6d5143ae64e3a077bf90dcdb43e
Merged-In: I02e96869d9a8e6d5143ae64e3a077bf90dcdb43e
2022-05-11 15:58:46 +08:00
Changyeon Jo
dbcf52c2b1 Add a test to verify a status callback registration
Bug: 195672428
Test: atest VtsHalEvsTargetTest
Change-Id: I0f86c82379bbfa249f159cac0bd0564711394caa
2022-05-11 00:01:31 -07:00
Jakub Pawlowski
780d8c5ab6 Bluetooth LE Audio: pass the 24 bit stream as unpacked through HAL
LC3 encoder/decoder expects unpacked 24 bit stream

Bug: 230578655
Test: use 24_2 configuration to play over LE Audio
Merged-In: I298d6d3a0cd9786581730de88487c982e1fa9d9d
Change-Id: I298d6d3a0cd9786581730de88487c982e1fa9d9d
2022-05-11 08:49:12 +02:00
Treehugger Robot
7e3f8470c2 Merge "Bluetooth LE Audio: pass the 24 bit stream as unpacked through HAL" 2022-05-11 06:40:21 +00:00
Changyeon Jo
b440b234ca Corrects CameraStreamBuffering test case
EvsManager returns BUFFER_NOT_AVAILABLE to AIDL clients when it fails to
process setMaxFramesInFlight() call.

Fix: 232021994
Test: atest VtsHalEvsTargetTest
Change-Id: I8c6760a77e413cc168f40166e6e9eb472d3e6a12
2022-05-10 22:49:28 -07:00
Gabriel Biren
0990148955 Add hashes for android.hardware.wifi@1.6::IWifi am: 13a8c20d60
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/18284857

Change-Id: I90bf001c6cb64d75cc7b634f271b7ade41abed90
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-11 05:08:01 +00:00
Steven Moreland
a5181fe1b0 Freeze another test HAL. am: e779c76ccc
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/18297778

Change-Id: I0e2be260c7d7fd4380a6462d7cf79fa275170398
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-11 05:07:58 +00:00
Alix Espino
bc8a276ddd Merge changes I07c0f96d,I8734474f am: 5440b3663c am: a629baedb9
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2066561

Change-Id: I6f6cd5818d27f6e5bca6aa6d4ebeb9e1ac3b3cfc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-10 23:51:42 +00:00
Alix Espino
a629baedb9 Merge changes I07c0f96d,I8734474f am: 5440b3663c
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2066561

Change-Id: Id544a4a4fbe199527dec9f2eadc62c6dd4f712ec
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-10 23:24:05 +00:00
Gabriel Biren
13a8c20d60 Add hashes for android.hardware.wifi@1.6::IWifi
to current.txt

Bug: 232081804
Test: atest vts_treble_vintf_vendor_test
Change-Id: I97bd10476b57eeb45279fe69c7d937214b54a517
2022-05-10 23:16:34 +00:00
Steven Moreland
e779c76ccc Freeze another test HAL.
Easier to freeze these than adding an exception to the test for
cuttlefish.

Bug: 231907796
Test: build (checks hash)
Change-Id: I07a5e4d038270879aa3c58f774adbb257506fca0
2022-05-10 23:16:25 +00:00
Alix Espino
5440b3663c Merge changes I07c0f96d,I8734474f
* changes:
  Deleted clang property in Android.bp files
  autogenerated reformatting by bpfmt
2022-05-10 23:01:12 +00:00
David Drysdale
7763f993d9 [automerger skipped] Merge "KeyMint VTS: x25519 pubkey as SubjectPublicKeyInfo" into tm-dev am: 0df4365ca5 -s ours
am skip reason: Merged-In Ib5157da6a986d957162fab60dbe927017cfdd703 with SHA-1 a410b770e9 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/18280783

Change-Id: I814227669e389d4fd35a8e03a3d9e684ec8f483e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-10 22:49:34 +00:00
David Drysdale
f8ffc2769e [automerger skipped] KeyMint VTS: x25519 pubkey as SubjectPublicKeyInfo am: 857158ba12 -s ours
am skip reason: Merged-In Ib5157da6a986d957162fab60dbe927017cfdd703 with SHA-1 a410b770e9 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/18280783

Change-Id: Ibab8aa0a2c4b941f433bfae09c9c370aaed3e07b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-10 22:49:32 +00:00
Elliott Hughes
2aa03ce7bd Track libxml2 API changes.
This function is now deprecated upstream, and their advice is to just
not call it; xmlCleanupParser() will do this stuff anyway.

Test: treehugger
Change-Id: I38a80d1f77c1beb2c1c8088a9e0df3bb0cbd9496
2022-05-10 14:20:21 -07:00
David Drysdale
d30cd1cc6f Merge "KeyMint VTS: x25519 pubkey as SubjectPublicKeyInfo" am: 53cf63d1fd am: 0b4d491139
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2092269

Change-Id: Ia4c69e47ddf2f062672961c7a3bebb2185bd3cfd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-10 21:00:17 +00:00
David Drysdale
0b4d491139 Merge "KeyMint VTS: x25519 pubkey as SubjectPublicKeyInfo" am: 53cf63d1fd
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2092269

Change-Id: I8f4b806aafc64d97942aa0bb5cf6248a7efc7d06
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-10 20:22:51 +00:00
David Drysdale
0df4365ca5 Merge "KeyMint VTS: x25519 pubkey as SubjectPublicKeyInfo" into tm-dev 2022-05-10 14:26:48 +00:00
Jakub Pawlowski
7230958c05 Bluetooth LE Audio: pass the 24 bit stream as unpacked through HAL
LC3 encoder/decoder expects unpacked 24 bit stream

Bug: 230578655
Test: use 24_2 configuration to play over LE Audio
Change-Id: I298d6d3a0cd9786581730de88487c982e1fa9d9d
2022-05-10 15:40:44 +02:00
David Drysdale
53cf63d1fd Merge "KeyMint VTS: x25519 pubkey as SubjectPublicKeyInfo" 2022-05-10 10:19:56 +00:00
Tommy Chiu
ec83644fab Specify EcCurve when generating keys
EC_CURVE is a mandatory tag which is specified in the keymint HAL when
generating EC keys.

Bug: 232056693
Change-Id: Ibe2b85744d7e555b7c7b48aa9e57ce45bb19ef89
2022-05-10 16:31:22 +08:00
Treehugger Robot
da91112339 Merge "Updated the description on Root of Trust Binding." am: 0ba8531279 am: f6c6fc7830
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2080599

Change-Id: Id7e9ffe8861b54363fc75afe3d86a4748fa4efad
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-09 18:47:19 +00:00
Treehugger Robot
5d78414015 Merge "Update ProtectedData DKCertChain to use X.509" am: e003ed061b am: 2c2972a157
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2089226

Change-Id: Ia95b757401d196c49e8048039fbfc0152289f112
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-09 18:47:00 +00:00
TreeHugger Robot
3f78339746 Merge "Fix a bug that would access uninitialized data." into tm-dev am: 7ab075cb83
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/18207278

Change-Id: If391668da5103306575b6c8c9e8d183a52b59b89
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-09 18:10:00 +00:00
Treehugger Robot
f6c6fc7830 Merge "Updated the description on Root of Trust Binding." am: 0ba8531279
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2080599

Change-Id: I2a4a35a9642db2383b41376cdb4476001ff707d4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-09 17:49:42 +00:00
Treehugger Robot
2c2972a157 Merge "Update ProtectedData DKCertChain to use X.509" am: e003ed061b
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2089226

Change-Id: I2402a4c6fe80770c6159ebf171cb195a5bb80812
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-09 17:49:31 +00:00
David Drysdale
857158ba12 KeyMint VTS: x25519 pubkey as SubjectPublicKeyInfo
The data for a key agreement operation should always send in the
SubjectPublicKeyInfo structure, not a raw key for X25519.

Test: VtsAidlKeyMintTargetTest
Bug: 231959070
Change-Id: Ib5157da6a986d957162fab60dbe927017cfdd703
Merged-In: Ib5157da6a986d957162fab60dbe927017cfdd703
2022-05-09 17:47:11 +01:00
David Drysdale
a410b770e9 KeyMint VTS: x25519 pubkey as SubjectPublicKeyInfo
The data for a key agreement operation should always send in the
SubjectPublicKeyInfo structure, not a raw key for X25519.

Test: VtsAidlKeyMintTargetTest
Bug: 231959070
Change-Id: Ib5157da6a986d957162fab60dbe927017cfdd703
2022-05-09 17:38:35 +01:00
Treehugger Robot
0ba8531279 Merge "Updated the description on Root of Trust Binding." 2022-05-09 16:36:54 +00:00
Treehugger Robot
e003ed061b Merge "Update ProtectedData DKCertChain to use X.509" 2022-05-09 16:34:08 +00:00
TreeHugger Robot
7ab075cb83 Merge "Fix a bug that would access uninitialized data." into tm-dev 2022-05-09 15:54:38 +00:00
David Drysdale
4657d02360 [automerger skipped] Merge "KeyMint VTS: skip device ID checks on GSI" into tm-dev am: 955b77be57 -s ours
am skip reason: Merged-In I3182bad5584c35df7b1eeb476dabb39d19fdf12c with SHA-1 555ba00c0f is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/18182183

Change-Id: Ic0decf33bb33595f81577c9c368506527bf413a7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-09 07:17:04 +00:00
David Drysdale
d4584acbbc [automerger skipped] KeyMint VTS: skip device ID checks on GSI am: 32a7bece10 -s ours
am skip reason: Merged-In I3182bad5584c35df7b1eeb476dabb39d19fdf12c with SHA-1 555ba00c0f is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/18182183

Change-Id: I7b9c7e64bb43ce089d64f7d8debb6ebe83faa395
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-09 07:17:03 +00:00
Treehugger Robot
3d6ff66133 Merge "bluetoothV1.0_fuzzer: Bug Fix" am: 80dee80bd6 am: 7d6e997d59
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2082699

Change-Id: I4ba890e23faa811585422d97e436ffea76dcd006
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-09 06:37:11 +00:00
Treehugger Robot
7d6e997d59 Merge "bluetoothV1.0_fuzzer: Bug Fix" am: 80dee80bd6
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2082699

Change-Id: I9b561d567d7838c7f8bae61025282f0d93b59534
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-09 06:09:45 +00:00