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

Commit 0f048675 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Enable libdemangle and libunwindstack on host bionic

libunwindstack_test:UnwindTest.* are all failing, but at least this
builds.

Test: Enable host bionic; m
Test: out/soong/host/linux_bionic-x86/nativetest64/libdemangle_test/libdemangle_test
Test: out/soong/host/linux_bionic-x86/nativetest64/libunwindstack_test/libunwindstack_test
Change-Id: Ie6c774ecb4d7a467b5ea7ae977833e9cba178f2d
parent 7dcf0767
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,
        },
    },
}