Commit Graph

95 Commits

Author SHA1 Message Date
Les Lee
14885d60f7 wifi: Upgrade vendor hal version
Bug: 362355566
Flag: EXEMPT HAL interface change
Test: Build
Change-Id: Ifd0045beb52d2e88bb3b5526472f2864de91ded8
2024-09-25 21:36:03 +00:00
Chris Lu
0386e9b22f Upgrade IDisplay to V13
Bug: 315496839
Test: build pass
Change-Id: I9bf92af08fd21d834ca538d79bd906ca9e4fab2a
2024-08-02 08:08:26 +00:00
Leo Chen
f3985dc52f Update IDisplay to V12
Test: trigger test build
Bug: 309897479
Change-Id: I86b6117e10249165b6c2b8c534b86cd7f3549fb0
Signed-off-by: Leo Chen <yinchiuan@google.com>
2024-06-12 03:20:53 +00:00
Leo Chen
3cabae8619 Update IDisplay to V11-V12
V12 is not frozen yet. We should still allow V11 for `next` build.

Test: trigger test build
Bug: 309897479
Bug: 303162192
Change-Id: Iea9df905efd6bf131d178dcb483e76a0f9d58a14
Signed-off-by: Leo Chen <yinchiuan@google.com>
2024-05-08 08:40:39 +00:00
Chris Lu
ecef8c5764 gs201: upgrade IDisplay to V11
Bug: 307787644
Test: build pass
Change-Id: Ia845a41693fb33748425b8ac753c665b8f85d954
2024-03-21 07:30:30 +00:00
Mark Chang
ba206cfef1 Move manifest entries to gs-common.
Bug: 322914403
Bug: 324214410
Test: build succeeds on all devices, failing tests pass.
Change-Id: I0711a1d8cfd02ccd168f57ac16feee2a8e0ee777
Signed-off-by: Mark Chang <changmark@google.com>
2024-02-11 23:03:52 +00:00
kierancyphus
0eb7d38545 liboemservice_proxy: Remove service defs
`Liboemservice_proxy` was originally included as a part of the build target for DMD, which meant that the binder aidl declaration had to be done on all devices that used DMD (all Lassen devices), even if they didn't use the service. `Liboemservice_proxy` has now been decoupled from DMD so it only needs to be included on our target devices now. This CL removes the outdated service definitions.

Test: Build gs101 and ensure it still builds.
Bug: 321867236
Change-Id: I7fb10e4013da59f42cff47da6d104deed9b4bb71
2024-01-29 05:58:40 +00:00
kierancyphus
b9424d9c59 logmasklibrary: update version info and freeze api
The versions were originally not specified in the device manifest and
compatibility matrices. This is changed here to fix the broken vts
tests.

Bug: 310109332
Test: atest vts_treble_vintf_vendor_test -- --abi arm64-v8a
Change-Id: Ib2baeda6a3c81c701e6f813b6c88f561b158e674
2023-12-15 22:46:17 +00:00
Jack Wu
6d978bc632 gs201: update AIDL IGoogleBattery manifest version to 3
Bug: 309518527
Test: TH
Change-Id: I25f671b2c9cf3998288377c972a490748da0c627
Signed-off-by: Jack Wu <wjack@google.com>
2023-11-11 03:53:13 +00:00
Leo Chen
8135bd2ba4 Update IDisplay to V10
Test: Build pass
Bug: 299410182
Change-Id: Ic4ffb1139861fc805283421b3e6fa48cb3f30f4a
Signed-off-by: Leo Chen <yinchiuan@google.com>
2023-10-24 02:40:44 +00:00
qinyiyan
7afcf3abd0 Add Edgetpu Tachyon service to the device_framework_matrix_product.xml.
Bug: 299932913
Change-Id: Ie767d8c8e21f9e70ed17cee5165cbc5df6d97906
2023-09-15 19:25:33 +00:00
Devin Moore
b52711ac08 Expect wifi_ext V2-V3 in the framework manifest
The service is now serving and declaring V3.
Since V3 is unfrozen, it will be serving V2 on 'next'. So we allow for
V2 as well.

