From acb778768fc5620367a91dc3e56760da36759544 Mon Sep 17 00:00:00 2001 From: Christopher Wiley Date: Fri, 9 Sep 2016 13:53:56 -0700 Subject: [PATCH] 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 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 7135258..62ed210 100644 --- a/Android.mk +++ b/Android.mk @@ -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