summaryrefslogtreecommitdiff
path: root/tools/bit/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bit/main.cpp')
-rw-r--r--tools/bit/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bit/main.cpp b/tools/bit/main.cpp
index 0f555b11d30f..1a91f52bc6cf 100644
--- a/tools/bit/main.cpp
+++ b/tools/bit/main.cpp
@@ -856,7 +856,7 @@ run_phases(vector<Target*> targets, const Options& options)
// TODO: if (!apk.file.fileInfo.exists || apk.file.HasChanged())
err = run_adb("shell", "mkdir", "-p", dir.c_str(), NULL);
check_error(err);
- err = run_adb("push", pushed.file.filename.c_str(), pushed.dest.c_str());
+ err = run_adb("push", pushed.file.filename.c_str(), pushed.dest.c_str(), NULL);
check_error(err);
// pushed.installed = true;
}