Dees Troy | bb4c0cb | 2013-11-02 20:25:14 +0000 | [diff] [blame] | 1 | # Copyright 2008 The Android Open Source Project |
| 2 | # |
| 3 | LOCAL_PATH := $(call my-dir) |
| 4 | include $(CLEAR_VARS) |
| 5 | |
| 6 | LOCAL_MODULE := libmincrypttwrp |
Matt Mower | 55c75ca | 2014-08-31 11:30:15 -0500 | [diff] [blame] | 7 | LOCAL_C_INCLUDES := $(commands_recovery_local_path)/libmincrypt/includes |
Dees Troy | bb4c0cb | 2013-11-02 20:25:14 +0000 | [diff] [blame] | 8 | LOCAL_SRC_FILES := rsa.c sha.c sha256.c |
| 9 | include $(BUILD_STATIC_LIBRARY) |
| 10 | |
| 11 | include $(CLEAR_VARS) |
| 12 | |
| 13 | LOCAL_MODULE := libmincrypttwrp |
| 14 | LOCAL_SRC_FILES := rsa.c sha.c sha256.c |
| 15 | include $(BUILD_HOST_STATIC_LIBRARY) |
| 16 | |