diff options
Diffstat (limited to 'runtime/utils.h')
| -rw-r--r-- | runtime/utils.h | 1 |
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. |