abouttreesummaryrefslogcommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJules Aguillon2022-02-05 20:22:40 +0100
committerJules Aguillon2022-02-05 20:22:40 +0100
commite86173b8953ab873cf0ff4126824800d6cb19811 (patch)
tree92e8b26397c0b1040e5e811cd6f8eadea1e4cfe2 /Makefile
parentbe0f4a1fc97265ac5a647729affb04efb420e1f6 (diff)
downloadunexpected-keyboard-e86173b8953ab873cf0ff4126824800d6cb19811.tar.gz
unexpected-keyboard-e86173b8953ab873cf0ff4126824800d6cb19811.zip
Use apksigner from the build tools for release builds too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf04f7b..10f7fb4 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ _build/$(PACKAGE_NAME).debug.unsigned-apk: AAPT_PACKAGE_FLAGS+=--rename-manifest
# it is interpreted as a shell script
_build/%.apk: _build/%.unsigned-apk %-keystore.conf
eval `cat $(word 2,$^)` && \
- apksigner sign --in "$<" --out "$@" \
+ $(ANDROID_BUILD_TOOLS)/apksigner sign --in "$<" --out "$@" \
--ks "$$KEYSTORE" --ks-key-alias "$$KEYNAME" --ks-pass "pass:$$KEYSTOREPASS"
# Package