mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-15 05:35:07 -05:00
12 lines
210 B
Makefile
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)
|