commit | e0db74111798652f29bb2a514df34c516a6e1b7a | [log] [tgz] |
---|---|---|
author | Zoltan Kuscsik <zoltan.kuscsik@linaro.org> | Fri Apr 08 10:15:47 2016 +0200 |
committer | Zoltan Kuscsik <zoltan.kuscsik@linaro.org> | Fri Apr 08 12:06:26 2016 +0200 |
tree | e1fe5bce22766f049ea702fb13d281487c589eb3 | |
parent | 2190cdcc7c4d1f477ef136690f820edf8c19f418 [diff] [blame] |
Android makefiles for trusted applications Reviewed-by: Pascal Brand <pascal.brand@linaro.org> Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik@linaro.org>
diff --git a/ta/Android.mk b/ta/Android.mk new file mode 100644 index 0000000..5c069fe --- /dev/null +++ b/ta/Android.mk
@@ -0,0 +1,2 @@ +LOCAL_PATH := $(call my-dir) +include $(call all-makefiles-under, $(LOCAL_PATH))