aboutsummaryrefslogtreecommitdiff
path: root/hal
diff options
context:
space:
mode:
authorMattias Nissler <mnissler@google.com>2016-02-15 11:14:59 +0100
committerMattias Nissler <mnissler@google.com>2016-02-15 11:14:59 +0100
commit58e77d095777bee864fd1dda31837ac4e21bb43f (patch)
tree459efc6588327bbbeaff81437521a17969f3ec11 /hal
parent37ee5cf796f83209496c23d8f24b79df734c1bf3 (diff)
downloadnvram-58e77d095777bee864fd1dda31837ac4e21bb43f.tar.gz
Implement support for write-extend NVRAM spaces.
Implement NV_CONTROL_WRITE_EXTEND, i.e. access-controlled NVRAM spaces that are hash-extended on write. This can be used for anything that employs hash-chaining, e.g. for audit logging. BUG: 26973380 Change-Id: Icb03134aa55efb52250477056ce877b3d046bc0c
Diffstat (limited to 'hal')
-rw-r--r--hal/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/Android.mk b/hal/Android.mk
index 2c3b50b..87f8e1c 100644
--- a/hal/Android.mk
+++ b/hal/Android.mk
@@ -36,7 +36,7 @@ LOCAL_SRC_FILES := \
memory_storage.cpp \
testing_module.c \
testing_nvram_implementation.cpp
-LOCAL_STATIC_LIBRARIES := libnvram-core libnvram-hal liblog
+LOCAL_STATIC_LIBRARIES := libnvram-core libnvram-hal libmincrypt liblog
LOCAL_SHARED_LIBRARIES := libnvram-messages
LOCAL_CFLAGS := -Wall -Werror -Wextra -fvisibility=hidden
LOCAL_MODULE_TAGS := optional