OSDN Git Service

[WIFI] Remove dependency on vendor-specific library
authorEtan Cohen <etancohen@google.com>
Wed, 3 May 2017 16:12:50 +0000 (09:12 -0700)
committerEtan Cohen <etancohen@google.com>
Wed, 31 May 2017 18:15:31 +0000 (11:15 -0700)
The libcld80211 is vendor-specific. Remove from dependecy list.

(cherry-pick of commit aa281aa266d6c8701c2ecbf3f49f505a2ecddae3)

Bug: 37901207
Test: builds and runs
Merged-In: If251002c2dd7a0e30ca18620edd905a63217f28a
Change-Id: If251002c2dd7a0e30ca18620edd905a63217f28a

wifi/1.0/default/Android.mk

index 13f6cc1..2564937 100644 (file)
@@ -46,7 +46,6 @@ LOCAL_SHARED_LIBRARIES := \
     libnl \
     libutils \
     libwifi-hal \
-    libwifi-system \
-    libcld80211
+    libwifi-system
 LOCAL_INIT_RC := android.hardware.wifi@1.0-service.rc
 include $(BUILD_EXECUTABLE)