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:
parent
d580c441ab
commit
f6d7594d7f
|
@ -232,6 +232,9 @@ cc_test {
|
|||
"tests/files/offline/straddle_arm/*",
|
||||
"tests/files/offline/straddle_arm64/*",
|
||||
],
|
||||
required: [
|
||||
"libunwindstack_local",
|
||||
],
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue