diff options
author | David Sehr <sehr@google.com> | 2018-02-07 15:19:22 -0800 |
---|---|---|
committer | David Sehr <sehr@google.com> | 2018-02-07 15:19:22 -0800 |
commit | 892e675a892413acd52eb1c926ab5820a729ed4e (patch) | |
tree | d7b9d1bf625f632c6fa5b6cf6d532c9c2b216a0d /libunwindstack/tests/DexFileTest.cpp | |
parent | 3ff3ff1c36aa1b764a3cb849b9e2e7f2a358f22e (diff) |
Remove dependency on -no_art variant
Remove an external dependency on a shim I used to protect against
renaming.
Bug: 22322814
Test: make -j 50
Change-Id: I7e6eaee7d82a1a42d4c37daa74803cefc7bb68ce
Diffstat (limited to 'libunwindstack/tests/DexFileTest.cpp')
-rw-r--r-- | libunwindstack/tests/DexFileTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwindstack/tests/DexFileTest.cpp b/libunwindstack/tests/DexFileTest.cpp index 6e05c5ed3..0b02c5bf1 100644 --- a/libunwindstack/tests/DexFileTest.cpp +++ b/libunwindstack/tests/DexFileTest.cpp @@ -25,7 +25,7 @@ #include <unwindstack/MapInfo.h> #include <unwindstack/Memory.h> -#include <dex/code_item_accessors-no_art-inl.h> +#include <dex/code_item_accessors-inl.h> #include <dex/standard_dex_file.h> #include <gtest/gtest.h> |