mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Android: Fix creation of debug key if ~/.android doesn't exist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29753 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c6e6710bcf
commit
f29c9d2289
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ $(TEMP_APK): $(AP_) $(LIBS) $(DEX) | $(DIRS)
|
||||||
-u -z $(AP_) -f $(DEX) -nf $(BUILDDIR)/libs
|
-u -z $(AP_) -f $(DEX) -nf $(BUILDDIR)/libs
|
||||||
|
|
||||||
$(KEYSTORE):
|
$(KEYSTORE):
|
||||||
|
$(SILENT)mkdir $(HOME)/.android
|
||||||
$(call PRINTS,KEYTOOL debug.keystore)keytool -genkey \
|
$(call PRINTS,KEYTOOL debug.keystore)keytool -genkey \
|
||||||
-alias androiddebugkey -keystore $@ \
|
-alias androiddebugkey -keystore $@ \
|
||||||
-storepass android -keypass android -validity 365 \
|
-storepass android -keypass android -validity 365 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue