Skip to content

Commit

Permalink
Merge pull request trusty-ia#1 from swei22/master
Browse files Browse the repository at this point in the history
Add .mk file for Android-IA project support
  • Loading branch information
rogerxfeng8 authored Jan 5, 2018
2 parents f4f3863 + f60b86d commit 77f7660
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions project/product/androidia_64.mk
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77f7660

Please sign in to comment.