Set materialized file names correctly.
Change-Id: I0848ad4da4f2033dd7804686e65bd44c690a2036
diff --git a/src/utils.h b/src/utils.h
index f94c05e..994e9bc 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -283,7 +283,7 @@
const char* GetAndroidData();
// Returns the art-cache location, or dies trying.
-std::string GetArtCacheOrDie();
+std::string GetArtCacheOrDie(const char* android_data);
// Returns the art-cache location for a DexFile or OatFile, or dies trying.
std::string GetArtCacheFilenameOrDie(const std::string& location);