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

Commit 7a490ba2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes I7a307698,Id11e1b95 am: 6b7710c3 am: 466ca7af

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

Change-Id: Ic6ea34f24d72a36cfbf6508d91aee495114e2a01
parents 437a5e70 466ca7af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,12 +30,12 @@ cc_fuzz {
    ],
    static_libs: [
        "libcmd",
        "libutils",
        "liblog",
        "libselinux",
    ],
    shared_libs: [
        "libbinder",
        "libutils",
    ],
    fuzz_config: {
        cc: [
+2 −1
Original line number Diff line number Diff line
@@ -22,18 +22,19 @@ cc_fuzz {
        "libbase",
        "libcutils",
        "liblog",
        "libutils",
    ],

    target: {
        android: {
            shared_libs: [
                "libbinder",
                "libutils",
            ],
        },
        host: {
            static_libs: [
                "libbinder",
                "libutils",
            ],
        },
    },