Merge "Fix number of arguments in otapreopt v4" am: 7c7a04c934
am: cfb6267fb7

Change-Id: Icdddfc16bb2a84091494c26ed97e2e480b6bca36
diff --git a/cmds/installd/otapreopt.cpp b/cmds/installd/otapreopt.cpp
index 60ad14b..3909cb8 100644
--- a/cmds/installd/otapreopt.cpp
+++ b/cmds/installd/otapreopt.cpp
@@ -621,7 +621,7 @@
             }
         }
 
-        if (param_index != 12) {
+        if (param_index != 13) {
             LOG(ERROR) << "Not enough parameters";
             return false;
         }