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