From 674a05af641480a95bdadbb961116c99e7c01836 Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sat, 18 Sep 2021 02:57:14 +0300 Subject: [PATCH] sm8350-common: remove INetPerfTuner interface --- framework_compatibility_matrix.xml | 8 -------- hidl/Android.bp | 6 ------ 2 files changed, 14 deletions(-) delete mode 100644 hidl/Android.bp diff --git a/framework_compatibility_matrix.xml b/framework_compatibility_matrix.xml index f20ce14..acf54bf 100644 --- a/framework_compatibility_matrix.xml +++ b/framework_compatibility_matrix.xml @@ -774,14 +774,6 @@ wifidisplaysessionvideotrack - - vendor.qti.hardware.wigig.netperftuner - 1.0 - - INetPerfTuner - default - - vendor.qti.hardware.wigig.supptunnel 1.0 diff --git a/hidl/Android.bp b/hidl/Android.bp deleted file mode 100644 index c721781..0000000 --- a/hidl/Android.bp +++ /dev/null @@ -1,6 +0,0 @@ -prebuilt_hidl_interfaces { - name: "INetPerfTuner", - interfaces: [ - "vendor.qti.hardware.wigig.netperftuner@1.0::INetPerfTuner", - ], -}