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

Commit f6d7594d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Try to fix LocalUnwinderTest.unwind_after_dlopen in APCT.

Failure:

  system/core/libunwindstack/tests/LocalUnwinderTest.cpp:181: Failure
  Value of: handle != nullptr
  Actual: false
  Expected: true

Bug: N/A
Test: N/A
Change-Id: I89b3228d51961f7bf952dd01f12f4ee61a97fe91
parent d580c441
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -232,6 +232,9 @@ cc_test {
        "tests/files/offline/straddle_arm/*",
        "tests/files/offline/straddle_arm/*",
        "tests/files/offline/straddle_arm64/*",
        "tests/files/offline/straddle_arm64/*",
    ],
    ],
    required: [
        "libunwindstack_local",
    ],
}
}


//-------------------------------------------------------------------------
//-------------------------------------------------------------------------