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
This commit is contained in:
Elliott Hughes 2018-06-06 10:48:41 -07:00
parent d580c441ab
commit f6d7594d7f
1 changed files with 3 additions and 0 deletions

View File

@ -232,6 +232,9 @@ cc_test {
"tests/files/offline/straddle_arm/*",
"tests/files/offline/straddle_arm64/*",
],
required: [
"libunwindstack_local",
],
}
//-------------------------------------------------------------------------