commit | 0a2ef0302e40be7ce43dd4bf6a0eda90eb25b259 | [log] [tgz] |
---|---|---|
author | Etan Cohen <etancohen@google.com> | Wed May 03 09:12:50 2017 -0700 |
committer | Etan Cohen <etancohen@google.com> | Wed May 31 11:15:31 2017 -0700 |
tree | a7ef5423901ad8319a4fb8d5c3951b16e1447cdf | |
parent | 3dca679b8057bb02931b4d4d6801dfa8584c73d7 [diff] |
[WIFI] Remove dependency on vendor-specific library 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
diff --git a/wifi/1.0/default/Android.mk b/wifi/1.0/default/Android.mk index 13f6cc1..2564937 100644 --- a/wifi/1.0/default/Android.mk +++ b/wifi/1.0/default/Android.mk
@@ -46,7 +46,6 @@ libnl \ libutils \ libwifi-hal \ - libwifi-system \ - libcld80211 + libwifi-system LOCAL_INIT_RC := android.hardware.wifi@1.0-service.rc include $(BUILD_EXECUTABLE)