Cory Barker
a748a047c7
Merge "Added automotiveCanV1.0_fuzzer" am: 20b69d76d0
am: 96c8da665f
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1991533
Change-Id: Id86874d76ee5705664f713f05948c38df2690aad
2022-03-02 19:09:17 +00:00
Cory Barker
96c8da665f
Merge "Added automotiveCanV1.0_fuzzer" am: 20b69d76d0
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1991533
Change-Id: Iccc4e6a9349cc2fc865dfdbd608462673318e964
2022-03-02 18:46:12 +00:00
Cory Barker
20b69d76d0
Merge "Added automotiveCanV1.0_fuzzer"
2022-03-02 18:22:12 +00:00
Treehugger Robot
df05e41148
Merge "Support for P256 curve in RKP for Strongbox Test: Run Rkp Vts tests." am: 55419fd935
am: 3b6c35b95e
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1969799
Change-Id: I517ed2fda53174956f477e54b84235e98d913140
2022-03-02 12:31:54 +00:00
Treehugger Robot
3b6c35b95e
Merge "Support for P256 curve in RKP for Strongbox Test: Run Rkp Vts tests." am: 55419fd935
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1969799
Change-Id: I8e1f6d577c20c1c583fb92b351c947479142dc7a
2022-03-02 12:09:43 +00:00
Treehugger Robot
55419fd935
Merge "Support for P256 curve in RKP for Strongbox Test: Run Rkp Vts tests."
2022-03-02 11:45:05 +00:00
David Drysdale
77a0eb6d63
KeyMint VTS: fix fixture setup name am: 795f758780
am: 85ce9e2530
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2003891
Change-Id: I27b0ccdb09e910eab04c53b1a6d75f68501afb03
2022-03-01 16:31:55 +00:00
David Drysdale
85ce9e2530
KeyMint VTS: fix fixture setup name am: 795f758780
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2003891
Change-Id: I556e90e4e9551fb365cad11263a966157fdff92b
2022-03-01 16:10:01 +00:00
David Drysdale
795f758780
KeyMint VTS: fix fixture setup name
...
Bug: 221909227
Test: VtsAidlKeyMintTargetTest
Change-Id: Ic0722242cee2ea21c974133e4f81b13b21e44615
2022-03-01 13:52:20 +00:00
Treehugger Robot
bbd66d27a0
Merge "Cast to the underlying type for union tags" am: 6cd0d474b2
am: 5eb895c047
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1999055
Change-Id: I9023258edf659c7994e1f7762b170b232962994e
2022-03-01 01:07:50 +00:00
Treehugger Robot
3d4ad82586
Merge "OMX VTS: Added a test to mandate transition to C2 codecs" am: d9aa226a60
am: fe02196fac
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1973542
Change-Id: I08180c3d22868bf9ef9bcceaf91b312c16587c5a
2022-03-01 01:07:40 +00:00
Treehugger Robot
5eb895c047
Merge "Cast to the underlying type for union tags" am: 6cd0d474b2
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1999055
Change-Id: I5421fe3e9acd67b38ae0371cb3f938e5eeeac7f4
2022-03-01 00:44:53 +00:00
Treehugger Robot
fe02196fac
Merge "OMX VTS: Added a test to mandate transition to C2 codecs" am: d9aa226a60
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1973542
Change-Id: Ic1840ca9a58f24e1763c67031cc12052703d1680
2022-03-01 00:44:34 +00:00
Treehugger Robot
6cd0d474b2
Merge "Cast to the underlying type for union tags"
2022-03-01 00:24:55 +00:00
Treehugger Robot
d9aa226a60
Merge "OMX VTS: Added a test to mandate transition to C2 codecs"
2022-03-01 00:20:47 +00:00
Treehugger Robot
5cc1805e43
Merge "Update KeyMint VINTF fragment to version 2" am: 73e15472a4
am: 02b7992b62
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2002270
Change-Id: I093525cf6c83aaecf13c9ea01fa322a7a4901275
2022-02-28 22:33:00 +00:00
Treehugger Robot
02b7992b62
Merge "Update KeyMint VINTF fragment to version 2" am: 73e15472a4
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2002270
Change-Id: Ice830ca23216d33c72d61d13003ec7bcf752e969
2022-02-28 22:04:25 +00:00
Treehugger Robot
73e15472a4
Merge "Update KeyMint VINTF fragment to version 2"
2022-02-28 21:46:00 +00:00
Shawn Willden
ef8bdc4f1d
Update KeyMint VINTF fragment to version 2
...
Bug: 221390931
Test: vts -m vts_treble_vintf_vendor_test
Change-Id: I62746b9b60b4b236c0cbb8d2c2edd519c61a71ac
2022-02-28 09:35:59 -07:00
Jooyung Han
0bdded6d5a
Cast to the underlying type for union tags
...
Union tags are of enum type. Streaming it would make more sense by
casting to underlying types.
For now casting is not required since tags are defined as `enum Tag`.
But we're going to change it to `enum class Tag` which won't work with
operator<< without casting.
Bug: 218912230
Test: m
Change-Id: Ia5e8a5c38fe23c72dffbdca320a32abdfa0eb38e
2022-02-26 21:10:12 +09:00
Joseph Jang
783acdb09c
Merge "Export extractDerSubjectFromCertificate() utility API for oem Hal usage" am: a66f64d05d
am: 7a6999efd5
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1996432
Change-Id: I1df1e16d87eb80cfecd067db2c25f065743ff6b1
2022-02-25 08:26:35 +00:00
Joseph Jang
7a6999efd5
Merge "Export extractDerSubjectFromCertificate() utility API for oem Hal usage" am: a66f64d05d
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1996432
Change-Id: I9194eaf9a5d934cd113918eae5c1e06a61917ac1
2022-02-25 07:52:45 +00:00
Joseph Jang
a66f64d05d
Merge "Export extractDerSubjectFromCertificate() utility API for oem Hal usage"
2022-02-25 07:27:06 +00:00
Chen Chen
973e5eb558
Merge "SpatialAudio: Init codec and buffer size from startStream()" am: 3b04e113e6
am: 92fbebc89f
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1989506
Change-Id: I1e686443d67be139c10733dba26e910bbc859734
2022-02-24 20:17:53 +00:00
Chen Chen
92fbebc89f
Merge "SpatialAudio: Init codec and buffer size from startStream()" am: 3b04e113e6
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1989506
Change-Id: I2bd3579135835f1f2275400505c1f5dc0aff88f0
2022-02-24 19:54:15 +00:00
Chen Chen
3b04e113e6
Merge "SpatialAudio: Init codec and buffer size from startStream()"
2022-02-24 19:39:33 +00:00
Chen Chen
0a68a920cc
SpatialAudio: Init codec and buffer size from startStream()
...
Bug: 214615268
Test: build
Tag: #feature
Change-Id: I26d82da0dfc82fcb6cab6b879bced8e892e8cf44
2022-02-24 18:40:27 +00:00
Treehugger Robot
140062e6fb
Merge "KeyMint: Test generation of asymmetric keys fails with missing parameters" am: 72358dab6a
am: 9a7ab7c60b
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1895034
Change-Id: Ia2fea157f4e7ba678aa101518d803fc2b45832d8
2022-02-24 17:05:59 +00:00
Treehugger Robot
9a7ab7c60b
Merge "KeyMint: Test generation of asymmetric keys fails with missing parameters" am: 72358dab6a
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1895034
Change-Id: Ib9ba132fd500f8552b453a9fdb4dad2ed69e3a8f
2022-02-24 16:43:48 +00:00
Treehugger Robot
72358dab6a
Merge "KeyMint: Test generation of asymmetric keys fails with missing parameters"
2022-02-24 16:14:21 +00:00
Enrico Granata
747d25206b
Merge changes from topic "presubmit-am-0dab591a2da0487e86ae54ea1577f29a" into sc-v2-dev-plus-aosp
...
* changes:
[automerge] Support vendor GNSS file properties for AAOS virtualization 2p: 9447139c92
Support vendor GNSS file properties for AAOS virtualization
2022-02-24 02:23:48 +00:00
Michael Butler
6d588b7cd9
Merge "Remove NN host specific build defines" am: fe9368b729
am: 13a6d16614
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1997731
Change-Id: Ic3f1a18b4af1b4280f1cd746218b807a5e2a30cc
2022-02-24 01:56:32 +00:00
Michael Butler
13a6d16614
Merge "Remove NN host specific build defines" am: fe9368b729
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1997731
Change-Id: If387ac212a2a1e92b59525f870c6c97742a96ebe
2022-02-24 01:31:54 +00:00
Chih-hung Hsieh
581616e658
Merge "Add timed out test files to tidy_timeout_srcs" am: ff54f73b4f
am: fa83970b3a
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1992232
Change-Id: I26b2d04160013fec26fdaadf56caeb919ff4d5bd
2022-02-24 01:04:34 +00:00
Michael Butler
fe9368b729
Merge "Remove NN host specific build defines"
2022-02-24 00:59:51 +00:00
Chih-hung Hsieh
fa83970b3a
Merge "Add timed out test files to tidy_timeout_srcs" am: ff54f73b4f
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1992232
Change-Id: Ic6072a539d185abc0bcce2ef1dd4a96ddf70e3b8
2022-02-24 00:40:48 +00:00
Chih-hung Hsieh
ff54f73b4f
Merge "Add timed out test files to tidy_timeout_srcs"
2022-02-24 00:21:18 +00:00
Michael Butler
323bddccc6
Remove NN host specific build defines
...
These defines are redundant because they are already defined in
neuralnetworks_utils_defaults.
Bug: N/A
Test: mma
Change-Id: I1c5c44e9e61da19bc10dd8ed2e38099f7c4baccd
2022-02-23 11:44:53 -08:00
Treehugger Robot
b56acbc92e
Merge "Provide alternate SE RoT provisioning path." am: 07011d9e09
am: 11c970f706
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1982797
Change-Id: If5cb29c30527b5f36a72b6e2c7f5dfcf42978215
2022-02-23 18:58:25 +00:00
Treehugger Robot
11c970f706
Merge "Provide alternate SE RoT provisioning path." am: 07011d9e09
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1982797
Change-Id: Ia74ce0dba7595e9eb8c080c150174b49b7c509b1
2022-02-23 18:24:12 +00:00
Treehugger Robot
07011d9e09
Merge "Provide alternate SE RoT provisioning path."
2022-02-23 18:13:01 +00:00
Enrico Granata
081068a809
[automerge] Support vendor GNSS file properties for AAOS virtualization 2p: 9447139c92
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/16989257
Bug: 213489959
Change-Id: I1879b5176020c8dbba93b423462932f3cdf1c388
2022-02-23 17:53:24 +00:00
Enrico Granata
9447139c92
Support vendor GNSS file properties for AAOS virtualization
...
The Android Automotive trout device uses GNSS HAL for fetching
location data from a live GNSS adapter, not a mock file. We also have
an established naming convention for console port names that is carried
over from the Bluetooth use case.
Add support for a vendor uart port for GNSS in addition to the existing
Cuttlefish debug property, in order to enable trout to establish a
connection to the host GNSS agent
Bug: 213489959
Test: build flash and boot
Change-Id: Id2d2134bb6ea60adef1072295c4f623463bfb010
2022-02-23 10:50:35 -07:00
Alice Kuo
31a9f2280c
Merge "Set bluetooth.audio AIDL HAL to mandatory for Android T" am: 53b601d590
am: c6e816aad8
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1977705
Change-Id: Iccb48bcb424967236881bffb57f0728915033ec8
2022-02-23 17:01:53 +00:00
Alice Kuo
c6e816aad8
Merge "Set bluetooth.audio AIDL HAL to mandatory for Android T" am: 53b601d590
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1977705
Change-Id: I8f194ce924f85df1202c37fa0dcab42a00628bdc
2022-02-23 16:33:06 +00:00
Alice Kuo
53b601d590
Merge "Set bluetooth.audio AIDL HAL to mandatory for Android T"
2022-02-23 10:53:32 +00:00
Joseph Jang
5341ebba50
Export extractDerSubjectFromCertificate() utility API for oem Hal usage
...
mDL oem Hal may need X509 utility API to extract subject name from certificate.
Bug: 218613398
Change-Id: I6316dfb3f1c50394af2d3d35c95d616bd6a2106b
2022-02-23 07:39:03 +00:00
Shawn Willden
0cc617cab0
Provide alternate SE RoT provisioning path.
...
On some devices it is infeasible to provision the KeyMint RoT bits in
the Android Bootloader. This provides an alternate path to provision
them from the TEE during early boot.
Bug: 219076736
Test: VtsAidlKeyMintTargetTest
Change-Id: If69f7e25e58edbf4d2190084e2c0a03a94bfa5d6
Merged-In: If69f7e25e58edbf4d2190084e2c0a03a94bfa5d6
2022-02-22 23:52:18 -07:00
subrahmanyaman
fb213d6031
Support for P256 curve in RKP for Strongbox
...
Test: Run Rkp Vts tests.
Change-Id: Ic38fd2318dd8749ae125f1e78d25f2722bd367e5
2022-02-23 05:02:40 +00:00
Hao Chen
96e84fbb5c
[automerger skipped] Merge changes from topic "gnss" into sc-v2-dev am: 3870153fac
-s ours
...
am skip reason: Merged-In Ide7bbb3e81a90414496084691227bd95a2e7af18 with SHA-1 f46bb4ac80
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/16909565
Change-Id: Iec30fb3ec54b231083a15e173d87e732741012ac
2022-02-22 23:34:54 +00:00