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

Commit e529e492 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

Change-Id: I27b45ee054f23c0c42b265d3f5dc01ab7c9e8905
parents af37a3e7 65673033
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,
        },
    },
}