diff options
author | lesl <lesl@google.com> | 2019-12-06 18:51:24 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-18 22:40:33 +0200 |
commit | e8e02b9b830e47615c6151832d367cf31c10ddc1 (patch) | |
tree | 956a9324b3ce7ad44c561e40445742061f951a51 | |
parent | ce02a61cae11cf56951d1fedb40a541165a79cb2 (diff) |
sdm660-common: Remove hostapd hidl entry from manifest.xml
This CL removes the definition for the hostapd hidl interface from
manifest.xml and rely on vint-fragements entry.
This is to avoid the need to modify the revision in future
Bug: 145780363
Test: builds and wifi softap works
Change-Id: I2b0d28b143e232ce60c56cbabfed3f685ab6bab9
-rw-r--r-- | configs/manifests/manifest.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/manifests/manifest.xml b/configs/manifests/manifest.xml index 1dcb892..2c238f1 100644 --- a/configs/manifests/manifest.xml +++ b/configs/manifests/manifest.xml @@ -444,15 +444,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <instance>default</instance> </interface> </hal> - <hal format="hidl"> - <name>android.hardware.wifi.hostapd</name> - <transport>hwbinder</transport> - <version>1.1</version> - <interface> - <name>IHostapd</name> - <instance>default</instance> - </interface> - </hal> <hal format="hidl"> <name>vendor.qti.hardware.wifi.hostapd</name> <transport>hwbinder</transport> |