summaryrefslogtreecommitdiffstats
path: root/runtime/reflection.cc
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-07-16 12:06:35 -0700
committerIan Rogers <irogers@google.com>2014-07-16 12:06:35 -0700
commite5877a12c30afe10a5c6a1afaff7a47ef44a2a5f (patch)
tree161535abb39394fc3b1d96d31625ba7eb61c8497 /runtime/reflection.cc
parentaab012d6196bd29b3167963ec8acb0b9780672b2 (diff)
downloadart-e5877a12c30afe10a5c6a1afaff7a47ef44a2a5f.zip
art-e5877a12c30afe10a5c6a1afaff7a47ef44a2a5f.tar.gz
art-e5877a12c30afe10a5c6a1afaff7a47ef44a2a5f.tar.bz2
Fix x86 build.
Also fix attributes/annotalysis on entrypoint_utils functions now we have clang that is smarter wrt warnings than GCC. Change-Id: I69257b4ad9a27d07acbc973d21a1cfa4260a8ed6
Diffstat (limited to 'runtime/reflection.cc')
-rw-r--r--runtime/reflection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/reflection.cc b/runtime/reflection.cc
index 0af4117..758c1bb 100644
--- a/runtime/reflection.cc
+++ b/runtime/reflection.cc
@@ -20,7 +20,7 @@
#include "common_throws.h"
#include "dex_file-inl.h"
#include "jni_internal.h"
-#include "method_helper.h"
+#include "method_helper-inl.h"
#include "mirror/art_field-inl.h"
#include "mirror/art_method-inl.h"
#include "mirror/class-inl.h"