forked from extern/Unexpected-Keyboard
Makefile: Pass full path when calling apksigner
This commit is contained in:
parent
b913d6842f
commit
be0f4a1fc9
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user