diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-04-21 09:04:04 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-04-21 09:04:04 +0000 |
| commit | f29c9d228983e4ef01c78ba9f696b0a40ba71d5f (patch) | |
| tree | d0ee854775dc98a219cbde922738a7419f5ad8b1 /android | |
| parent | c6e6710bcf317ff8df2e1ecbcb2577ebaf38f90f (diff) | |
| download | rockbox-f29c9d228983e4ef01c78ba9f696b0a40ba71d5f.zip rockbox-f29c9d228983e4ef01c78ba9f696b0a40ba71d5f.tar.gz rockbox-f29c9d228983e4ef01c78ba9f696b0a40ba71d5f.tar.bz2 rockbox-f29c9d228983e4ef01c78ba9f696b0a40ba71d5f.tar.xz | |
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
Diffstat (limited to 'android')
| -rw-r--r-- | android/android.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/android.make b/android/android.make index 3f425ca..8f19d99 100644 --- a/android/android.make +++ b/android/android.make @@ -109,6 +109,7 @@ $(TEMP_APK): $(AP_) $(LIBS) $(DEX) | $(DIRS) -u -z $(AP_) -f $(DEX) -nf $(BUILDDIR)/libs $(KEYSTORE): + $(SILENT)mkdir $(HOME)/.android $(call PRINTS,KEYTOOL debug.keystore)keytool -genkey \ -alias androiddebugkey -keystore $@ \ -storepass android -keypass android -validity 365 \ |