OSDN Git Service

Include log library to make bdtool
authorNitin Arora <niarora@codeaurora.org>
Mon, 30 Mar 2015 19:22:30 +0000 (12:22 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Thu, 2 Apr 2015 08:45:07 +0000 (01:45 -0700)
This change adds the liblog library in the
make file for bdtool to provide for separate
compilation of the tool without causing link
errors while importing libosi

Change-Id: I87752ef7e1026080bd56fb377c73b457775f12a3

tools/bdtool/Android.mk

index 38fe6e2..7ed5c4a 100644 (file)
@@ -40,6 +40,6 @@ LOCAL_C_INCLUDES := \
   $(LOCAL_PATH)/../..
 
 LOCAL_SHARED_LIBRARIES += \
-  libhardware
+  libhardware liblog
 
 include $(BUILD_EXECUTABLE)