aboutsummaryrefslogtreecommitdiffstats
path: root/find_java/find_java.exe.manifest
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove unused project."Paul Duffin2020-05-061-0/+33
| | | | | | | | | This reverts commit eaada771a6e62ca494a625ce1b060f1a94fa9877. Reason for revert: Breaks build_test and other builds Bug: 155862492 Change-Id: I1a14b84d54b05596ec250b31ae56e437cf49fd81
* Remove unused project.Bob Badour2020-05-051-33/+0
| | | | | | | | Remove the source and switch the OWNERS to the janitors to prevent necromancy. Test: treehugger Change-Id: I85d58aafad17c65d7d2963c99409dddf8888fb16
* Windows: "find_java" exe and lib for android.batRaphael2012-01-251-0/+33
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