summaryrefslogtreecommitdiff
path: root/manifest-gralloc3.xml
AgeCommit message (Collapse)Author
2023-04-03Update ITouchContextService versionCody Heiner
Test: build succeeds on all devices. Test: failing tests from b/271227149 pass. Bug: 271227149 Change-Id: I5e0b9c50c802e07e09374abac498b2afe27a1d18
2023-03-10audio: move audio hal hidl mk to gs-common.Jasmine Cha
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-04Revert "Revert "gs201: update AIDL IGoogleBattery manifest version to 2""Jack Wu
Bug: 271224032 Test: TH This reverts commit 3a0fbc172752357051c3d5b229a377ec1ca48ecb. Change-Id: I4cc4da5ca239bb8140f9ba2843c4748b4f04c34c
2022-11-11audio: update hidl to 4.0Carter Hsu
Bug: 252877772 Test: build pass Signed-off-by: Carter Hsu <carterhsu@google.com> Change-Id: I8c1b91e0d06088b628d171d99f42cb0d0c77bffc
2022-07-28Add device-specific support for GoogleBattery AIDL V1Stephane Lee
Bug: 232461104 Test: Ensure Adaptive Charging/Battery health flags works as expected Change-Id: I8266f622641ca42672685ce3869f03b433cadbe6 Merged-In: I8266f622641ca42672685ce3869f03b433cadbe6
2022-04-15Upgrade android.hardware.dumpstate from HIDL 1.1 to AIDL 1Alex Hong
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-03-17Upgrade VINTF Target FCM level from 6 to 7Alex Hong
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-15Remove android.hardware.renderscript to fix vtsJaegeuk Kim
Bug: 221171447 Bug: 213121817 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Change-Id: Ia9426fc34fea6494a810515dc102bd610cc6447d
2022-02-24Upgrade PRODUCT_SHIPPING_API_LEVEL for gs201 devicesAlex Hong
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-15audio: update AudioExt to 3.0Carter Hsu
Bug: 206065000 Test: build pass Signed-off-by: Carter Hsu <carterhsu@google.com> Change-Id: Ia8decc9cb0962330cb0321b747929efe53f323ba
2022-02-14audio: Update Audio HIDL to 7.1Carter Hsu
Bug: 205235270 Test: build pass Signed-off-by: Carter Hsu <carterhsu@google.com> Change-Id: Ie1d8b20b001936e6c72ffe3644475c4fb8dad604
2022-01-27Delete extra health HIDL entry.Yifan Hong
The AIDL health entry is already in fragments. Bug: 216416660 Test: vts_treble_vintf_vendor_test Change-Id: I237f13d06863adf7089c8930710da31cc479c3b5
2022-01-25Add device-specific support for GoogleBattery HAL 1.2.Stephane Lee
Bug: 205021987 Test: Ensure Adaptive Charging/Battery health flags works as expected. Change-Id: I147de0f4e46675126e4d9f82bc13f948c89060c4
2022-01-12Remove 64-bit-only configs and default to 64-bit-onlyPat Tjin
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
2021-11-23Bluetooth: Not specify the HIDL at chipset levelCheney Ni
Move the Bluetooth HIDL manifest to each projects. Bug: 202113218 Test: manually Change-Id: I52e5405e31c5e2713aa17512dfaeda80c374be77
2021-09-27device: google: gs201: IAudioMetricExt hidl manifest settingsRoger Fang
Porting IAudioMetricExt manifests from ag/14281931 Bug: 201099654 Test: N/A Signed-off-by: Roger Fang <rogerfang@google.com> Change-Id: I1977b88230244a1c59d333dbd076e69231130507
2021-09-13Remove NFC/SE settings from common gs201chloedai
Bug: 199236672 Test: Build pass Change-Id: Ie6a6c90946bb51b2c0e8d644c2c9372b4fc9c357
2021-07-16gs201: enable google-armnn GPU neuralnetworks halKevin DuBois
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-01Enable Bluetooth Ccc Timesnyc feature for gs201Ted Wang
Bug: 191846449 Test: make; Change-Id: I33dc0caeaa5c751d646ad1be30768e24a70edeea
2021-05-19Create gs201 device folder baselineAaron Ding
clone from gs101 sha 9d1c97c2 Bug: 183183095 Change-Id: Ie7112bdf0aceb33c9e1956aa52e961b670582733