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

Commit 4698705f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes I7a307698,Id11e1b95 am: 6b7710c3 am: 466ca7af am: 7a490ba2...

Merge changes I7a307698,Id11e1b95 am: 6b7710c3 am: 466ca7af am: 7a490ba2 am: ac5ebf6e am: 11436ad0

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

Change-Id: Id28ce60ab1ffa1eaaaea1282eaeb38e38d73cbb3
parents 06bddbf2 11436ad0
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",
            ],
        },
    },