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

Commit 65673033 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enable libdemangle and libunwindstack on host bionic"

parents c8490882 0f048675
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -24,6 +24,12 @@ cc_defaults {
        "-Werror",
        "-Wextra",
    ],

    target: {
        linux_bionic: {
            enabled: true,
        },
    },
}

cc_library {
+3 −0
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@ cc_defaults {
        darwin: {
            enabled: false,
        },
        linux_bionic: {
            enabled: true,
        },
    },
}