project_files/frontlib/Android.mk
branchhedgeroid
changeset 15514 f90255a3454c
parent 10017 de822cd3df3a
equal deleted inserted replaced
15513:f0bf14ead75c 15514:f90255a3454c
    14     net/netbase.c net/netconn_callbacks.c net/netconn_send.c \
    14     net/netbase.c net/netconn_callbacks.c net/netconn_send.c \
    15     net/netconn.c net/netprotocol.c util/buffer.c util/inihelper.c \
    15     net/netconn.c net/netprotocol.c util/buffer.c util/inihelper.c \
    16     util/logging.c util/util.c frontlib.c hwconsts.c socket.c \
    16     util/logging.c util/util.c frontlib.c hwconsts.c socket.c \
    17     extra/jnacontrol.c
    17     extra/jnacontrol.c
    18 
    18 
    19 LOCAL_SHARED_LIBRARIES += SDL SDL_net
    19 LOCAL_SHARED_LIBRARIES += SDL2 SDL2_net
    20 LOCAL_LDLIBS += -lz
    20 LOCAL_LDLIBS += -lz
    21 
    21 
    22 include $(BUILD_SHARED_LIBRARY)
    22 include $(BUILD_SHARED_LIBRARY)