Test: none
Bug: 297910487
Change-Id: I9716a335b65bf0c3ced88be48687d2e5e2fae3ab
2023-08-30 07:40:34 +00:00
kierancyphus
fe0348a2b4 Create liboemservice proxy HAL declaration
Test: Manually flash device
Bug: 270279779
Change-Id: I904179442ae4034e708bf34f93888741c5ef8696
2023-08-28 01:42:38 +00:00
Hsin-Yi Chen
28b5e85a64 Revert "Create liboemservice proxy HAL declaration"
This reverts commit a1858d2df8.

Bug: 296329753
Reason for revert: broken build

Change-Id: I03570724fabcd26eff9e27220d3fc27ab70f6960
2023-08-18 07:41:37 +00:00
kierancyphus
a1858d2df8 Create liboemservice proxy HAL declaration
Test: Manually flash device
Bug: 263307589
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4eee06da1f8cbb02e0ce6d6bd21df0a443ecbac3)
Merged-In: I78c62e807bc8d624b6940847debd4fb1dcd0a153
Change-Id: I78c62e807bc8d624b6940847debd4fb1dcd0a153
2023-08-17 02:30:20 +00:00
Mark Chang
94e5bab69e Remove IScreenProtectorDetectorService.
Serivce not enabled on gs201 devices.

Test: Failed tests no longer reported.
Bug: 293172250
Change-Id: Iaaa21060c7c33d4e013d3d7c85065562a3f0c1ad
Signed-off-by: Mark Chang <changmark@google.com>
2023-08-08 00:56:40 +00:00
Devin Moore
2c29945b45 Allow for the previous version of com.google.face.debug
In the 'next' release configuration, we don't allow using unfrozen
versions of interfaces, so the previous version is served instead.
Once this interface is frozen, this previous version can be removed from
the FCM.

Test: lunch cheetah-next-userdebug && m
Bug: 290265210
Bug: 294127698
Change-Id: If00ff4b1e4094dd3bfd9fd41a29074daf2f0304c
2023-08-02 15:40:30 +00:00
Leo Chen
7ff751ca75 Update IDisplay to V9 am: 52301273fb
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/24156927

Change-Id: I53f44c7a329847ba830da58ffdaf83986be32a44
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-08-01 04:12:24 +00:00
Leo Chen
52301273fb Update IDisplay to V9
Bug: 255986866
Bug: 227384721
Change-Id: I85d56f6a3a20f512f42923af95d77e25375c8fde
2023-08-01 03:35:12 +00:00
Steven Moreland
3df80bd8da device FCM -= android.* am: 6d975603e5 am: 1b4931df3f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/24249169

Change-Id: Ic5620e72b44be48b9e07d6f29d18f41e3e104137
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-07-29 02:41:04 +00:00
Steven Moreland
1b4931df3f device FCM -= android.* am: 6d975603e5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/24249169

Change-Id: I298701a41ad4d8dde2bd6af5eb96dbaa283d03b1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-07-29 01:59:32 +00:00
Steven Moreland
6d975603e5 device FCM -= android.*
Bug: 290408770
Test: N/A
Change-Id: I6f85889399c989a9a65ab7e7178fd02f89e7847f
2023-07-28 23:52:19 +00:00
Ilya Matyukhin
c011b953ff Bump IDebugManager version to 4
Bug: 278914238
Test: build
Change-Id: I82bc2459776961a8a4d921aaecfa081dcbda6a00
2023-07-20 18:58:38 +00:00
qinyiyan
66a548d416 Use version 1 of the DBA service, since version 1 is the only frozen
version.
bug:289317242

Change-Id: Ieec5b8b48c3567c940717df55a2e4582ef47d16c
Merged-In: Ieec5b8b48c3567c940717df55a2e4582ef47d16c
2023-07-12 22:16:59 +00:00
qinyiyan
0964781a6c Use version 1 of the DBA service, since version 1 is the only frozen
version.
bug:290377605

