diff options
author | Vladimir Marko <vmarko@google.com> | 2019-11-07 09:12:24 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-11-07 09:12:24 -0800 |
commit | 3edb718fcb597eeccfdbd02b4f35c3833a13a6cc (patch) | |
tree | 7fb793aa293908b9218267acbf8e10da14e95031 /runtime/oat_file_assistant_test.cc | |
parent | e9e60bd7707963f3f35ec18b611bc58995620bac (diff) | |
parent | d3d00c06a439f5204b290505a3333f780dd00bce (diff) |
Refactor oat.h.
am: d3d00c06a4
Change-Id: I0c5370f42f68fff1c3179a4a09dff7b7947a1033
Diffstat (limited to 'runtime/oat_file_assistant_test.cc')
-rw-r--r-- | runtime/oat_file_assistant_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/oat_file_assistant_test.cc b/runtime/oat_file_assistant_test.cc index 9a5409f46df..0412ab5909f 100644 --- a/runtime/oat_file_assistant_test.cc +++ b/runtime/oat_file_assistant_test.cc @@ -34,6 +34,7 @@ #include "common_runtime_test.h" #include "dexopt_test.h" #include "hidden_api.h" +#include "oat.h" #include "oat_file.h" #include "oat_file_manager.h" #include "scoped_thread_state_change-inl.h" |