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

Commit 61c56e86 authored by Branden Archer's avatar Branden Archer
Browse files

Enable serialization_fuzzer to be built for the host

Bug: 170243740
Test: Builds and runs on host
Change-Id: Ic547e18baf92150877763a8298ea56d6719b6744
parent 96203256
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
cc_library_headers {
    name: "libpdx_headers",
    host_supported: true,
    export_include_dirs: ["private"],
    vendor_available: true,
    min_sdk_version: "29",
@@ -7,6 +8,7 @@ cc_library_headers {

cc_library_static {
    name: "libpdx",
    host_supported: true,
    clang: true,
    cflags: [
        "-Wall",
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ cc_fuzz {

cc_fuzz {
    name: "libpdx_serialization_fuzzer",
    host_supported: true,
    clang: true,
    srcs: [
        "serialization_fuzzer.cpp",