diff options
| author | lesl <lesl@google.com> | 2019-12-06 18:51:24 +0800 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2021-01-28 20:08:27 +0100 |
| commit | 0030e837dc3d7b72be2aac5fc42470c0b5251636 (patch) | |
| tree | 29b3f0b710163a7aaa6ec3fa6d06949f8b1b326c | |
| parent | b1e5864fd9c678bb24c8c0162e229b5e39294af3 (diff) | |
sm8250-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-- | manifest.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/manifest.xml b/manifest.xml index a2f2838..acd36dd 100644 --- a/manifest.xml +++ b/manifest.xml @@ -315,15 +315,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </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>android.hardware.drm</name> <transport>hwbinder</transport> <version>1.0</version> |
