From 1ad1e7c79557129921fae25a2fa4bb7e9036ccdc Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Wed, 3 Apr 2024 23:19:50 +0900 Subject: [PATCH] Revert "universa7885: Force override compability matrix" This reverts commit 55a45d1c9c7983a79ccb34cb75f6a3f47057bff0. --- .../configs/vintf/compatibility_matrix.3.xml | 103 ------------------ universal7885-common/universal7885-common.mk | 4 - 2 files changed, 107 deletions(-) delete mode 100644 universal7885-common/configs/vintf/compatibility_matrix.3.xml diff --git a/universal7885-common/configs/vintf/compatibility_matrix.3.xml b/universal7885-common/configs/vintf/compatibility_matrix.3.xml deleted file mode 100644 index e075be1..0000000 --- a/universal7885-common/configs/vintf/compatibility_matrix.3.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - android.hardware.audio - 4.0 - - IDevicesFactory - default - - - - android.hardware.audio.effect - 4.0 - - IEffectsFactory - default - - - - android.hardware.bluetooth.a2dp - 1.0 - - IBluetoothAudioOffload - default - - - - android.hardware.cas - 1.0 - - IMediaCasService - default - - - - android.hardware.configstore - 1.0-1 - - ISurfaceFlingerConfigs - default - - - - android.hardware.gnss - 1.0-1 - - IGnss - default - - - - android.hardware.graphics.mapper - 2.0-1 - - IMapper - default - - - - android.hardware.nfc - 1.1 - - INfc - default - - - - android.hardware.radio - - 1.0-3 - - IRadio - slot1 - slot2 - slot3 - - - - android.hardware.radio.config - 1.0 - - IRadioConfig - default - - - - android.hardware.thermal - 1.0-1 - - IThermal - default - - - - android.hardware.wifi.offload - 1.0 - - IOffload - default - - - - - diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 9ed0762..6bbfbe9 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -375,10 +375,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.vibrator-service.samsung -# Workaround for vintf issues... -PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/vintf/compatibility_matrix.3.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/vintf/compatibility_matrix.3.xml - # Wifi PRODUCT_PACKAGES += \ android.hardware.wifi-service \