commit | d810874948e4f87f740dfac609be35a77501198d | [log] [tgz] |
---|---|---|
author | Etan Cohen <etancohen@google.com> | Wed May 03 09:12:50 2017 -0700 |
committer | Etan Cohen <etancohen@google.com> | Tue May 09 13:55:36 2017 -0700 |
tree | da2af25f2b128d1ce1b501bab0f12646334c5b56 | |
parent | 5ca756ea1f0d629939f0f916ba30252eeed431e5 [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)