Link android plugin against liblog in the NDK.

Doesn't seem to hurt the build within the source tree.
This commit is contained in:
Tobias Brunner
2012-08-08 15:07:43 +02:00
parent e7ea057fd2
commit 657a3ba609
+1
View File
@@ -127,6 +127,7 @@ processing/jobs/adopt_children_job.c processing/jobs/adopt_children_job.h
LOCAL_SRC_FILES += $(call add_plugin, android)
ifneq ($(call plugin_enabled, android),)
LOCAL_C_INCLUDES += frameworks/base/cmds/keystore
LOCAL_LDLIBS += -llog
LOCAL_SHARED_LIBRARIES += libcutils
endif