vendor: wlan/wlan-legacy: Remove prebuilt_hidl_interfaces after switch to AIDL wifi hal

Change-Id: I98907b95a9f8b54e7f8f8d6cca78fe2664f8442c
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
chrisl7 2023-10-17 00:59:23 +00:00 committed by CHRISL7
parent 94dbffb126
commit 20495911e7
2 changed files with 0 additions and 42 deletions

View File

@ -21,24 +21,3 @@ prebuilt_etc {
sub_dir: "init",
vendor: true,
}
prebuilt_hidl_interfaces {
name: "hidl_Wificfr_interface",
interfaces: [
"vendor.qti.hardware.wifi.wificfr@1.0::IWificfr",
],
}
prebuilt_hidl_interfaces {
name: "hidl_WifiMyFtm_interface",
interfaces: [
"vendor.qti.hardware.wifi.wifimyftm@1.0::IWifiMyFtm",
],
}
prebuilt_hidl_interfaces {
name: "hidl_WifiStats_interface",
interfaces: [
"vendor.qti.hardware.wifi.wifilearner@1.0::IWifiStats"
],
}

View File

@ -14,24 +14,3 @@
soong_namespace {
}
prebuilt_hidl_interfaces {
name: "hidl_Wificfr_interface",
interfaces: [
"vendor.qti.hardware.wifi.wificfr@1.0::IWificfr",
],
}
prebuilt_hidl_interfaces {
name: "hidl_WifiMyFtm_interface",
interfaces: [
"vendor.qti.hardware.wifi.wifimyftm@1.0::IWifiMyFtm",
],
}
prebuilt_hidl_interfaces {
name: "hidl_WifiStats_interface",
interfaces: [
"vendor.qti.hardware.wifi.wifilearner@1.0::IWifiStats"
],
}