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

Commit fc348739 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...

Merge "Enable libdemangle and libunwindstack on host bionic" am: 65673033 am: e529e492 am: deffd43f
am: 95beb3d3

Change-Id: I24d67a732ebaafa492e6848326fc3936730ccb0a
parents a617ebed 95beb3d3
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -24,6 +24,12 @@ cc_defaults {
        "-Werror",
        "-Werror",
        "-Wextra",
        "-Wextra",
    ],
    ],

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


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