abouttreesummaryrefslogcommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Schillinger2022-02-02 22:02:58 +0100
committerJules Aguillon2022-02-05 20:15:29 +0100
commitbe0f4a1fc97265ac5a647729affb04efb420e1f6 (patch)
treeab421f6d21583e12b2ef0a35b9ac21e90893fd17 /Makefile
parentb913d6842f6ffb02b8821eb0dbce24342490017c (diff)
downloadunexpected-keyboard-be0f4a1fc97265ac5a647729affb04efb420e1f6.tar.gz
unexpected-keyboard-be0f4a1fc97265ac5a647729affb04efb420e1f6.zip
Makefile: Pass full path when calling apksigner
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b873e4..bf04f7b 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ $(DEBUG_KEYSTORE):
-keyalg rsa -storepass $(DEBUG_PASSWD) -validity 10000
_build/%.debug.apk: _build/%.debug.unsigned-apk $(DEBUG_KEYSTORE)
- apksigner sign --in "$<" --out "$@" \
+ $(ANDROID_BUILD_TOOLS)/apksigner sign --in "$<" --out "$@" \
--ks $(DEBUG_KEYSTORE) --ks-key-alias debug --ks-pass "pass:$(DEBUG_PASSWD)"
# Debug apk