diff options
| author | Pierre Couillaud <pierre@broadcom.com> | 2018-02-16 04:44:23 -0800 |
|---|---|---|
| committer | Pierre Couillaud <pierre@broadcom.com> | 2018-02-16 07:05:14 -0800 |
| commit | f05bfb019590f8e25471c0fae23db519dfcfb790 (patch) | |
| tree | a320ede40e2f255cf2e351caa32673fb54fce901 /bcmdhd/wifi_hal/gscan.cpp | |
| parent | e53e4353abf9df97c08e2b59a52e41bf61d11d95 (diff) | |
| download | android_hardware_broadcom_wlan-f05bfb019590f8e25471c0fae23db519dfcfb790.tar.gz android_hardware_broadcom_wlan-f05bfb019590f8e25471c0fae23db519dfcfb790.tar.bz2 android_hardware_broadcom_wlan-f05bfb019590f8e25471c0fae23db519dfcfb790.zip | |
wlan:bcmdhd: fixup build errors when building the library under vndk.
Bug: 73344227
Signed-off-by: Pierre Couillaud <pierre@broadcom.com>
Diffstat (limited to 'bcmdhd/wifi_hal/gscan.cpp')
| -rw-r--r-- | bcmdhd/wifi_hal/gscan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/wifi_hal/gscan.cpp b/bcmdhd/wifi_hal/gscan.cpp index d50e98f..1ccaf30 100644 --- a/bcmdhd/wifi_hal/gscan.cpp +++ b/bcmdhd/wifi_hal/gscan.cpp @@ -38,7 +38,7 @@ #define LOG_TAG "WifiHAL" //#define LOG_NDEBUG 0 //uncomment to enable verbose logging -#include <utils/Log.h> +#include <log/log.h> #include "wifi_hal.h" #include "common.h" |
