commit | 063183f20311121771e0aacddb394337626eaad6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 06 19:47:02 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 06 19:47:02 2018 +0000 |
tree | 702d154aa878f43e7ad620e4bd70492985a83459 | |
parent | 2a7c887198939ac1d32cabfb916b902d0a0986d5 [diff] | |
parent | f6d7594d7f08df16d7df60b86205ce530dc6137c [diff] |
Merge "Try to fix LocalUnwinderTest.unwind_after_dlopen in APCT."
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 @@ "tests/files/offline/straddle_arm/*", "tests/files/offline/straddle_arm64/*", ], + required: [ + "libunwindstack_local", + ], } //-------------------------------------------------------------------------