diff options
author | Ahmed ElArabawy <arabawy@google.com> | 2019-07-23 15:25:04 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-18 22:40:33 +0200 |
commit | ce02a61cae11cf56951d1fedb40a541165a79cb2 (patch) | |
tree | ede0a097f830778f30963557dc70eea6f9c2f12f /configs/manifests/manifest.xml | |
parent | 939fd6b3019828b56469d7b75f237bf176bfe57f (diff) |
sdm660-common: Remove IWifi hidl entry from manifest.xml
This CL removes the definition for the IWifi hidl interface from
manifest.xml and rely on vint-fragements entry.
This is to avoid the need to modify the revision in future
Bug: 138243400
Test: builds and wifi works
Change-Id: Id36fb384bbbf55a976d315d6a374d5fb66f4e1bb
Diffstat (limited to 'configs/manifests/manifest.xml')
-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 503bcb2..1dcb892 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</name> - <transport>hwbinder</transport> - <version>1.3</version> - <interface> - <name>IWifi</name> - <instance>default</instance> - </interface> - </hal> <hal format="hidl"> <name>android.hardware.wifi.hostapd</name> <transport>hwbinder</transport> |