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

Commit 86a633d6 authored by Christopher Ferris's avatar Christopher Ferris Committed by android-build-merger
Browse files

Merge "Remove unnecessary references to libunwind." am: c5943fd3

am: 08e5b5cb

Change-Id: Ie86bdf7abbf2971a3646b845b50b522b7d4c2308
parents 1805ccac 08e5b5cb
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -22,11 +22,6 @@ cc_defaults {
        "-Werror",
    ],

    // The latest clang (r230699) does not allow SP/PC to be declared in inline asm lists.
    clang_cflags: ["-Wno-inline-asm"],

    include_dirs: ["external/libunwind/include/tdep"],

    target: {
        darwin: {
            enabled: false,
@@ -92,7 +87,6 @@ cc_library {
            shared_libs: [
                "libbase",
                "liblog",
                "libunwind",
                "libunwindstack",
                "libdexfile",
            ],