summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-06-06 10:48:41 -0700
committerElliott Hughes <enh@google.com>2018-06-06 10:48:41 -0700
commit162b33112c398312fde7622190a50a22b8b670aa (patch)
tree5b7d3a35897ba5185d0f0c19ce428c143d7db496
parent22980120c2b1ac899e3c1b4032b79ec03f308a1f (diff)
downloadunwinding-162b33112c398312fde7622190a50a22b8b670aa.tar.gz
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
-rw-r--r--libunwindstack/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 26be64d..d4cef7c 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -232,6 +232,9 @@ cc_test {
"tests/files/offline/straddle_arm/*",
"tests/files/offline/straddle_arm64/*",
],
+ required: [
+ "libunwindstack_local",
+ ],
}
//-------------------------------------------------------------------------