jenkins-job-builder/tests/wrappers/fixtures/android002.xml
Kyle Rockman 71093f3bda adding support for android emulator
Change-Id: Icced37b818d3c51dbdc3ea43ce9d7e7f5c15e2a1
2015-08-20 16:39:17 -07:00

17 lines
572 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<buildWrappers>
<hudson.plugins.android__emulator.AndroidEmulator>
<avdName>avdname</avdName>
<hardwareProperties/>
<wipeData>true</wipeData>
<showWindow>true</showWindow>
<useSnapshots>true</useSnapshots>
<deleteAfterBuild>true</deleteAfterBuild>
<startupDelay>10</startupDelay>
<commandLineOptions>-gpu on -no-audio</commandLineOptions>
<executable>emulator-arm</executable>
</hudson.plugins.android__emulator.AndroidEmulator>
</buildWrappers>
</project>