summarylogtreecommitdiffstats
path: root/patch.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patch.diff')
-rw-r--r--patch.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/patch.diff b/patch.diff
new file mode 100644
index 000000000000..f19d72ce38d9
--- /dev/null
+++ b/patch.diff
@@ -0,0 +1,19 @@
+*** main.rs 2017-10-28 18:28:50.000000000 +0530
+--- main.rs 2018-03-12 21:52:58.353423751 +0530
+***************
+*** 80,86 ****
+
+ fn execute(&self, args: &CommandLineArguments) -> Result<(), CommandExecutionError> {
+ info!(target: TAG, "Installing gnirehtet client...");
+! exec_adb(args.serial(), vec!["install", "-r", "gnirehtet.apk"])
+ }
+ }
+
+--- 80,86 ----
+
+ fn execute(&self, args: &CommandLineArguments) -> Result<(), CommandExecutionError> {
+ info!(target: TAG, "Installing gnirehtet client...");
+! exec_adb(args.serial(), vec!["install", "-r", "/usr/share/gnirehtet/gnirehtet.apk"])
+ }
+ }
+