Change-Id: Ieec5b8b48c3567c940717df55a2e4582ef47d16c
2023-07-11 17:55:15 +00:00
Habib Moukalled
2a4d72f894 Updating VINTF manifest for IDebugManager.
Notes:
- Updating AIDL HAL for IDebugManager.

Bug: 284165549
Test: build test
Change-Id: I07aad9ee651d299d294b6c6627baa33ae65f6099
2023-06-26 20:17:14 +00:00
qinyiyan
01ab29cf96 [RESTRICT AUTOMERGE] Increase the com.google.edgetpu.dba service version to 2 in the
framework matrix xml.

Bug: 279092299
Change-Id: Ied0a9cd3fa37b86071f7961380fc5457f9cdcbd6
Merged-In: Ied0a9cd3fa37b86071f7961380fc5457f9cdcbd6
2023-06-21 19:45:29 +00:00
qinyiyan
2c59ef36b1 Increase the com.google.edgetpu.dba service version to 2 in the
framework matrix xml.

Bug: 279092299
Change-Id: Ied0a9cd3fa37b86071f7961380fc5457f9cdcbd6
2023-06-07 20:33:18 +00:00
Cody Heiner
c7d86e3606 Update ITouchContextService version am: 22e4a142b5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/22391266

Change-Id: I68d3592830fdf2dd9bff1dd2bc2b8f019d4be5bc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-03 22:19:11 +00:00
Cody Heiner
22e4a142b5 Update ITouchContextService version
Test: build succeeds on all devices.
Test: failing tests from b/271227149 pass.

Bug: 271227149
Change-Id: I5e0b9c50c802e07e09374abac498b2afe27a1d18
2023-04-03 21:41:27 +00:00
Usama
8625cef4c3 Revert "Update com.google.input version in manifest" am: 3cbb3ee5d9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/22329804

Change-Id: Ibb79abbba42955755bdcba40a839c463f2a60484
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-29 07:59:47 +00:00
Usama
3cbb3ee5d9 Revert "Update com.google.input version in manifest"
Revert submission 21686241-21686241

Reason for revert: Culprit CLs for b/275635399

Reverted changes: /q/submissionid:21686241-21686241

Change-Id: I4c19398985c54d5c33984fb469cf90887cefacb0
2023-03-29 07:40:02 +00:00
Cody Heiner
b569808ee2 Update com.google.input version in manifest am: 48d6508920
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/21686245

Change-Id: I33b7f2883bebfc201331ebf504710508797f3b2f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-28 20:56:22 +00:00
Cody Heiner
48d6508920 Update com.google.input version in manifest
Test: Previously failing AOSP presubmit tests pass.

Bug: 271227149
Change-Id: Ia41b43626ee32a5552ccef9371cabc699277d342
2023-03-28 20:20:43 +00:00
Mark Chang
7784322539 Add new IScreenProtectorDetectorService to manifest.
Fixes service not found:
servicemanager: Could not find com.google.input.algos.spd.IScreenProtectorDetectorService/default in the VINTF manifest.

bug: 260302317
Test: Boot ok and service found.
Change-Id: Iaab9842bfdab1fa0b3b9f889bb70bcf452ff7702
Signed-off-by: Mark Chang <changmark@google.com>
2023-03-23 08:30:20 +00:00
Midas Chien
d3f3be85ce Update IComposer to V2
Bug: 271221392
Test: run vts -m vts_treble_vintf_vendor_test
Change-Id: I0bf81743ddd0b56cb06cea336984eff898a6f621
2023-03-16 16:06:02 +00:00
Jasmine Cha
e345714375 audio: move audio hal hidl mk to gs-common.
Bug: 259161622
Test: build pass and check audio function with HIDL service

Change-Id: I4a72f00be1c9eafc92cab5ff7ef93a688f82eb75
Signed-off-by: Jasmine Cha <chajasmine@google.com>
2023-03-10 02:05:58 +00:00
Habib Moukalled
eb0f05cc42 Updating VINTF manifest for IDebugManager.
Notes:
- Adding new AIDL HAL for IDebugManager.

