Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55cfd860 authored by Richard Uhler's avatar Richard Uhler Committed by android-build-merger
Browse files

Merge "Remove obsolete and unused PATCHOAT_FOR_RELOCATION."

am: 804b1453

Change-Id: I0c9a38e9be249bcb81f7b04b436a00d60b779fc5
parents 75500cc6 804b1453
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,6 @@ static constexpr int DEX2OAT_FROM_SCRATCH = 1;
static constexpr int DEX2OAT_FOR_BOOT_IMAGE      = 2;
static constexpr int DEX2OAT_FOR_BOOT_IMAGE      = 2;
static constexpr int DEX2OAT_FOR_FILTER          = 3;
static constexpr int DEX2OAT_FOR_FILTER          = 3;
static constexpr int DEX2OAT_FOR_RELOCATION      = 4;
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.
// Clear the reference profile for the primary apk of the given package.
bool clear_primary_reference_profile(const std::string& pkgname);
bool clear_primary_reference_profile(const std::string& pkgname);