OSDN Git Service

Fix https download for the standalone version of the SDK Updater
authorXavier Ducrohet <xav@android.com>
Fri, 29 Jan 2010 21:53:40 +0000 (13:53 -0800)
committerXavier Ducrohet <xav@android.com>
Sat, 30 Jan 2010 01:51:06 +0000 (17:51 -0800)
commitf89bdfe5b20157a284bf374d4d2e067e3ae2b9d8
treef98d6c2eccb2924c1d813126cecbfa69a1083f70
parent5f2252290bb88c6552b28ea4b9f2fafae5a49610
Fix https download for the standalone version of the SDK Updater

The problem was due to the launch script completely replacing
java.ext.dirs preventing the VM from accessing the optional
jce.jar package (Java Cryptography Extension).

The launch script now queries the JVM for the current value
of java.ext.dirs (using archquery) to append to it instead
of replacing it.

In order to do that, archquery.jar now outputs only the value
of the queried system property instead of output "name=value"

Bug: 2248892
Change-Id: If17d48e46529bebc1a25daf99f2748e9ec81a214
archquery/src/com/android/archquery/Main.java
changes.txt
sdkmanager/app/etc/android
sdkmanager/app/etc/android.bat