vendor: telephony: build missing interface for cne

- fixes F linker  : CANNOT LINK EXECUTABLE "/vendor/bin/mutualex": library "android.hardware.wifi.hostapd@1.0.so" not found: needed by main executable

Change-Id: I16362439c441219eb8cdd7721775e73d3e2e0066
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
This commit is contained in:
Omkar Chandorkar 2022-08-29 19:30:08 +09:00 committed by Jake Weinstein
parent 8101b263d0
commit 0965fbacd1
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ PRODUCT_PACKAGES += \
android.hardware.radio.config@1.3.vendor \ android.hardware.radio.config@1.3.vendor \
android.hardware.radio.deprecated@1.0.vendor \ android.hardware.radio.deprecated@1.0.vendor \
android.hardware.secure_element@1.2.vendor \ android.hardware.secure_element@1.2.vendor \
android.hardware.wifi.hostapd@1.0.vendor \
android.system.net.netd@1.1.vendor android.system.net.netd@1.1.vendor
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \