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
This commit is contained in:
parent
3ff3ff1c36
commit
892e675a89
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <android-base/unique_fd.h>
|
||||
|
||||
#include <dex/code_item_accessors-no_art-inl.h>
|
||||
#include <dex/code_item_accessors-inl.h>
|
||||
#include <dex/compact_dex_file.h>
|
||||
#include <dex/dex_file-inl.h>
|
||||
#include <dex/dex_file_loader.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue