Jooyung Han
b0b30b84c1
Mark neuralnetworks HAL as updatable-via-apex
...
Bug: 297786849
Test: m
Merged-In: I80eb731040d23371886213941138bc73c033bb1f
Change-Id: I80eb731040d23371886213941138bc73c033bb1f
2023-08-30 03:43:40 +00:00
Zhanglong Xia
0fb67b5250
Merge "order the instance android.hardware.threadnetwork in the matrix XML" into main am: bdf2b0e9ec
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2721514
Change-Id: Ib5f4d1936a7a09cd1779ce6948b186484aa923cc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-08-29 02:41:50 +00:00
Zhanglong Xia
f52d91b132
order the instance android.hardware.threadnetwork in the matrix XML
...
Bug: 296965759
Test: m
Change-Id: I1cec104ba851d4ed8684e4c805ac71959eac8b4a
2023-08-28 10:47:56 +08:00
Xin Li
879960bdce
Merge Android U (ab/10368041)
...
Bug: 291102124
Merged-In: I7b6fffac2ada0e039f79bad8cc9b4d954e9c3460
Change-Id: I9466127d8d0fa38df36ca99f704853b2db871e67
2023-08-25 13:29:30 -07:00
Jooyung Han
3d9a2543f4
Mark threadnetwork HAL as updatable-via-apex am: 868b8968bf
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2725096
Change-Id: Ia6abf433be42e602b77c42c5e67eaea6cb9bd883
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-08-25 08:06:57 +00:00
Jooyung Han
de60dd2ae5
Merge changes from topic "threadnetwork-apex" into main
...
* changes:
Move threadnetwork HAL to VAPEX
Mark threadnetwork HAL as updatable-via-apex
Add apexkey "com.android.hardware"
2023-08-25 07:17:09 +00:00
Jooyung Han
868b8968bf
Mark threadnetwork HAL as updatable-via-apex
...
Since it's not available in U, we don't have to mark it in 8.xml
Bug: 296966113
Test: m
Change-Id: I5ba313208c4c43c270fd4507f3e92cea6a62dc5e
2023-08-24 16:49:25 +09:00
Jooyung Han
b5cae6c04a
Mark nfc HAL as updatable-via-apex
...
Mark it in both 8.xml and 9.xml. 8.xml for -next configuration.
Bug: 296529752
Test: n/a
Change-Id: Ie96c38e30618cc343586f429a5d48e7108f90614
2023-08-24 14:18:57 +09:00
Jooyung Han
c589bee5ff
Merge "Put authsecret example in VAPEX" into main
2023-08-23 01:16:06 +00:00
Treehugger Robot
6b25d47137
Merge "matrices: Delete gnss.*." into main
2023-08-22 21:40:00 +00:00
Yifan Hong
8446d62580
matrices: Delete gnss.*.
...
These aren't top-level interfaces.
Bug: 255383566
Test: TH
Change-Id: I6a9c84b735bd2e233c2976211aa1ec79cd7b609c
Merged-In: I6a9c84b735bd2e233c2976211aa1ec79cd7b609c
2023-08-22 21:03:14 +00:00
Jooyung Han
6dfa3ce49d
Put authsecret example in VAPEX
...
authsecret example instance is put in APEX.
Bug: 296522705
Test: authsecret HAL starts from APEX in cuttlefish/goldfish
Merged-In: I226fd57fb1ec5c8da98c07292431df055e6078d7
Change-Id: I226fd57fb1ec5c8da98c07292431df055e6078d7
2023-08-21 22:54:48 +00:00
Jooyung Han
eb10186f70
Mark uwb HAL as updatable-via-apex
...
The AOSP implementation of UWB HAL will be packaged in APEX.
Bug: 296487624
Test: m
Merged-In: I89004f6064fdd3ffae13e64b051208e136a03ac1
Change-Id: I89004f6064fdd3ffae13e64b051208e136a03ac1
(cherry picked from commit f019dd3d145434992b5ccb61c6892186abfabdd8)
2023-08-21 15:15:42 +09:00
Jooyung Han
49e6433617
Mark keymint HAL and its friends as updatable-via-apex
...
Cuttlefish implementation for these HALs are moved into an APEX along
with VINTF fragments. Hence we need to mark them so in FCM.
Bug: 197988234
Test: aosp_cf_x64_64_phone boots
keymint service starts from apex
Change-Id: I669ef4e215abc203f51bb21b7251aff601531ac7
2023-08-11 16:34:14 +09:00
Terry Guan
b324444c8a
Update version for audiocontrol
...
Bug: 255369346
Bug: 255383566
Test: atest vts_treble_vintf_vendor_test
Change-Id: I17000be75963e511d2a56583be0f619a3dee66f1
Merged-In: I17000be75963e511d2a56583be0f619a3dee66f1
Merged-In: Ic42e51b616782a2763eb80e1cad5ca776cc079d4
2023-08-04 16:50:58 -07:00
Treehugger Robot
75275ce51e
Merge "FCM: add c2 software, IConfigurable instances" into main
2023-07-21 20:46:08 +00:00
Eric Biggers
2a5366d850
Merge changes from topic "weaver-vts-fix" into main
...
* changes:
Don't overwrite in-use Weaver slots during VTS
Simplify Weaver VTS test
Remove redundant HIDL Weaver VTS test
Move VtsHalWeaverTargetTest to common directory
Make VtsHalWeaverTargetTest test both HIDL and AIDL services
Clarify the Weaver documentation
Update weaver AIDL default to use V2
Add WeaverReadStatus to WeaverReadResponse
2023-07-20 16:53:13 +00:00
Steven Moreland
72f588429a
FCM: add c2 software, IConfigurable instances
...
These instances were previously added manually
on a device-by-device basis. Adding them explicitly
here now.
Bug: 290408770
Test: N/A
Change-Id: Ibc1470aae02d2b1172ea62efeb5af31224b80c45
2023-07-19 21:22:38 +00:00
Treehugger Robot
1da295ca82
Merge "Require mapper4" into main
2023-07-19 18:20:57 +00:00
John Reck
34412e26a6
Require mapper4
...
Bug: 280901110
Test: make
Change-Id: I49fa786957716d896b5476eac32b4c6d9077fe80
2023-07-19 11:29:56 -04:00
Devin Moore
316cf58d49
Update weaver AIDL default to use V2
...
Test: VtsHalWeaverTargetTest
Bug: 259556049
Change-Id: Id6aa9316a20541bf2c9a7cc53345a5010a188d00
(cherry picked from commit daf12d9440
)
Merged-In: Id6aa9316a20541bf2c9a7cc53345a5010a188d00
2023-07-19 04:08:53 +00:00
Steven Moreland
477673de32
compat matrix: add ISap slot2
...
The framework supports this, but devices copied its support
into each of their compat matrices instead of adding it once
here.
Bug: 290408770
Test: build
Change-Id: I2de4f1365a6981a0a2ef7165c916fba91a340799
Merged-In: I2de4f1365a6981a0a2ef7165c916fba91a340799
2023-07-12 23:16:15 +00:00
Zhanglong Xia
5c027015c3
add fuzz test and fix the Thread network HAL compile errors
...
Bug: 288825495
Test: Build and run fuzz test in cuttlefish
Change-Id: If14bd95657d6a71737a348ccbc6d1b05bbcc1f4c
2023-06-26 17:55:39 +08:00
Treehugger Robot
a38827edec
Merge "Revert "android.hardware.media.c2: Move to staging/"" into udc-dev-plus-aosp
2023-06-07 21:26:26 +00:00
Devin Moore
d8d9ae478c
Merge "No longer allow HIDL tetheroffload for new SoCs" am: 159e755e50
am: 1e986e2ac8
am: fd6b549ee0
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2613590
Change-Id: I6de3098f8d71884e7d642cea87879fe626a5f4a9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-05 20:37:05 +00:00
Treehugger Robot
38bdd4ce25
Merge "No longer allow HIDL bluetooth HAL for new SoCs" am: 9ed8fb57fd
am: fbbfaed238
am: bda2938f87
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2613589
Change-Id: I905a32cfa90bda1a5c7b3a25ac120c272997768e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-05 20:36:36 +00:00
Devin Moore
936a344319
Merge "No longer allow HIDL soundtrigger on new SoCs" am: e48a3a9014
am: 348d7155ee
am: cf7fc8389e
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2613591
Change-Id: I6bbeed0b26854dbf991909a42490a9f43aecce77
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-05 20:35:12 +00:00
Devin Moore
159e755e50
Merge "No longer allow HIDL tetheroffload for new SoCs"
2023-06-05 18:17:54 +00:00
Treehugger Robot
9ed8fb57fd
Merge "No longer allow HIDL bluetooth HAL for new SoCs"
2023-06-05 18:07:05 +00:00
Devin Moore
e48a3a9014
Merge "No longer allow HIDL soundtrigger on new SoCs"
2023-06-05 18:04:49 +00:00
Jooyung Han
6b8f8abed5
Merge "Mark fingerprint HAL as updatable-via-apex" am: d877336391
am: 92b8f8705e
am: 6e35c8fc09
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2604485
Change-Id: Id3aaeb53d1bca640a7206eed9622961fcd6f715e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-05 05:35:42 +00:00
Jooyung Han
d877336391
Merge "Mark fingerprint HAL as updatable-via-apex"
2023-06-05 03:29:44 +00:00
Sungtak Lee
e739e842ba
Revert "android.hardware.media.c2: Move to staging/"
...
This reverts commit a8c9aa3173
.
Bug: 254050314
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7afc209eb8b1f1d54208c601cb458f95712b1e2f )
Merged-In: Ia85af4e013529e104c84bc48f84a5daa89a5d9bf
Change-Id: Ia85af4e013529e104c84bc48f84a5daa89a5d9bf
2023-06-02 21:53:01 +00:00
Devin Moore
9bb4a8a98e
No longer allow HIDL soundtrigger on new SoCs
...
Test: m
Bug: 218588089
Change-Id: Ib6a97dfe628a7ac6d4bfb8f23c79f7e47f5afc7d
2023-06-02 19:27:53 +00:00
Devin Moore
f503d8e0e8
No longer allow HIDL tetheroffload for new SoCs
...
Test: m
Bug: 205762647
Change-Id: I876c5f0f3e346ace129507143fed4f3fd569b223
2023-06-02 18:13:09 +00:00
Devin Moore
f8dc7ee0f4
No longer allow HIDL bluetooth HAL for new SoCs
...
Test: m
Bug: 205758693
Change-Id: I401a0944540ab77d5f24e95e7c4a157a4fedf16f
2023-06-02 18:02:59 +00:00
Jooyung Han
f9d34d0fad
Mark Face HAL as updatable-via-apex am: bf8eae1ac4
am: 216d0bbd14
am: ba0eb920fc
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2609729
Change-Id: Id29f6f3ef53e33ec1ca7b6cfccb352e8c43950e7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-01 05:02:17 +00:00
Jooyung Han
bf8eae1ac4
Mark Face HAL as updatable-via-apex
...
Bug: 279674662
Test: VtsHalBiometricsFaceTargetTest
Change-Id: I91c19a4cb1f3791cebcc70827f95e47778592e31
2023-05-31 11:23:10 +09:00
Jooyung Han
822da461a1
Mark fingerprint HAL as updatable-via-apex
...
This means that the HAL instances can be served by APEX.
Bug: 279674662
Test: m nothing
Merged-In: I76938ffa99d3c518483c022314b3f18749e18deb
Change-Id: I76938ffa99d3c518483c022314b3f18749e18deb
(cherry picked from commit c9b499fd73
)
2023-05-31 10:55:00 +09:00
Steven Moreland
60bfc8621a
Merge "Revert "disable V matrix."" into udc-dev-plus-aosp
2023-04-24 20:42:41 +00:00
Steven Moreland
17427bb7b2
FCM 9: -= satellite in U
...
Satellite only exists in git_master.
Bug: N/A
Test: N/A
Merged-In: Iedc3097a9db58c0539e4aa61d089ee9d1986d51f
Change-Id: Ifac2101b7478c29899567a6ba4679c0f897f0a4e
2023-04-24 17:09:19 +00:00
Steven Moreland
23791a9f87
Revert "disable V matrix."
...
This reverts commit c2340359de
.
Reason for revert: re-enable on udc-dev-plus-aosp b/c DO NOT| MERGE
barrier is configured there.
Change-Id: I0602be91d7e26b4cf090700497fde6425b4540c8
2023-04-24 16:31:41 +00:00
Steven Moreland
294857d0ca
Merge "FCM 9: remove renderscript HAL" am: feb7eced69
am: a45fa56a83
am: 05b8482b32
...
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2551057
Change-Id: I795e0bdb4c844f5b4fd924ac90c569374fb05f4a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-21 23:02:49 +00:00
Steven Moreland
064051c782
FCM 9: remove renderscript HAL
...
Bug: 205762042
Test: N/A
Change-Id: I3ff81b5fb8c01f948fbda2f5fa4a6764ba3c573b
2023-04-21 20:16:36 +00:00
Yifan Hong
ffcf238842
Add compatibility matrix for V.
...
Test: TH
Bug: 266741352
Change-Id: Id87a43f231c9482a55e61204f9c67c975fff746c
Merged-In: Ic42e51b616782a2763eb80e1cad5ca776cc079d4
2023-04-12 21:54:01 +00:00
Yifan Hong
c2340359de
DO NOT MERGE disable V matrix.
...
Disable 9.xml on the Android 14 branch because
it should not know about the new HALs.
The 9.xml file itself is kept to avoid future
merge conflicts.
Bug: 277379745
Test: TH
Change-Id: I32263830e69080eece47dcc0880be32be02e2a9c
2023-04-12 14:47:42 -07:00
Yifan Hong
d1df10178d
Add compatibility matrix for V.
...
Copied from U matrix. Also include the radio.satellite HAL.
Test: TH
Bug: 266741352
Change-Id: Ic42e51b616782a2763eb80e1cad5ca776cc079d4
2023-04-12 14:47:31 -07:00