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

Commit 34aac2be authored by Steven Moreland's avatar Steven Moreland
Browse files

example_service_fuzzer: explicit deps

Not detected automatically.

Bug: 280164233
Test: check data/fuzz/x86_64/lib
Change-Id: I8892a0367712da4c0ddedb83902dcc10a3a113d1
parent 71ea90d3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -19,6 +19,11 @@ rust_fuzz {
    srcs: [
        "service_fuzzer.rs",
    ],
    shared_libs: [
        "libbinder",
        "libbinder_ndk",
        "libutils",
    ],
    rustlibs: [
        "libbinder_rs",
        "libbinder_random_parcel_rs",