Commit graph

43 commits

Author SHA1 Message Date
Alexander Koskovich
41b4f85f1f
sdm710-common: Remove vendor RenderScript implementation.
* RenderScript is deprecated on newer platforms and
   is being officially replaced.

 * On April 19, 2021, Google announced that RenderScript
   will be deprecated in Android 12, and recommended
   porting existing code to Vulkan.

   https://android-developers.googleblog.com/2021/04/android-gpu-compute-going-forward.html

Change-Id: I19460ef266a646b046f1e7d2f0b4eab7c48ae536
2023-06-17 17:03:57 +03:00
David
5e7bbd7a98
sdm710-common: Add 3.0 and 4.0 IAllocator entries toandroid.hardware.graphics.allocator I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@3.0::IAllocator/default in either framework or device VINTF manifest. 2023-06-17 17:03:55 +03:00
6b6923acf7
sdm710-common: Return android.hardware.memtrack to manifest
Service android.hardware.memtrack@1.0::IMemtrack/default must be in VINTF manifest in order to register
2023-06-17 17:03:55 +03:00
8b53e91281
Revert "sdm710-common: Build thermal HIDL HAL"
ERROR: files are incompatible: android.hardware.thermal@1.0::IThermal/default is deprecated in compatibility matrix at FCM Version 4; it should not be served.
android.hardware.thermal@1.0::IThermal/default is deprecated in compatibility matrix at FCM Version 4; it should not be served.: Success

This reverts commit de21c8d196d052cf7339689c786d6d4aad2ed8a4.
2023-06-17 17:03:53 +03:00
b00afd68d6
sdm710-commom: Del Duplicated manifest.hal entry android.hardware.soundtrigger
Input file has unknown format.
Error when attempting to convert to manifest: Duplicated manifest.hal entry android.hardware.soundtrigger
Error when attempting to convert to compatibility matrix:
2023-06-17 17:03:52 +03:00
sreelekshman
8a85a5ef68
sdm710-common: Dropped depricated hals android.hardware.memtrack and android.hardware.tetheroffload.control 2023-06-17 17:03:52 +03:00
sreelekshman
5f059b7aba
sdm710-common: Remove bluetooth a2dp support Fixed files are incompatible: android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default is deprecated in compatibility matrix at FCM Version 5; it should not be served. 2023-06-17 17:03:51 +03:00
Palakurthi Sreekanth
40f2c01495
sdm710-common: vintf: Add 3.0 and 4.0 IMapper instance to manifest
* Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest.
* Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.

Change-Id: Ic72a8697ca39a98d8c6f4777812b5c60e2884847
Signed-off-by: SakthivelNadar <s2234nadar@gmail.com>
2023-06-17 17:03:50 +03:00
David
8b0b057ff9
sdm710-common: Build extra soundtrigger entries
hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.3::ISoundTriggerHw/default in either framework or device VINTF manifest.
hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.2::ISoundTriggerHw/default in either framework or device VINTF manifest.
hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.1::ISoundTriggerHw/default in either framework or device VINTF manifest.
hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.0::ISoundTriggerHw/default in either framework or device VINTF manifest.
Signed-off-by: afterallafk <shivamatiet2001@gmail.com>
2023-06-17 17:03:50 +03:00
Cristian Vázquez
435d5f4f57
sdm710-common: build missing Bluetooth A2DP
I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default in either framework or device VINTF manifest.

E LegacySupport: Could not get passthrough implementation for android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default.

W audiohalservice: Could not register Bluetooth Audio Offload API
2023-06-17 17:03:50 +03:00
YumeMichi
0c8696f36d
sdm710-common: Build thermal HIDL HAL
* Log spam is gone:
   E HardwarePropertiesManagerService-JNI: Unable to get Thermal service.
   E HardwarePropertiesManagerService-JNI: Couldn't get device temperatures because of HAL error.
   W hwservicemanager: getTransport: Cannot find entry android.hardware.thermal@1.0::IThermal/default in either framework or device manifest.

Change-Id: Ie8a04b58f7357086f42ddfd5cfe4a9fc555dfee0
Signed-off-by: YumeMichi <do4suki@gmail.com>
Signed-off-by: Master <mhmdeveloperofficial@gmail.com>
2023-06-17 17:03:49 +03:00
Mikhail Naganov
8190980cce
sdm710-common: Switch to Audio HAL V6
Switch coral and flame to Audio HAL V6

