summaryrefslogtreecommitdiff
path: root/runtime/utils.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2014-06-26 02:57:02 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-06-25 17:34:34 +0000
commit8a9f3ee5c955e4ff7cf9af6551fd432b454c4b13 (patch)
treeadd308298a5486d44caddea120cc9200dd70c38a /runtime/utils.h
parentb849f6dd638fd1246724160cd5c01ab1a5ff33bd (diff)
parent833a48501d560c9fa7fc78ef619888138c2d374f (diff)
Merge "ART: Native support for multidex"
Diffstat (limited to 'runtime/utils.h')
-rw-r--r--runtime/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/utils.h b/runtime/utils.h
index a61d30fb43..68ea47541b 100644
--- a/runtime/utils.h
+++ b/runtime/utils.h
@@ -401,6 +401,7 @@ std::string GetSystemImageFilename(const char* location, InstructionSet isa);
// Returns an .odex file name next adjacent to the dex location.
// For example, for "/foo/bar/baz.jar", return "/foo/bar/<isa>/baz.odex".
+// Note: does not support multidex location strings.
std::string DexFilenameToOdexFilename(const std::string& location, InstructionSet isa);
// Check whether the given magic matches a known file type.