From be0f4a1fc97265ac5a647729affb04efb420e1f6 Mon Sep 17 00:00:00 2001 From: Max Schillinger Date: Wed, 2 Feb 2022 22:02:58 +0100 Subject: [PATCH] Makefile: Pass full path when calling apksigner --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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