diff options
| author | SamarV-121 <samarvispute121@pm.me> | 2021-08-26 11:56:59 +0530 |
|---|---|---|
| committer | SamarV-121 <samarvispute121@pm.me> | 2021-11-24 09:28:20 +0530 |
| commit | dec43d779a232ae246b90fac49ebed182ea97817 (patch) | |
| tree | e5e1f545a4eba9abe84bc845066a3ce116468ce9 | |
| parent | 3e1ad74581c84cd4cb58968698e7f097ff2b3e43 (diff) | |
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>
| -rwxr-xr-x | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ include $(CLEAR_VARS) LOCAL_CFLAGS := -Wno-unused-parameter +LOCAL_HEADER_LIBRARIES := liblog_headers + LOCAL_C_INCLUDES += \ system/core/include/ \ external/libnl/include \ |
