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

Commit deffd43f authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Enable libdemangle and libunwindstack on host bionic" am: 65673033

am: e529e492

Change-Id: I1f9df55f1473e4f803260482942fe1fb0e240050
parents f65c7e24 e529e492
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,
        },
    },
}