Commit Graph

32 Commits

Author SHA1 Message Date
Jeremy DeHaan
138bc00972 gs201: Update IDisplay to V6
Bug: 228113713
Change-Id: I8e98eaa369d40040ec4cfddbe235429442bf3f63
2022-05-31 23:20:38 +00:00
susi_su
29d037bc02 Declare IDisplay aidl interface to V5
Bug: 176922790

test: local test with a histogram client program
Change-Id: I0481381811e1b9fccde347f73cb4446939bce4dc
2022-05-24 13:05:46 +00:00
jonerlin
5a9588c7ea Enable IBluetoothExt interface feature am: 06a3640fc9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17522515

Change-Id: Ib3b5e849662c4d6a98e3106e1c0a184f261ef332
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-20 12:20:47 +00:00
jonerlin
06a3640fc9 Enable IBluetoothExt interface feature
Bug: 228943442
Test: Manually
Change-Id: I4669873fb316187a322422e1663370265b7a07c4
2022-05-20 05:06:29 +00:00
Alex Hong
5c47ca9e2e Remove the obsoleted HAL requirements in GS201 Product FCM
The following HALs are upgraded now.
1. android.hardware.biometrics.face
2. android.hardware.biometrics.fingerprint
3. android.hardware.dumpstate
4. android.hardware.gnss
5. android.hardware.radio.config

Previously we claimed the requirements for old HALs in product FCM.
Now clean up these requirements since we no longer need them.

Test: m check-vintf-all
      run vts -m vts_treble_vintf_vendor_test
Bug: 207076973

Change-Id: I635f1a9c22801762f5b240425c0e3567e4c206cb
2022-05-04 08:59:27 +00:00
Ted Wang
97b5d865fe Switch BluetoothCcc hal to 1.1 am: 7ac5f71ed9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17887727

Change-Id: Ibf58493cb3bdaec2ebb6363133759a8f39a5f477
Ignore-AOSP-First: this is an automerge
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-26 11:35:01 +00:00
Ted Wang
7ac5f71ed9 Switch BluetoothCcc hal to 1.1
Bug: 229710243
Test: make
Change-Id: I3aacc422339486981ba3a54146c06dcb5ac739b4
2022-04-26 10:07:23 +00:00
Kris Chen
acd686d881 Remove the temporary FCM setting for fingerprint am: 8efde59fb6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17903536

Change-Id: I6438364945da918d17c66b053db638cce8b8d56f
Ignore-AOSP-First: this is an automerge
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-25 06:53:52 +00:00
Kris Chen
8efde59fb6 Remove the temporary FCM setting for fingerprint
Bug: 223118104
Test: m check-vintf-all
Test: atest vts_treble_vintf_vendor_test
Change-Id: I08de753408d4ae1ec503ad8037d3dfd22d400e80
2022-04-25 06:28:09 +00:00
Labib
c1755f56d8 Upgrade RadioExt HAL Version am: 13e063511a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/16939194

Change-Id: I8f3aec6259584b60437a54c04267ff4024b0631d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-20 01:50:58 +00:00
Labib
13e063511a Upgrade RadioExt HAL Version
Bug: 220493359
Test: Manual
Change-Id: I1703c9ae65e232a5268cb2d9900031402fb225ee
2022-04-20 01:27:03 +00:00
Sam Dubey
c44fc762c1 Make IBluetoothEwp optional am: 89f11fce86
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17822306

Change-Id: If46c14057350a9de51c0021b08a4fa51dec9954c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-19 15:37:46 +00:00
Sam Dubey
89f11fce86 Make IBluetoothEwp optional
Change Ie21bf80e294825b299ce54e0bfa4b3e95212db93 caused some broken targets like T6Pro. To mitigate the breakages on targets which are using the same framework matrix but weren't separately enabled/worked around with the BT EWP feature, making the hal optional.

Bug: 229722326
Change-Id: Iaa01dc7fed832981e73fe445e0ac67e500120f13
2022-04-19 15:18:25 +00:00
Patty
c3e71f3553 Enable EWP feature am: 1c08d08e80
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17607491

Change-Id: I37d39507481a083c821982add6dbd180e7813074
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-19 12:04:53 +00:00
Patty
1c08d08e80 Enable EWP feature
Bug: 220121592
Test: Manual
Change-Id: Ie21bf80e294825b299ce54e0bfa4b3e95212db93
2022-04-19 11:40:00 +00:00
Alex Hong
cbc81c7f5b Upgrade android.hardware.dumpstate from HIDL 1.1 to AIDL 1
lshal is not supported for AIDL, now use dumpsys instead.
Update the debug command as below.
  Old: lshal debug android.hardware.dumpstate@1.1::IDumpstateDevice/default [section]
  New: dumpsys android.hardware.dumpstate.IDumpstateDevice/default [section]

Currently dumpsys does not start the Lazy HAL service, only dumpstate does.
Because we need to run dumpsys for debugging, keep the dumpstate HAL running at boot.
Do not set it to be a lazy HAL.

Test: atest VtsHalDumpstateTargetTest pass
      adb shell dumpsys -t 30 android.hardware.dumpstate.IDumpstateDevice/default all
