From 35bc5adb6e7a1fe3ec5962b9a97610a71423f268 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 3 Aug 2023 11:31:51 +0100 Subject: [PATCH] sm8450-common: Let build system copy audio manifests --- Android.bp | 18 --------- .../etc/vintf/manifest/manifest_non_qmaa.xml | 38 ------------------- .../vintf/manifest/manifest_non_qmaa_extn.xml | 38 ------------------- sm8450-common-vendor.mk | 2 - 4 files changed, 96 deletions(-) delete mode 100644 proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa.xml delete mode 100644 proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa_extn.xml diff --git a/Android.bp b/Android.bp index 1a700d3..b05e209 100644 --- a/Android.bp +++ b/Android.bp @@ -426,24 +426,6 @@ prebuilt_etc_xml { soc_specific: true, } -prebuilt_etc_xml { - name: "manifest_non_qmaa", - owner: "xiaomi", - src: "proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa.xml", - filename_from_src: true, - sub_dir: "vintf/manifest", - soc_specific: true, -} - -prebuilt_etc_xml { - name: "manifest_non_qmaa_extn", - owner: "xiaomi", - src: "proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa_extn.xml", - filename_from_src: true, - sub_dir: "vintf/manifest", - soc_specific: true, -} - prebuilt_etc_xml { name: "manifest_vendor.xiaomi.hardware.mlipay", owner: "xiaomi", diff --git a/proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa.xml b/proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa.xml deleted file mode 100644 index d849f3d..0000000 --- a/proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - android.hardware.soundtrigger - hwbinder - 2.3 - - ISoundTriggerHw - default - - - diff --git a/proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa_extn.xml b/proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa_extn.xml deleted file mode 100644 index 9db37e0..0000000 --- a/proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa_extn.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - vendor.qti.hardware.ListenSoundModel - hwbinder - 1.0 - - IListenSoundModel - default - - - diff --git a/sm8450-common-vendor.mk b/sm8450-common-vendor.mk index 7a2b8d2..2a02552 100644 --- a/sm8450-common-vendor.mk +++ b/sm8450-common-vendor.mk @@ -1064,8 +1064,6 @@ PRODUCT_PACKAGES += \ dataconnection-saidl \ manifest_android.hardware.drm@1.4-service.widevine \ manifest_lahaina_identity \ - manifest_non_qmaa \ - manifest_non_qmaa_extn \ manifest_vendor.xiaomi.hardware.mlipay \ qtiradio-saidl \ vendor.qti.diag.hal.service \