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 \