Bug: 141989952
Test: atest VtsHalAudioV6_0TargetTest
      atest VtsHalAudioEffectV6_0TargetTest
                  manual audio "smoke" test on coral

Change-Id: If40ae28c224160728634736ee95590a779f905c4
2023-06-17 17:03:41 +03:00
Jakub Pawlowski
8541241b65
sdm710-common: Use bluetooth.audio@2.1
bluetooth.audio@2.1 adds new functionalities required for Bluetooth LE
Audio development

Bug: 150670922
Change-Id: Iac2ece0c029a38fef82e81f5ba3ba491163818ef
2023-06-17 17:03:39 +03:00
DmFrPro
fef9d8991e
sdm710-common: Build health 2.0 impl and service
* Build healthd 2.0 HIDL

Unable to set property "ctl.interface_start" to "android.hardware.health@2.0::IHealth/default": error code: 0x20
05-26 19:22:15.101   511  2639 I hwservicemanager: Tried to start android.hardware.health@2.0::IHealth/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly.
2023-06-17 17:03:39 +03:00
Pratyaksh Bharadwaj
db71a9eece
sdm710-common: uprev keymaster to 4.1
Signed-off-by: Pratyaksh Bharadwaj <pratyakshom.05@gmail.com>
2023-06-17 17:03:38 +03:00
jjpprrrr
f9cd79b925 sdm710-common: add wfd blobs 2022-09-21 17:45:42 +02:00
dianlujitao
d1262f6f6d Revert "sdm710-common: Switch to Audio HAL V6"
All target devices use pre-R audio.bluetooth_qti.default.so and
pre-R audio hal, in which the new set_event_callback API is not
implemented and the audio service will crash due to mismatched struct.

jjpprrrr:
The audio flinger also warns about event callback when playing
audio through a USB audio adapter with DAC. Let's go back to v5
to avoid calling these unimplemented features at all.

...
D AudioFlinger: Failed to add event callback
...

Change-Id: Ia330ac05d84d3dfb3a639458d66a3dc29689e67c
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-01-23 09:37:02 +01:00
jjpprrrr
ed50308116
sdm710-common: update DPM, IMS, and RIL system blobs
from LA.QSSI.12.0.r1-05100-qssi.0

sdm710-lenovo: also drop WFD and update remaining libs

Note that ims factory jars are added for the new ImsRcsService.apk.

Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-01-03 14:40:57 +01:00
Giammarco Senatore
030df1de92
Revert "kunlun2: drop livedisplay"
This reverts commit 835641f2cf.
 And remove sunlight
2021-08-19 13:51:58 +02:00
Giammarco Senatore
07b514cd94
sdm710-common: Drop health entry in manifest
we use 2.1 that has fragment vintf
2021-08-16 21:55:23 +02:00
Giammarco Senatore
807b9d621b
kunlun2: add android.hardware.contexthub entry 2021-07-16 17:55:01 +02:00
Giammarco Senatore
835641f2cf
kunlun2: drop livedisplay
This is eleven branch, not plus
* Yeah I am debugging on Plus idk why
2021-07-16 17:55:01 +02:00
Giammarco Senatore
f751694588
kunlun2: add missing vendor.qti.ims.factory manifest entry 2021-07-16 17:55:01 +02:00
Giammarco Senatore
207b6143df
kunlun2: uprev vendor.qti.esepowermanager to 1.1 2021-07-16 17:55:00 +02:00
Sanjeev Mittal
459bdee22e
ims: IRTPservice 3.0
Change-Id: I7adaa831080e90fafe9b613ab3c39a0c5e25dec2
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-16 17:54:57 +02:00
Vidyalakshmi Badiger
282ffc23a6
Update QtiRadio version to 2.4
Update QtiRadio version to 2.4

Change-Id: I72ec0cb18dd86d6d647ea99c7aa67215a9da176c
CRs-Fixed: 2715915
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-16 17:54:57 +02:00
Suresh Koleti
7fb770493c
IMS: Enable IImsRadio v1.6
This change is to enable IImsRadio v1.6