Bug: 223118410
Change-Id: I7f866a57c3eff8c9783fee89dce205cf9728c459
2022-04-15 17:00:31 +08:00
Alex Hong
b7d761b443 Upgrade VINTF Target FCM level from 6 to 7
Target FCM level 7 requires the newer version of the following HALs.
1. android.hardware.biometrics.face
2. android.hardware.biometrics.fingerprint
3. android.hardware.dumpstate
4. android.hardware.gnss
5. android.hardware.radio.config

Temporarily add the older version of these HALs into the customized product FCM
to claim we are still using the older version and bypass the build breakage.
We will check about how to handle these HALs later.

Test: m check-vintf-all
      run vts -m vts_treble_vintf_vendor_test
Bug: 207076973
Change-Id: I4582385b4d0588ce7310d6ecf59ce0834b7c95c2
2022-03-17 14:06:02 +00:00
Roshan Pius
5105ef7148 gs(uwb): rename uwb HAL
Bug: 186585880
Test: Manual Tests
Change-Id: Ib534ee5dd27d41bdc0c386281044ed1a596d33d2
2022-03-14 16:09:02 +00:00
Sam Dubey
e9893b4e61 Make hostapd optional
This is to mitigate build breakage.

Fix: 221164554
Bug: 207076973
Change-Id: Iaa6a79ea7a313356806c77575302c7b10e22e3fa
2022-02-24 10:41:15 +00:00
Alex Hong
9984544ec8 Upgrade PRODUCT_SHIPPING_API_LEVEL for gs201 devices
Update the Target FCM level from 5 to 6
Update the product FCM xml

Bug: 207076973
Test: m checkvintf
Change-Id: Ifa9c7e103671e1072496f6f76dd0c3233fb46a6e
Merged-In: Ifa9c7e103671e1072496f6f76dd0c3233fb46a6e
2022-02-24 04:03:32 +00:00
Carter Hsu
dd48757095 audio: update AudioExt to 3.0
Bug: 206065000
Test: build pass
Signed-off-by: Carter Hsu <carterhsu@google.com>
Change-Id: Ia8decc9cb0962330cb0321b747929efe53f323ba
2022-02-15 09:13:54 +00:00
Stephane Lee
3f39c58c00 Add device-specific support for GoogleBattery HAL 1.2.
Bug: 205021987
Test: Ensure Adaptive Charging/Battery health flags works as expected.
Change-Id: I147de0f4e46675126e4d9f82bc13f948c89060c4
2022-01-25 22:47:11 +00:00
Ahmed ElArabawy
cbbc05bf94 wifi: Uprev IWifiExt to 1.3
This commit updates the manifest to use IWifiExt 1.3

Bug: 214108561
Test: Build successfully, and start with right HAL version
Change-Id: Ib1b402ade4bf88039e5862262aa3310cbad3fbca
2022-01-15 18:51:56 +00:00
Yu-Chi Cheng
ce3a68dd0b Updated the IEdgeTpuVendorService to version 2.
Bug: 208947156
Test: atest vts_treble_vintf_vendor_test
Change-Id: I9a13141a64029902bfe7a652504d589d4a4b4306
2022-01-05 18:41:34 +00:00
Yichi Chen
8cabef33a9 gs201: upgrade IDisplay to V4
Bug: 202567084
Test: build pass
Change-Id: I5bb027ea60d2c662141d4590296f3904290ea28c
2021-12-06 17:25:21 +08:00
Roger Fang
328c3f7c98 device: google: gs201: IAudioMetricExt hidl manifest settings
Porting IAudioMetricExt manifests from ag/14281931

Bug: 201099654
Test: N/A

Signed-off-by: Roger Fang <rogerfang@google.com>
Change-Id: I1977b88230244a1c59d333dbd076e69231130507
2021-09-27 15:11:53 +08:00
Weizhung Ding
9edb5f5cab gs201: declare IDisplay to V3
Bug: 184697262
Test: build
Change-Id: Ia04145c6a0e7ac086c1b979a5d4b344bbaf56e17
2021-07-12 07:15:59 +08:00
TreeHugger Robot
160e6929aa Merge "Enable Bluetooth Ccc Timesnyc feature for gs201" 2021-07-02 09:14:51 +00:00
Ted Wang
1047a74fe9 Enable Bluetooth Ccc Timesnyc feature for gs201
Bug: 191846449
Test: make;
Change-Id: I33dc0caeaa5c751d646ad1be30768e24a70edeea
2021-07-01 15:43:17 +08:00
linpeter
6da3eac453 gs201: declare IDisplay to V2
Bug: 190793567
test: check manifest
Change-Id: I5c0a24b340181e06532daa7f0e624fd39fd21def
2021-06-17 10:58:48 +08:00
Pat Tjin
cd94440140 Remove some bluetooth for bring up
(not sure if required)

Bug: 186836335
Signed-off-by: Pat Tjin <pattjin@google.com>
Change-Id: I1b5109e1e20de2af63dbcae14d64a4d1728da072
2021-05-20 17:53:52 +08:00
Aaron Ding
bb4beafe47 Create gs201 device folder baseline
clone from gs101 sha 9d1c97c2

Bug: 183183095
Change-Id: Ie7112bdf0aceb33c9e1956aa52e961b670582733
2021-05-19 13:35:26 +08:00