Files
termux-app/app/src/main/jni/Android.mk
Fredrik Fornwall a18ee58f7a Initial commit
2015-10-25 15:27:32 +01:00

6 lines
134 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE:= libtermux
LOCAL_SRC_FILES:= termux.c
include $(BUILD_SHARED_LIBRARY)