abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorJules Aguillon2022-04-16 23:38:16 +0200
committerJules Aguillon2022-04-16 23:38:16 +0200
commit2cce0fed672b58b77802948a2f6bb2d2273bd3bf (patch)
tree8bbb7cd163637874b4469bc55b9a411aa597bd5f
parent9a8c4f291da8babf3560e509554c78e1991cb22c (diff)
downloadunexpected-keyboard-2cce0fed672b58b77802948a2f6bb2d2273bd3bf.tar.gz
unexpected-keyboard-2cce0fed672b58b77802948a2f6bb2d2273bd3bf.zip
Makefile: Pass -r to adb install
Fails to update on some versions of Android without it.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07b7228..a606299 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ debug: _build/$(PACKAGE_NAME).debug.apk
release: _build/$(PACKAGE_NAME).apk
installd: _build/$(PACKAGE_NAME).debug.apk
- adb install "$<"
+ adb install -r "$<"
clean:
rm -rf _build/*.dex _build/class _build/gen _build/*.apk _build/*.unsigned-apk \