Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8108749 authored by Etan Cohen's avatar Etan Cohen
Browse files

[WIFI] Remove dependency on vendor-specific library

The libcld80211 is vendor-specific. Remove from dependecy list.

(cherry-pick of commit aa281aa2)

Bug: 37901207
Test: builds and runs
Merged-In: If251002c2dd7a0e30ca18620edd905a63217f28a
Change-Id: If251002c2dd7a0e30ca18620edd905a63217f28a
parent 5ca756ea
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -46,7 +46,6 @@ LOCAL_SHARED_LIBRARIES := \
    libnl \
    libnl \
    libutils \
    libutils \
    libwifi-hal \
    libwifi-hal \
    libwifi-system \
    libwifi-system
    libcld80211
LOCAL_INIT_RC := android.hardware.wifi@1.0-service.rc
LOCAL_INIT_RC := android.hardware.wifi@1.0-service.rc
include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)