Bug: 249611327
Test: build test
Change-Id: Ie9f1ef082bc0ca88098e1a89e93a5daae22d0fc8
2023-03-09 17:06:05 +00:00
Jack Wu
f973f14bc9 Revert "Revert "gs201: update AIDL IGoogleBattery manifest version to 2""
Bug: 271224032
Test: TH
This reverts commit 3a0fbc1727.

Change-Id: I4cc4da5ca239bb8140f9ba2843c4748b4f04c34c
2023-03-04 14:48:46 +08:00
Jack Wu
3a0fbc1727 Revert "gs201: update AIDL IGoogleBattery manifest version to 2"
Bug: 271224032
Test: TH
Reason for revert: Build Breakage on redfin

This reverts commit 5505ecb127.

Change-Id: I545c41ac2cab068380a2f7286964b04e183226af
2023-03-03 19:13:23 +08:00
Jack Wu
5505ecb127 gs201: update AIDL IGoogleBattery manifest version to 2
Bug: 271224032
Test: TH
Change-Id: I1ea5ff7669cebff79944263fbc842f6b60fd547e
Signed-off-by: Jack Wu <wjack@google.com>
2023-03-02 11:44:11 +00:00
Victor Barr
54b64fbf4d Support DBA HAL for gs201
Previously supported in only gs101. Now extend it to all common cases.

Bug: 263394888
Test: Built and ran DBA HAL on Android Device
Change-Id: I1e2160cf1547430872efd7973d1d6414d9d9f2f8
2023-01-19 21:52:28 +00:00
Shiyong Li
31ea8b31e4 Update IDisplay to V8
Bug: 202181466
Signed-off-by: Shiyong Li <shiyongli@google.com>
Change-Id: I7308617892bedf1a8816b12789386e2a428fa658
2022-12-28 19:06:23 +00:00
Ken Yang
66f39332a9 WLC: Move the wireless_charger to gs-common
Bug: 237600973
Change-Id: Ia87d71b3c3a5e3700c8484b89e6b6fdafa01c42c
Signed-off-by: Ken Yang <yangken@google.com>
2022-12-21 08:35:55 +00:00
Gabriel Biren
b6c5e310b6 Update gs201 compatibility matrix and makefile
to use the AIDL wifi_ext service.

Bug: 205044134
Test: Presubmit tests
Change-Id: I782de9aa7d1b7cce6f312aefa54b9245193f8912
2022-12-09 18:01:44 +00:00
Gabriel Biren
a4f220c94b Revert "Update gs201 compatibility matrix to use the"
This reverts commit 60d255a641.

Reason for revert: Blocking Wembley team

Change-Id: Ib1f68313a30a8125ae3c8b6588088284ee73303c
2022-12-02 16:13:58 +00:00
Gabriel Biren
60d255a641 Update gs201 compatibility matrix to use the
AIDL wifi_ext service.

Bug: 205044134
Test: Presubmit tests
Change-Id: Iedb220ec749664c2e529b704f8dfccdce45aaf8c
2022-11-30 22:47:08 +00:00
Carter Hsu
5300635c20 audio: update hidl to 4.0 am: 6ec2acb1b0 am: 27e0af2a1e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/20159866

Change-Id: Iaca45a9e81eb10873d27cbf8fe02df492e224dfa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-11-11 02:45:40 +00:00
Carter Hsu
6ec2acb1b0 audio: update hidl to 4.0
Bug: 252877772
Test: build pass
Signed-off-by: Carter Hsu <carterhsu@google.com>
Change-Id: I8c1b91e0d06088b628d171d99f42cb0d0c77bffc
2022-11-11 01:50:19 +00:00
linpeter
4a5595af03 Update IDisplay to V7 am: 9afa58f656 am: df9d40c9e2
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19989351

Change-Id: I573e05703e5f1699f2c324234256a22b2eed8ab4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-13 08:52:45 +00:00