Change-Id: Id38ade55e0cc7b250096cd9fc51507fa2828e1f8
CRs-Fixed: 2673962
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-16 17:54:57 +02:00
Pavan Kumar M
b894ae5e16
FR 58378: Update factory version to v2.1
Change-Id: I92338e4095a25173fac5d5ebfe6b30758201db26
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-16 17:54:57 +02:00
Pavan Kumar M
f3889c09e8
sdm845-common: Add IImsFactory and uceservice HAL entry
Add entry for new factory HAL for ims and minor
version upgrade in uceservice HAL.

Change-Id: I3df552f4e9fbb3319b33bd5ee213c17548c7a422
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-16 17:54:57 +02:00
Susheel Nyamala
10811839d2
Enable 1.5 IRadio hal in manifest file
Change-Id: I793ea9c112af96d94c6b2b41f07c17625b859655
CRs-Fixed: 2680962
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-16 17:54:56 +02:00
rjeyaraj
4f1a4442bf
Remove older drm HAL entries
Change-Id: I3b7cb67b8d2dddfb4be33e62ed5cd068b071cdff
Signed-off-by: rjeyaraj <rjeyaraj@codeaurora.org>
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-16 17:54:55 +02:00
Sebastian Dang
b4836767ff
Move wfdhdcp Crypto & DRM HAL to 1.3
Change-Id: Ic1f18825f61aa1aecbb56941dd9cfe2447659a20
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-16 17:54:55 +02:00
DennySPb
96610639f6
manifest: move livedisplay and powerstats hals to device manifest
Signed-off-by: DennySPb <dennyspb@gmail.com>
Change-Id: I6cc570579d5a46de3ead668b1c2b71be240f25a6
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-16 17:54:55 +02:00
Chenyang Zhong
62e25b98b3
bump vendor.display.config to 2.0
...in conjuction with the display hal changes ported from
"LA.UM.9.8.r1-02900-SDM710.0"

Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
Change-Id: Ia7f9985e94c0ce8f538bb83334382fd5fe589dee
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-12 02:24:06 +02:00
Mikhail Naganov
abd2fe48e7
Switch to Audio HAL V6
Bug: 141989952
Test: atest VtsHalAudioV6_0TargetTest
      atest VtsHalAudioEffectV6_0TargetTest
            manual audio "smoke" test

Change-Id: Ieb1cc5c7fdcc5416a328a0a5c4a1996258b81ac8
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-12 02:24:06 +02:00
Giammarco Senatore
21992758a7
Initial device manifest and compatibility matrix
* stripped stock ZUI 11.5.160 manifest and compatibility matrix
* bumped some instances to match oss hals versions
2021-07-12 02:24:04 +02:00
GiaSen
f5f839f3b3 kunlun2: Nuke manifest.xml
Was not needed at all
2021-01-01 15:46:25 +01:00
GiaSen
3922076346 mido: remove alrady declared wifi hals from manifest 2020-09-17 18:13:27 +02:00
ѕαмαя νιѕρυтє
59e19ff317 sdm710-common: Undeclare perf HAL from device manifest
* To silence spam in log
 * Its already disabled 478ea785d4/rootdir/etc/init.qcom.rc (L107)
2020-08-15 17:29:06 +02:00
Henrique Pereira
5c6a44f762 kunlun2: Import power-libperfmgr from hardware/google/pixel
* Powerhint.json from Crosshatch slightly cleaned-up

Signed-off-by: Henrique Pereira <hlcpereira@pixelexperience.org>
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-05-22 11:27:02 +02:00
Sᴀᴍᴀʀ Vɪꜱᴘᴜᴛᴇ
bdcc475b79 kunlun2: Update manifest.xml from stock 2020-04-11 19:35:58 +05:30
SamarV-121
d07301de0a sdm710-common: Import QTI Power HAL from Lineage
* 0db671a262
 * https://github.com/LineageOS/android_hardware_lineage_interfaces/tree/lineage-17.1/power/1.0
 * rootdir: Disable vendor.power-hal-1-0
 * sepolicy: Lable android.hardware.power@1.2-service-qti

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-30 18:37:36 +05:30
SamarV-121
edc5bfe69b sdm710-common: Import and bind mount stock manifest
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 21:31:49 +05:30