summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorShawn Willden <swillden@google.com>2015-01-22 16:35:30 -0700
committerShawn Willden <swillden@google.com>2015-01-22 16:35:30 -0700
commit19fca88879ffd9e02f068226df9e536aac4e4623 (patch)
tree7c98d092687b0869482eed92dfae89f28b8d414c /Makefile
parent0302c5535bd9eeca7a7015395ccd517ac567b5b8 (diff)
downloadandroid_system_keymaster-19fca88879ffd9e02f068226df9e536aac4e4623.tar.gz
android_system_keymaster-19fca88879ffd9e02f068226df9e536aac4e4623.tar.bz2
android_system_keymaster-19fca88879ffd9e02f068226df9e536aac4e4623.zip
Add AES key generation support.
This change was already reviewed, merged and reverted, so I'm skipping the review step this time. Change-Id: Ia6450b43ca9a347fd6027837439c2ea8f91a712c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ae6e2dd..c308942 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ CXXFLAGS=-Wall -Werror -Wno-unused -Winit-self -Wpointer-arith -Wunused-paramete
LDLIBS=-lcrypto -lpthread -lstdc++
CPPSRCS=\
+ aes_key.cpp \
asymmetric_key.cpp \
authorization_set.cpp \
authorization_set_test.cpp \
@@ -125,6 +126,7 @@ google_keymaster_messages_test: google_keymaster_messages_test.o \
$(GTEST)/src/gtest-all.o
google_keymaster_test: google_keymaster_test.o \
+ aes_key.o \
asymmetric_key.o \
authorization_set.o \
dsa_key.o \