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

Commit 6b7710c3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I7a307698,Id11e1b95

* changes:
  [binder_rpc_fuzzer] Depend on shared libutils for the device
  [cmd_fuzzer] Depend on libutils.so instead of libutils.a
parents 3aeebcf7 69d31f9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,12 +30,12 @@ cc_fuzz {
    ],
    static_libs: [
        "libcmd",
        "libutils",
        "liblog",
        "libselinux",
    ],
    shared_libs: [
        "libbinder",
        "libutils",
    ],
    fuzz_config: {
        cc: [
+2 −1
Original line number Diff line number Diff line
@@ -22,18 +22,19 @@ cc_fuzz {
        "libbase",
        "libcutils",
        "liblog",
        "libutils",
    ],

    target: {
        android: {
            shared_libs: [
                "libbinder",
                "libutils",
            ],
        },
        host: {
            static_libs: [
                "libbinder",
                "libutils",
            ],
        },
    },