diff options
Diffstat (limited to 'runtime/oat_file_assistant.h')
-rw-r--r-- | runtime/oat_file_assistant.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/oat_file_assistant.h b/runtime/oat_file_assistant.h index 2653600f8e..c8337f82f2 100644 --- a/runtime/oat_file_assistant.h +++ b/runtime/oat_file_assistant.h @@ -433,10 +433,10 @@ class OatFileAssistant { // the OatFileInfo object. std::unique_ptr<OatFile> ReleaseFileForUse(); - // Check if we should reject vdex containing cdex code as part of the - // disable_cdex experiment. + // Check if we should reject vdex containing cdex code as part of the cdex + // deprecation. // TODO(b/256664509): Clean this up. - bool CheckDisableCompactDexExperiment(); + bool CheckDisableCompactDex(); private: // Returns true if the oat file is usable but at least one dexopt trigger is matched. This |