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:
parent
b221c41798
commit
159f75574f
11
jni/Android.mk
Normal file
11
jni/Android.mk
Normal 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)
|
Loading…
Reference in New Issue
Block a user