Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b1e9345 authored by Tri Vo's avatar Tri Vo
Browse files

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
parent 85f5a444
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ cc_test {
    shared_libs: [
        "libc",
        "liblog",
    ],
    static_libs: [
        "libtrusty",
    ],
    gtest: false,