mailiverse/android/Mailiverse/jni/Android.mk
Timothy Prepscius 5fb69ebea8 adds the android
2013-08-09 16:48:44 -04:00

12 lines
210 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := Mailiverse
LOCAL_SRC_FILES := \
Mailiverse.cpp \
core_crypt_PBEPlatformNative.c \
sha256.c
include $(BUILD_SHARED_LIBRARY)