projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_scsc_wifibt_wifi_hal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e1ad74
)
wifi_hal: Include liblog headers
lineage-19.0
lineage-19.1
lineage-20
author
SamarV-121
<samarvispute121@pm.me>
Thu, 26 Aug 2021 06:26:59 +0000
(11:56 +0530)
committer
SamarV-121
<samarvispute121@pm.me>
Wed, 24 Nov 2021 03:58:20 +0000
(09:28 +0530)
`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>
Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/Android.mk
b/Android.mk
index 68e9eca0bef69827b4ffb9055291b572dfc2cc74..38ce9ddbd789f845163bd1c59360ae23f3c3a470 100755
(executable)
--- a/
Android.mk
+++ b/
Android.mk
@@
-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 \