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:
Christopher Wiley 2016-09-09 13:53:56 -07:00
parent 24c133dccd
commit acb778768f

View file

@ -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