commit | 46ee31b67d7ee1bd085fbc240502053caa3cf8fa | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Dec 14 10:11:49 2016 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Dec 15 09:50:39 2016 -0800 |
tree | 83e870f293cd60d533207e389d7b094acd87b31f | |
parent | 9538f9e2a5d03f1b1bc07ebfbd93b61dcf8ad604 [diff] [blame] |
ART: Move to libbase StringPrintf Remove ART's StringPrintf implementation. Fix up clients. Add missing includes where necessary. Test: m test-art-host Change-Id: I564038d5868595ac3bb88d641af1000cea940e5a
diff --git a/runtime/reflection.cc b/runtime/reflection.cc index 8446b52..4d24501 100644 --- a/runtime/reflection.cc +++ b/runtime/reflection.cc
@@ -34,6 +34,8 @@ namespace art { +using android::base::StringPrintf; + class ArgArray { public: ArgArray(const char* shorty, uint32_t shorty_len)