diff options
| author | 2017-03-31 07:50:15 +0000 | |
|---|---|---|
| committer | 2017-03-31 07:50:15 +0000 | |
| commit | 55cfd8607fe0d3b32b2db24ff31a321b481515ef (patch) | |
| tree | 3df83c4cc5bbfda2ff093e6ff57aa6da96bf13a9 | |
| parent | 75500cc6fda99823c78e93ea93a738f3fd0d485b (diff) | |
| parent | 804b145356a00301f3d1c3d03fafe23f599e554c (diff) | |
Merge "Remove obsolete and unused PATCHOAT_FOR_RELOCATION."
am: 804b145356
Change-Id: I0c9a38e9be249bcb81f7b04b436a00d60b779fc5
| -rw-r--r-- | cmds/installd/dexopt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/installd/dexopt.h b/cmds/installd/dexopt.h index dbf3faeacd..f144be829d 100644 --- a/cmds/installd/dexopt.h +++ b/cmds/installd/dexopt.h @@ -30,7 +30,6 @@ static constexpr int DEX2OAT_FROM_SCRATCH = 1; static constexpr int DEX2OAT_FOR_BOOT_IMAGE = 2; static constexpr int DEX2OAT_FOR_FILTER = 3; static constexpr int DEX2OAT_FOR_RELOCATION = 4; -static constexpr int PATCHOAT_FOR_RELOCATION = 5; // Clear the reference profile for the primary apk of the given package. bool clear_primary_reference_profile(const std::string& pkgname); |