Commit 1b511f9
[Xamarin.Android.Tools.AndroidSdk] Prefer OpenJDK path on Windows (#31)
Context: https://paper.dropbox.com/doc/OpenJDK-and-You--AH1yWKdVXgno~uXYfmcUAZTwAg-NoECAe2XkBQeoxFfGL6ea
On Windows, as part of the Visual Studio installer, we can install a
Microsoft-maintained OpenJDK.
(This is done principally because Google's Android SDK tooling still
requires JDK 1.8, and Oracle will be making it more difficult to
download and install JDK 1.8 at a future point in time. We have
deemed it easier to maintain and install our own OpenJDK 1.8 build
so that Google's Android SDK tooling can continue to run.)
Microsoft's OpenJDK install has priority when determining a default
JDK for developers.1 parent fc1a883 commit 1b511f9
File tree
1 file changed
+33
-0
lines changed- src/Xamarin.Android.Tools.AndroidSdk/Sdks
1 file changed
+33
-0
lines changedLines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
106 | 119 | | |
107 | 120 | | |
108 | 121 | | |
| |||
114 | 127 | | |
115 | 128 | | |
116 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
117 | 150 | | |
118 | 151 | | |
119 | 152 | | |
| |||
0 commit comments