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

Commit cafdd7c3 authored by Tri Vo's avatar Tri Vo
Browse files

trusty: fuzz: Link libtrusty_test statically

Simplifies development flow because libtrusty_test.so doesn't need to be
pushed with the fuzzer.

Bug: 171750250
Test: m trusty_gatekeeper_fuzzer && adb sync data && \
adb shell /data/fuzz/arm64/trusty_gatekeeper_fuzzer/trusty_gatekeeper_fuzzer
Change-Id: I7c83b5784ede4881dcd9c2dd33c97bf49fcde6ff

Change-Id: Iba60f03000bfca15b00e484ef3a168604c65554a
parent 673b6d47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,10 +39,10 @@ cc_library {
    export_include_dirs: ["include"],
    static_libs: [
        "libFuzzer",
        "libtrusty_test",
    ],
    shared_libs: [
        "libtrusty_coverage",
        "libtrusty_test",
        "libbase",
        "liblog",
    ],