Fix the build

Change-Id: I2ae07e94eb68dd261b3978671aec88c25cd2518e
diff --git a/updater/install.c b/updater/install.c
index d89aa28..7f6a991 100644
--- a/updater/install.c
+++ b/updater/install.c
@@ -31,7 +31,7 @@
 #include "edify/expr.h"
 #include "mincrypt/sha.h"
 #include "minzip/DirUtil.h"
-#include "mtdutils/mounts.h"
+#include "mounts.h"
 #include "mtdutils/mtdutils.h"
 #include "updater.h"
 #include "applypatch/applypatch.h"
@@ -683,7 +683,7 @@
     if (0 == restore_raw_partition(partition, filename))
         result = strdup(partition);
     else
-        result = success ? partition : strdup("");
+        result = strdup("");
 
 done:
     if (result != partition) free(partition);