wifi_hal: Include liblog headers
`In file included from hardware/samsung_slsi/scsc_wifibt/wifi_hal/wifi_hal.cpp:29:`
`system/core/include/utils/Log.h:7:10: fatal error: 'log/log.h' file not found`
Change-Id: Ie8e38523f8ce93ea9f0de3bf105f23d482444149
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
diff --git a/Android.mk b/Android.mk
index 68e9eca..38ce9dd 100755
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,8 @@
LOCAL_CFLAGS := -Wno-unused-parameter
+LOCAL_HEADER_LIBRARIES := liblog_headers
+
LOCAL_C_INCLUDES += \
system/core/include/ \
external/libnl/include \