1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-01-03 19:50:55 +00:00

template Android.mk based on the soft84 one

This commit is contained in:
Greg Alexander 2014-12-10 17:00:56 -05:00
parent b221c41798
commit 159f75574f

11
jni/Android.mk Normal file
View File

@ -0,0 +1,11 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CFLAGS := -Wall
LOCAL_MODULE := simplesshd-jni
LOCAL_SRC_FILES := interface.c
# LOCAL_C_INCLUDES:= /home/greg/android/src/gmp/include
# LOCAL_LDLIBS := -L/home/greg/android/src/gmp/lib -lmpc -lmpfr -lgmp
include $(BUILD_SHARED_LIBRARY)