diff options
| author | Max Schillinger | 2022-02-02 22:02:58 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-05 20:15:29 +0100 |
| commit | be0f4a1fc97265ac5a647729affb04efb420e1f6 (patch) | |
| tree | ab421f6d21583e12b2ef0a35b9ac21e90893fd17 /Makefile | |
| parent | b913d6842f6ffb02b8821eb0dbce24342490017c (diff) | |
| download | unexpected-keyboard-be0f4a1fc97265ac5a647729affb04efb420e1f6.tar.gz unexpected-keyboard-be0f4a1fc97265ac5a647729affb04efb420e1f6.zip | |
Makefile: Pass full path when calling apksigner
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
