# Copyright 2008 The Android Open Source Project | |
# | |
LOCAL_PATH := $(call my-dir) | |
include $(CLEAR_VARS) | |
LOCAL_MODULE := libmincrypttwrp | |
LOCAL_C_INCLUDES := $(commands_recovery_local_path)/libmincrypt/includes | |
LOCAL_SRC_FILES := rsa.c sha.c sha256.c | |
include $(BUILD_STATIC_LIBRARY) | |
include $(CLEAR_VARS) | |
LOCAL_MODULE := libmincrypttwrp | |
LOCAL_SRC_FILES := rsa.c sha.c sha256.c | |
include $(BUILD_HOST_STATIC_LIBRARY) | |