summaryrefslogtreecommitdiffstats
path: root/keymaster/Android.mk
diff options
context:
space:
mode:
authorLuden <luden@ghostmail.com>2016-03-12 10:32:55 +0100
committerZiyan <jaraidaniel@gmail.com>2016-04-03 15:09:23 +0200
commit0e66f2b8f1c4330d7d51754be42b40964da69ecd (patch)
tree510acbb8c7b96b6badd29a938d29e31e563a1318 /keymaster/Android.mk
parentdc6b868c8b679d9be855d6e5e22b7cf4d9c84559 (diff)
downloaddevice_samsung_tuna-0e66f2b8f1c4330d7d51754be42b40964da69ecd.zip
device_samsung_tuna-0e66f2b8f1c4330d7d51754be42b40964da69ecd.tar.gz
device_samsung_tuna-0e66f2b8f1c4330d7d51754be42b40964da69ecd.tar.bz2
Ported keymaster_tuna to keymaster0 interface.
keymaster_tuna.cpp almost exactly matches keymaster HAL 0 interface, only several small changes were needed. Note the change in the flags (KEYMASTER_BLOBS_ARE_STANDALONE): this is required for hardware backed storage of the disk encryption key to function, see keymaster_check_compatibility() function in system/vold/cryptfs.c Change-Id: I207455efeb73cee26f08d2cfd12aa4fb91ccec23
Diffstat (limited to 'keymaster/Android.mk')
-rw-r--r--keymaster/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymaster/Android.mk b/keymaster/Android.mk
index 885812f..10846df 100644
--- a/keymaster/Android.mk
+++ b/keymaster/Android.mk
@@ -29,7 +29,7 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES := \
libcore/include \
external/openssl/include \
- hardware/ti/omap4xxx/security/tf_sdk/include
+ hardware/ti/omap4/security/tf_sdk/include
LOCAL_CFLAGS := -fvisibility=hidden -Wall -Werror