summaryrefslogtreecommitdiff
path: root/cmds/installd/installd_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/installd/installd_constants.h')
-rw-r--r--cmds/installd/installd_constants.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmds/installd/installd_constants.h b/cmds/installd/installd_constants.h
index 00d8441607..b5ee481645 100644
--- a/cmds/installd/installd_constants.h
+++ b/cmds/installd/installd_constants.h
@@ -77,12 +77,6 @@ constexpr int DEXOPT_MASK =
constexpr int FLAG_STORAGE_DE = 1 << 0;
constexpr int FLAG_STORAGE_CE = 1 << 1;
-// TODO: import them from dexoptanalyzer.h
-// NOTE: keep in sync with Installer.java
-constexpr int PROFILES_ANALYSIS_OPTIMIZE = 1;
-constexpr int PROFILES_ANALYSIS_DONT_OPTIMIZE_SMALL_DELTA = 2;
-constexpr int PROFILES_ANALYSIS_DONT_OPTIMIZE_EMPTY_PROFILES = 3;
-
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a)))
} // namespace installd