Moved Android specific logger to separate plugin.
This is mainly because the other parts of the existing android plugin can not be built in the NDK (access to keystore and system properties are not part of the stable NDK libraries).
This commit is contained in:
@@ -127,10 +127,14 @@ 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
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, android-log)
|
||||
ifneq ($(call plugin_enabled, android-log),)
|
||||
LOCAL_LDLIBS += -llog
|
||||
endif
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, attr)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, eap-aka)
|
||||
|
||||
Reference in New Issue
Block a user