Home
last modified time | relevance | path

Searched refs:disable_cdex (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Drun_dex2oat.cpp190 const bool disable_cdex = !generate_compact_dex || (input_vdex.fd() == output_vdex.fd()); in PrepareCompilerConfigFlags() local
191 if (disable_cdex) { in PrepareCompilerConfigFlags()