Revert "OtaDexopt: Temporarily disable"
This reverts commit c0ba0e4b0882a2454f162c453099d4371fc66b15.
The underlying issue ('&' as shared library path for system apps) is
fixed and the backwards-compat path (versioning of the protocol) is
merged (commit e164b18c2097c4bd40da0cf559b0339d697896ef).
Bug: 115997390
Change-Id: I235f3f9137daf7d4be502b385783e0dffe2fce62
Test: m
Test: OTA tests
Test: manual OTA
diff --git a/cmds/installd/otapreopt_script.sh b/cmds/installd/otapreopt_script.sh
index 0c586b6..f950276 100644
--- a/cmds/installd/otapreopt_script.sh
+++ b/cmds/installd/otapreopt_script.sh
@@ -18,9 +18,6 @@
# This script will run as a postinstall step to drive otapreopt.
-# Temporarily disable for b/115853663.
-exit 0
-
TARGET_SLOT="$1"
STATUS_FD="$2"