Link android plugin against liblog in the NDK.
Doesn't seem to hurt the build within the source tree.
This commit is contained in:
@@ -127,6 +127,7 @@ processing/jobs/adopt_children_job.c processing/jobs/adopt_children_job.h
|
|||||||
LOCAL_SRC_FILES += $(call add_plugin, android)
|
LOCAL_SRC_FILES += $(call add_plugin, android)
|
||||||
ifneq ($(call plugin_enabled, android),)
|
ifneq ($(call plugin_enabled, android),)
|
||||||
LOCAL_C_INCLUDES += frameworks/base/cmds/keystore
|
LOCAL_C_INCLUDES += frameworks/base/cmds/keystore
|
||||||
|
LOCAL_LDLIBS += -llog
|
||||||
LOCAL_SHARED_LIBRARIES += libcutils
|
LOCAL_SHARED_LIBRARIES += libcutils
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user