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

Commit 567cf05a authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "Revert "Enable serialization_fuzzer to be built for the host"" am:...

Merge "Revert "Enable serialization_fuzzer to be built for the host"" am: 52d6f602 am: 10ea6cbe am: b4c2d043

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1482700

Change-Id: I87c8a6e7a6c416406b78a02af32c427a25a2de71
parents 4943897f b4c2d043
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
cc_library_headers {
cc_library_headers {
    name: "libpdx_headers",
    name: "libpdx_headers",
    host_supported: true,
    export_include_dirs: ["private"],
    export_include_dirs: ["private"],
    vendor_available: true,
    vendor_available: true,
    min_sdk_version: "29",
    min_sdk_version: "29",
@@ -8,7 +7,6 @@ cc_library_headers {


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


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