avicii: Update blobs from AC2003_11_F.18

* Use prebuilt audio stack for now

Change-Id: I1c82dc15a46cc39e9641c7dc41fe49098c4bc4c7
This commit is contained in:
KakatkarAkshay
2023-01-25 18:30:21 +05:30
parent dc38411a1e
commit 8def651d0e
5 changed files with 384 additions and 1225 deletions

View File

@@ -172,7 +172,7 @@ TARGET_USERIMAGES_USE_F2FS := true
ENABLE_VENDOR_RIL_SERVICE := true
# Security
VENDOR_SECURITY_PATCH := 2022-12-05
VENDOR_SECURITY_PATCH := 2023-01-05
# SEPolicy
include device/qcom/sepolicy_vndr-legacy-um/SEPolicy.mk

View File

@@ -46,10 +46,8 @@ PRODUCT_PACKAGES += \
android.hardware.bluetooth.audio@2.0-impl \
android.hardware.soundtrigger@2.3-impl \
audio.bluetooth.default \
audio.primary.lito \
audio.r_submix.default \
audio.usb.default \
audio_amplifier.lito \
liba2dpoffload \
libbatterylistener \
libcomprcapture \
@@ -61,11 +59,8 @@ PRODUCT_PACKAGES += \
libqcomvoiceprocessing \
libsndmonitor \
libspkrprot \
libssrec \
libvolumelistener
AUDIO_HAL_DIR := hardware/qcom-caf/sm8250/audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
$(LOCAL_PATH)/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_ODM)/etc/audio_platform_info.xml \
@@ -352,6 +347,7 @@ PRODUCT_PACKAGES += \
android.hardware.radio@1.5.vendor \
android.hardware.radio.config@1.2.vendor \
android.hardware.radio.deprecated@1.0.vendor \
android.hardware.secure_element@1.2.vendor \
libprotobuf-cpp-full \
librmnetctl

View File

@@ -105,6 +105,14 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.oplus.hardware.cameraMDM</name>
<version>1.0</version>
<interface>
<name>IOPlusCameraMDM</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.oplus.hardware.cammidasservice</name>
<version>1.0</version>

View File

@@ -1,4 +1,4 @@
<manifest version="2.0" type="device">
<manifest version="2.0" type="device" target-level="5">
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
@@ -59,6 +59,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport>hwbinder</transport>
<version>4.0</version>
<interface>
<name>IKeymasterDevice</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.media.omx</name>
<transport>hwbinder</transport>
@@ -107,17 +116,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.secure_element</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>ISecureElement</name>
<instance>SIM1</instance>
<instance>SIM2</instance>
<instance>eSE1</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.soundtrigger</name>
<transport>hwbinder</transport>
@@ -184,7 +182,7 @@
<hal format="hidl">
<name>vendor.nxp.nxpnfc</name>
<transport>hwbinder</transport>
<version>2.0</version>
<version>1.0</version>
<interface>
<name>INxpNfc</name>
<instance>default</instance>
@@ -230,15 +228,6 @@
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.esepowermanager</name>
<transport>hwbinder</transport>
<version>1.1</version>
<interface>
<name>IEsePowerManager</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.data.factory</name>
<transport>hwbinder</transport>
@@ -284,6 +273,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.cacert</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.camera.postproc</name>
<transport>hwbinder</transport>

File diff suppressed because it is too large Load Diff