summaryrefslogtreecommitdiff
path: root/runtime/class_linker.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-03-28 16:23:24 -0700
committer David Brazdil <dbrazdil@google.com> 2018-03-29 08:38:02 +0100
commit80f5fe5fa4fd4044c409b39db0f6b1b77542ce6e (patch)
tree5659aa522815a24915e77711dc1d9d19defadad8 /runtime/class_linker.cc
parentbe4aa299da3c547c1854b934ba7f6b42c1e4130b (diff)
ART: Refactor hidden_api
Add hidden_api.cc, move handling of hidden fields there. Also remove an unnecessary include that meant hidden_api was imported into too many compilation units, and fix transitive includes. Bug: 73896556 Test: mmma art Test: m test-art-host Change-Id: Ie47e11abcea68e326c410bab215ebbfbf049051b (cherry picked from commit aa12001baf69c124ab3901c13385aaa43fc76987)
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r--runtime/class_linker.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc
index 6229822068..879301c4a0 100644
--- a/runtime/class_linker.cc
+++ b/runtime/class_linker.cc
@@ -72,6 +72,7 @@
#include "gc/space/space-inl.h"
#include "gc_root-inl.h"
#include "handle_scope-inl.h"
+#include "hidden_api.h"
#include "image-inl.h"
#include "imt_conflict_table.h"
#include "imtable-inl.h"