Removed backend for old Android frontend patch
Moved the remaining DNS handler to a new plugin.
This commit is contained in:
@@ -125,9 +125,8 @@ processing/jobs/adopt_children_job.c processing/jobs/adopt_children_job.h
|
||||
|
||||
# adding the plugin source files
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, android)
|
||||
ifneq ($(call plugin_enabled, android),)
|
||||
LOCAL_C_INCLUDES += frameworks/base/cmds/keystore
|
||||
LOCAL_SRC_FILES += $(call add_plugin, android-dns)
|
||||
ifneq ($(call plugin_enabled, android-dns),)
|
||||
LOCAL_SHARED_LIBRARIES += libcutils
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user