[lib][mincrypt] move the mincrypt headers in a level to match the module name
This commit is contained in:
@@ -7,3 +7,5 @@ GLOBAL_INCLUDES += $(LOCAL_DIR)/include
|
||||
MODULE_SRCS += \
|
||||
$(LOCAL_DIR)/sha.c \
|
||||
$(LOCAL_DIR)/sha256.c
|
||||
|
||||
include make/module.mk
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
// Optimized for minimal code size.
|
||||
|
||||
#include "mincrypt/sha.h"
|
||||
#include <lib/mincrypt/sha.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
// Optimized for minimal code size.
|
||||
|
||||
#include "mincrypt/sha256.h"
|
||||
#include <lib/mincrypt/sha256.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <mincrypt/sha256.h>
|
||||
#include <lib/mincrypt/sha256.h>
|
||||
|
||||
#include "bootimage.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user