commit | 4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
tree | 54fd1b2695a591d2306d41264df67c53077b752c |
Initial Contribution
diff --git a/libmincrypt/Android.mk b/libmincrypt/Android.mk new file mode 100644 index 0000000..e27ab03 --- /dev/null +++ b/libmincrypt/Android.mk
@@ -0,0 +1,11 @@ +# Copyright 2008 The Android Open Source Project +# +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE := libmincrypt +LOCAL_SRC_FILES := rsa.c sha.c +include $(BUILD_STATIC_LIBRARY) + +# TODO: drop the hyphen once these are checked in +include $(LOCAL_PATH)/tools/Android.mk