|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Code changed in jenkins
User: Christopher Orr
Path:
src/main/java/hudson/plugins/android_emulator/Constants.java
src/main/java/hudson/plugins/android_emulator/EmulatorConfig.java
src/main/java/hudson/plugins/android_emulator/SdkInstaller.java
http://jenkins-ci.org/commit/android-emulator-plugin/485d72b223982e91cc627c02d5ca943ee2eb5345
Log:
[FIXED JENKINS-14741] Allow for the x86 ABI for android-10.
Google now host the x86 ABI for android-10 rather than Intel,
in the process making it a proper system-image rather than an
add-on. This caused problems with determining if the configured
AVD required an ABI, so now we add some more special handling
for this case.