commit | 7ea0891b2a4b9d64a7c4b5e422b4047493daddac | [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 | 71cc007bbf9adf8621156153962d5824d37c9a0c [diff] | |
parent | e0b849b0ad93032b1eb35e0b142b4fdc72d80616 [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", + ], } //-------------------------------------------------------------------------