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 | ||||
7 | LOCAL_C_INCLUDES := bootable/recovery/libmincrypt/includes | ||||
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 |