OSDN Git Service

Fix broken generation of default keystore. Do not merge.
authorXavier Ducrohet <xav@android.com>
Thu, 29 Jul 2010 19:05:51 +0000 (12:05 -0700)
committerXavier Ducrohet <xav@android.com>
Thu, 29 Jul 2010 19:11:55 +0000 (12:11 -0700)
commit7327c9ef33e128e57f181b543b9b6ce750ddc7c8
treed7138c8107e12d12b8454ef1ffce0269770cfae7
parent8897c0abc1e846daaed206d3c435493030270486
Fix broken generation of default keystore. Do not merge.

The location of the debug keystore was validated (to make sure
it was not a directory or an unreadable file), but it also threw
an exception if the file didn't exist, preventing the creation
from happening.

This is integrated from master.

Change-Id: I4025bb7282c1c4ea5dd56d6c2497c9c670ee5579
sdkmanager/libs/sdklib/src/com/android/sdklib/build/ApkBuilder.java