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

Commit 5e8ee310 authored by Kris Alder's avatar Kris Alder
Browse files

enable fuzzing trusty targets automatically

The non-test fuzz targets should run automatically in Haiku.

None of these should be built for Host, and all but the
trusty_test_fuzzer should be built for Target.

Test: built locally (make haiku) and checked that non-test trusty fuzz
targets are included as expected.

Change-Id: Ic67b1e1ddea8ed61b83deef66acdeb0891489195
parent 43defd97
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ cc_defaults {
        "-Werror",
    ],
    fuzz_config: {
        fuzz_on_haiku_device: false,
        fuzz_on_haiku_host: false,
    },
}
+4 −1
Original line number Diff line number Diff line
@@ -24,5 +24,8 @@ cc_fuzz {
        "-DTRUSTY_APP_PORT=\"com.android.trusty.sancov.test.srv\"",
        "-DTRUSTY_APP_UUID=\"77f68803-c514-43ba-bdce-3254531c3d24\"",
        "-DTRUSTY_APP_FILENAME=\"srv.syms.elf\"",
    ]
    ],
    fuzz_config: {
        fuzz_on_haiku_device: false,
    },
}