Use libbase logging in libwifi-hal-common
This allows log messages to appear under the global tag of the process using the code, rather than per file log tags. Bug: 31398942 Test: Compiles for bullhead Change-Id: I1a17dfb1e758d22ec76295d85194c85dd2cf4ed3
This commit is contained in:
parent
24c133dccd
commit
acb778768f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ LEGACY_AUDIO_MAKEFILES := $(call all-named-subdir-makefiles,audio)
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libcutils liblog libmedia
|
||||
LOCAL_SHARED_LIBRARIES := libbase libcutils liblog libmedia
|
||||
LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := libmedia
|
||||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
|
|
Loading…
Reference in a new issue