| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I6a139630a325f3537961cc5be2726816a060bb65
|
|
|
|
| |
Change-Id: I9f3fc572c3af6d8457a75cebae1aa6a850511afc
|
|
|
|
| |
Change-Id: Ic2bfe71de73ee27d44b6004dd66893374e140bba
|
|
|
|
| |
Change-Id: I7a7cdd38edfd6cc0d4272faad3df4c1c34b724cd
|
|
This adds a "find_java.exe" that will be packages
in SDK/tools/lib. It will be used by android.bat
and the other launchers to locate the best version
of java to use for our tools (currently we have
a find_java.bat that uses DOS commands to achieve
something similar but more limited).
In addition this creates a static "findjavalib"
that is used by the NSIS installer to locate
java and get its version (to complain in case we
only find a Java 1.4 or lesser). The goal is for
the installer to use the same logic as the tools
will use to locate the java binary.
Change-Id: Ic2efb388135087bab9687c3332882047fd041b1c
|