Merge "Try to fix LocalUnwinderTest.unwind_after_dlopen in APCT."

am: 063183f203

Change-Id: If21b1035a75c2403d6b1a199a30984cc2dcf8132
This commit is contained in:
Elliott Hughes 2018-06-06 13:34:15 -07:00 committed by android-build-merger
commit a0e9af8ab7
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",
],
}
//-------------------------------------------------------------------------