Skip to content

Commit

Permalink
Import Android Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupan committed Jan 7, 2016
1 parent 030b3d1 commit dcae58f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := sha
LOCAL_SRC_FILES := \
sha1.c \
sha2.c \
hmac.c
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
include $(BUILD_STATIC_LIBRARY)

0 comments on commit dcae58f

Please sign in to comment.