1 LOCAL_PATH
:= $(call my-dir
)
4 # copy-n-paste from Makefile.am
7 attributes
/attributes.c attributes
/attributes.h \
8 attributes
/attribute_provider.h attributes
/attribute_handler.h \
9 attributes
/attribute_manager.c attributes
/attribute_manager.h \
10 attributes
/mem_pool.c attributes
/mem_pool.h
12 # adding the plugin source files
14 LOCAL_SRC_FILES
+= $(call add_plugin
, attr
)
16 # build libcharon --------------------------------------------------------------
20 $(strongswan_PATH
)/src
/include \
21 $(strongswan_PATH
)/src
/libstrongswan
23 LOCAL_CFLAGS
:= $(strongswan_CFLAGS
)
25 LOCAL_MODULE
:= libhydra
29 LOCAL_PRELINK_MODULE
:= false
31 LOCAL_SHARED_LIBRARIES
+= libstrongswan
33 include $(BUILD_SHARED_LIBRARY
)