Commit graph

44 commits

Author SHA1 Message Date
Ankit Goyal
fe86e10394 Delete mapper4 manifest
Bug: 362183626
Flag: EXEMPT manifest update
Test: Boot to home on shiba
Change-Id: I828ee34e1de2fb0ac228688517d4be89e43247d1
2024-08-28 22:54:00 -07: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
Jason Chiu
dc7845e89a gs201: update manifest HAL android.hardware.boot from hidl 1.2 to aidl
Bug: 314215524
Change-Id: I59988d13f9bedc3a2067f9ffc49d690048383d66
Signed-off-by: Jason Chiu <jasoncschiu@google.com>
2023-12-06 02:39:05 +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
Renato Grottesi
86e42129ab Revert^2 "Remove settings for old ArmNN HIDL backend"
a15331d574

Compile ArmNN shim over the support library.

Remove settings for the old HIDL backend.
The new ones will be in the gs-common folder.

Test: Local run of CtsNNAPITestCases
Test: Local run of VtsHalNeuralnetworksTargetTest
Test: Local run of MLTS Benchmark
Bug: 283724775
Change-Id: Ic9f1c26345e52df8b6ef75e2a8261d71a8950c72
2023-07-13 15:37:35 +00:00
Android Culprit Assistant
a15331d574 Revert "Remove settings for old ArmNN HIDL backend"
This revert was created by Android Culprit Assistant. The culprit was identified in the following culprit search session (http://go/aca-get/123b2665-83ef-4fd0-904d-a0d8c5782db9).

Change-Id: Ib69a94a6a2a8a087e3c2e7e5539045ec751e4a8f
2023-07-12 20:43:57 +00:00
Renato Grottesi
7a51d81922 Remove settings for old ArmNN HIDL backend
Compile ArmNN shim over the support library.

Remove settings for the old HIDL backend.
The new ones will be in the gs-common folder.

Test: Local run of CtsNNAPITestCases
Test: Local run of VtsHalNeuralnetworksTargetTest
Test: Local run of MLTS Benchmark
Bug: 283724775
Change-Id: I3652eceb14d06a3e909444edc21ad86d9378bc6c
2023-07-12 13:11:45 +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
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
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
27e0af2a1e audio: update hidl to 4.0 am: 6ec2acb1b0
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/20159866

Change-Id: I788209b4ece2484a40b2078a2f627aa3fdc3c34c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-11-11 02:12:35 +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
Adam Shih
4a18a3091e update dumpstate build file from mk to bp
Bug: 240530709
Test: adb bugreport
Change-Id: I26776a30fe264b54d0d4f801e3210b554dfcc672
2022-10-06 01:55:04 +00:00
Yifan Hong
4ae66eba36 Delete HALs that are already in VINTF fragments (google_battery)
These HALs are already included in VINTF fragments, so
there's no need to be specified here.

Test: TH
Bug: 148808037
Change-Id: I6b9155d5b592c1f30bd3e700b213c3a5dc31e5d0
2022-09-14 15:43:34 -07:00
Stephane Lee
53dc3e39a6 Add device-specific support for GoogleBattery AIDL V1
Bug: 232461104
Test: Ensure Adaptive Charging/Battery health flags works as expected
Change-Id: I8266f622641ca42672685ce3869f03b433cadbe6
Merged-In: I8266f622641ca42672685ce3869f03b433cadbe6
2022-07-28 20:01:51 +00:00
Ankit Goyal
5269bbb0a5 Deprecate allocator 4.0 in favor of AIDL V1 am: efd8e19d57
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/18565708

Change-Id: I1a74aa4c11f4e7c194a66cb881184531de2790bd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-24 22:15:14 +00:00
Ankit Goyal
efd8e19d57 Deprecate allocator 4.0 in favor of AIDL V1
Bug: 220910504
Bug: 228405226
Test: go/allocator4-deprecate
Change-Id: Iecb0517f1abddcf0c7f289c716552154141c7eeb
2022-05-24 21:42:02 +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
Long Ling
d0795a2321 remove hwc-2.4 from manifest
hwc3 is in use.

Bug: 216532282
Change-Id: Iccce473319d7e48cb25e3719ca17092b97d9b07a
2022-03-17 20:39:59 +00: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
Jaegeuk Kim
46d2ff83a6 Remove android.hardware.renderscript to fix vts
Bug: 221171447
Bug: 213121817
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: Ia9426fc34fea6494a810515dc102bd610cc6447d
2022-03-15 17:47:48 +00:00
Josh Wu
e8aabb124f Switch BtAudio to AIDL
Test: m
Bug: 203490261
Change-Id: I9668afb6549491c65ec193f707ef936c3bb519ae
Merged-In: I9668afb6549491c65ec193f707ef936c3bb519ae
2022-03-02 13:08:41 +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
Rick Chen
553ae4fd8d Remove sensor HAL 1.0 config
Bug: 202249887
Test: Verify basic sampling functions on C10.
      Run VtsHalSensorsV1_0TargetTest and see no test items.
Signed-off-by: Rick Chen <rickctchen@google.com>
Change-Id: I7ce97e417ce5e8c4589845a5138010aa9288ccb3
(cherry picked from commit 1fef1eca2d)
2022-02-23 02:09:27 +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
Carter Hsu
3069e185ee audio: Update Audio HIDL to 7.1
Bug: 205235270
Test: build pass
Signed-off-by: Carter Hsu <carterhsu@google.com>
Change-Id: Ie1d8b20b001936e6c72ffe3644475c4fb8dad604
2022-02-14 01:02:01 +00:00
Yifan Hong
83205f3e11 Delete extra health HIDL entry.
The AIDL health entry is already in fragments.

Bug: 216416660
Test: vts_treble_vintf_vendor_test
Change-Id: I237f13d06863adf7089c8930710da31cc479c3b5
2022-01-27 15:41:08 +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
Pat Tjin
ab3f2562aa Remove 64-bit-only configs and default to 64-bit-only
Remove option for _64 and default to 64-bit only builds.
Removes the (out of date) manifest_64 files.
Removes OMX since it is not supported for 64-bits.

Bug: 213924541
Test: Build, Boot, YouTube playback, Play store, Camera
Signed-off-by: Pat Tjin <pattjin@google.com>
Change-Id: I1e97903b598a2fff46d912a009b2bc73f1b0f466
2022-01-12 21:44:31 +00:00
Cheney Ni
0cf19f1da1 Bluetooth: Not specify the HIDL at chipset level
Move the Bluetooth HIDL manifest to each projects.

Bug: 202113218
Test: manually
Change-Id: I52e5405e31c5e2713aa17512dfaeda80c374be77
2021-11-23 07:46:10 +00: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
chloedai
2b5427334a Remove NFC/SE settings from common gs201
Bug: 199236672
Test: Build pass
Change-Id: Ie6a6c90946bb51b2c0e8d644c2c9372b4fc9c357
2021-09-13 10:49:47 +00:00
weichinweng
6159256942 Add legacy bluetooth audio hal into audio hal
Bug: 194607747
Test: build pass, legacy A2DP pass.
Change-Id: Ic8c09bcaad57945ffdd58ea5f8136a93350fa9a3
2021-08-23 13:46:52 +08:00
Kevin DuBois
7c995777cb gs201: enable google-armnn GPU neuralnetworks hal
Re-enable this hal now that OpenCL is running

Test: build, see hal, pass 54k CTS tests (1 seems to hang).
Fixes: 193679354
Change-Id: Ie88d2f6c4853145d8f8d9ed552ca33de75899157
2021-07-16 10:30:16 -07: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
Pat Tjin
d186bcc4e6 Add generic sensor HAL
Add generic sensor hal for bringup

Bug: 186836335
Signed-off-by: Pat Tjin <pattjin@google.com>
Change-Id: I9a995c0f506b251e0b9129ed200776eb66db003f
2021-05-20 17:54:02 +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