commit | 2e429d6b644d7aeae5ecd521b3f020ec595ed6dd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Mar 13 23:48:56 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 13 23:48:56 2017 +0000 |
tree | 62dc34f7cc3f34ee691744f65be066eda6eb291c | |
parent | 48df739a4d4cfcbcec80b3c9cbc21542d88aac3a [diff] | |
parent | c0aee0ce877bba6e14e6582935c07f4ada50b9dd [diff] |
Merge "Bluetooth: No power off before power on"
diff --git a/wifi/1.0/default/Android.mk b/wifi/1.0/default/Android.mk index e84c1c5..cc5e1c6 100644 --- a/wifi/1.0/default/Android.mk +++ b/wifi/1.0/default/Android.mk
@@ -46,7 +46,8 @@ libnl \ libutils \ libwifi-hal \ - libwifi-system + libwifi-system \ + libcld80211 LOCAL_WHOLE_STATIC_LIBRARIES := $(LIB_WIFI_HAL) LOCAL_INIT_RC := android.hardware.wifi@1.0-service.rc include $(BUILD_EXECUTABLE)