diff options
| author | 2018-03-28 16:23:24 -0700 | |
|---|---|---|
| committer | 2018-03-29 08:38:02 +0100 | |
| commit | 80f5fe5fa4fd4044c409b39db0f6b1b77542ce6e (patch) | |
| tree | 5659aa522815a24915e77711dc1d9d19defadad8 /runtime/class_linker.cc | |
| parent | be4aa299da3c547c1854b934ba7f6b42c1e4130b (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.cc | 1 |
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" |