commit | 8b1e9345559d3286005b1e2df0eb6b78ae3c19c4 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Mon Oct 28 14:54:01 2019 -0700 |
committer | Tri Vo <trong@google.com> | Mon Oct 28 14:54:06 2019 -0700 |
tree | 7f14ff22f59c81d8b36348478e0aa1ad56b25bee | |
parent | 85f5a4449cbb13205ceeaf5f3cb04759a40169f8 [diff] |
trusty-ut-ctrl: link statically to libtrusty Removes the need to push libtrusty.so to run trusty-ut-ctrl binary. Test: m trusty-ut-ctrl Change-Id: I19c2957d3eb1dc165e13f2ce5560fe31ea9a2469
diff --git a/trusty/utils/trusty-ut-ctrl/Android.bp b/trusty/utils/trusty-ut-ctrl/Android.bp index 77d1f70..9c8af7b 100644 --- a/trusty/utils/trusty-ut-ctrl/Android.bp +++ b/trusty/utils/trusty-ut-ctrl/Android.bp
@@ -20,6 +20,8 @@ shared_libs: [ "libc", "liblog", + ], + static_libs: [ "libtrusty", ], gtest: false,