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

Commit 77e16fd3 authored by Yifan Hong's avatar Yifan Hong
Browse files

Revert "Enable serialization_fuzzer to be built for the host"

This reverts commit 61c56e86.

Reason for revert: break mac builds because libbinder cannot
be built on host.

Bug: 172023026
Change-Id: I3ed529b032ae58e0d6c150c0c6e1b0a98f066882
Test: forrest
parent 61c56e86
Loading
Loading
Loading
Loading
+0 −2
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",
@@ -8,7 +7,6 @@ cc_library_headers {

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

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