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

Commit 616a23a9 authored by Kris Alder's avatar Kris Alder Committed by Automerger Merge Worker
Browse files

Merge "enable fuzzing trusty targets automatically" am: d5bd5437 am: 14647aba

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1625099

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I29799f864354812e441ef3d7d34f3dbc031bb4fe
parents e0cf9265 14647aba
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,
    },
}