|
||||||||
|
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/d/optout.

Code changed in jenkins
User: Christopher Orr
Path:
src/main/java/hudson/plugins/android_emulator/AndroidEmulator.java
src/main/java/hudson/plugins/android_emulator/EmulatorConfig.java
src/main/java/hudson/plugins/android_emulator/SdkInstaller.java
src/main/java/hudson/plugins/android_emulator/sdk/AndroidSdk.java
src/main/java/hudson/plugins/android_emulator/util/Utils.java
src/test/java/hudson/plugins/android_emulator/sdk/AndroidSdkTest.java
src/test/java/hudson/plugins/android_emulator/util/UtilsTest.java
http://jenkins-ci.org/commit/android-emulator-plugin/b02c1cf8f0cc6b6fbc3686bcd0d3334a414a13c0
Log:
[FIXED JENKINS-26893] Disable the Android bug #34233 workaround on newer SDKs.
We no longer need to avoid the 64-bit emulators as of SDK tools version 22.6,
and the 32-bit emulators are no longer bundled on OS X, so hardcoding the usage
of `emulator-arm` was no longer working.
Now we only apply the workaround if an affected SDK tools version is installed.