In the bat launcher for Windows, copy all the
JARs needed to run the UI in a temp folder and execute
from there.
This allows the updater to update the tools folder
without locking itself.
Merge commit 'e0bf8162f078d0d9e6170110cd8ab40a8fe8ab1a'
* commit 'e0bf8162f078d0d9e6170110cd8ab40a8fe8ab1a':
testrunner: Allow spaces in instrumentation arguments and remove check for test
Merge commit '14b3c0c9a440016b996c485b820f1bd57bd63695'
* commit '14b3c0c9a440016b996c485b820f1bd57bd63695':
Fix relative class path arg handling in runtest, and some lint errors.
Merge commit 'afc27acae7da84453047088b7e19b07eef0dc734'
* commit 'afc27acae7da84453047088b7e19b07eef0dc734':
Add support for LOCAL_C_INCLUDES in Android.mk, to better match the Android build system.
Merge commit 'a2ab2ac35e646a9a7ce25140c81783ea5991b8b2'
* commit 'a2ab2ac35e646a9a7ce25140c81783ea5991b8b2':
Add support for LOCAL_ARM_MODE and .arm source file name suffix.
Merge commit '90fc97997727e094f07921486072090d33025d5b'
* commit '90fc97997727e094f07921486072090d33025d5b':
Fix several typos in the NDK build system that caused quite a few bugs:
Merge commit '8aa42da0f27be2437e02f43c203dc55ca085ee77'
* commit '8aa42da0f27be2437e02f43c203dc55ca085ee77':
Skins can now provide their own hardware support (via AVDs)
Merge commit 'e715cadd4115c2e6a97745aa6d808d9a24271a3f'
* commit 'e715cadd4115c2e6a97745aa6d808d9a24271a3f':
Fix build/host-setup.sh to run as a Bourne shell script and add better host detection:
Merge commit '28bc5dc3078a0f02ac066ea797fad765dea65f81'
* commit '28bc5dc3078a0f02ac066ea797fad765dea65f81':
Remove individual .gitignore files and move their content to a single top-level one
Merge commit '36c0ffd88f094d063aa5d61860b3711b853063f0'
* commit '36c0ffd88f094d063aa5d61860b3711b853063f0':
Details dialog for AVD from the avd selector.
- the "manager" button on the AVD selector (when not in manager
will open the Android SDK window
- the AVD manager in the eclipse toolsbar open the Android SDK
window as well.
Still left to do:
- remove the now obsolete AVD wizard
- figure out what to do with the other pages.
Merge commit '6fe28b1f7fb5f4297210eb7e0de5cad7ba563551'
* commit '6fe28b1f7fb5f4297210eb7e0de5cad7ba563551':
SDK Updater: Store local source properties when installing.
Merge commit '764d3fa70d42a79e2ee999b790e69fc55f12bf61'
* commit '764d3fa70d42a79e2ee999b790e69fc55f12bf61':
Add support for running host java tests to runtest.
* changes:
Add support for LOCAL_ARM_MODE and .arm source file name suffix. Also update docs/INSTALL.TXT to explain that MSys is not supported under Windows.
* changes:
Fix build/host-setup.sh to run as a Bourne shell script and add better host detection: - add --help, --verbose options - check for GNU Make availability and version by default, override with --no-make-check - better traces