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

Commit baca8f7c authored by Pete Bentley's avatar Pete Bentley
Browse files

Update CFLAGS to match latest BoringSSL fuzzing ones.

Flag: EXEMPT bugfix
Test: mm
Change-Id: I0b57e628738bbe8e5934072fcddda8aaa712e7d6
parent 92e0a7e6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -23,16 +23,16 @@ cc_fuzz {
    // Not using libbinder_tls_shared_deps to use deterministic boringssl libraries.
    static_libs: [
        "libbase",
        "libcutils",
        "liblog",
        "libbinder_test_utils",
        "libbinder_tls_static",
        "libbinder_tls_test_utils",
        "libssl_fuzz_unsafe",
        "libcrypto_fuzz_unsafe",
        "libcutils",
        "liblog",
        "libssl_fuzz_unsafe",
    ],
    cflags: [
        "-DBORINGSSL_UNSAFE_DETERMINISTIC_MODE", // for RAND_reset_for_fuzzing
        "-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION", // for RAND_reset_for_fuzzing
    ],
    target: {
        android: {