From f60b86df1c24b4fcc5f8d5d787bcf41d1574f866 Mon Sep 17 00:00:00 2001 From: swei22 Date: Fri, 8 Dec 2017 16:44:11 +0800 Subject: [PATCH] Add .mk file for Android-IA project support Signed-off-by: swei22 --- project/product/androidia_64.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 project/product/androidia_64.mk diff --git a/project/product/androidia_64.mk b/project/product/androidia_64.mk new file mode 100644 index 0000000..fa8b672 --- /dev/null +++ b/project/product/androidia_64.mk @@ -0,0 +1,16 @@ +# compiled from source +TRUSTY_ALL_USER_TASKS += \ + sand/hwcrypto + +# TAs for debug build +ifeq ($(LKDEBUG), 2) +TRUSTY_ALL_USER_TASKS += \ + sand/benchmark \ + sample/hwcrypto-unittest \ + sample/storage-unittest \ + sample/ipc-unittest/main \ + sample/ipc-unittest/srv + +endif + +GLOBAL_DEFINES += PRINT_USE_MMIO=1