Merge commit '009801b0ad5303a4f9cf9fd9496653bd1cd846de'
* commit '009801b0ad5303a4f9cf9fd9496653bd1cd846de':
SDK Updater: detect when install addon or tools to deal with
Merge commit 'fa9cd9a69431cb3a6e1be4092ee498a56714e093'
* commit 'fa9cd9a69431cb3a6e1be4092ee498a56714e093':
SDK Updater: fix android.bat for Windows to change dirs to the
Merge commit '24d287822ff025d65f1767de6ce1d1350e5948f9'
* commit '24d287822ff025d65f1767de6ce1d1350e5948f9':
SDK Updater: Make it possible for tools to update themselves.
Merge commit '59fc8c9d062dbec25da3599a1e38aabaa4b0be8f'
* commit '59fc8c9d062dbec25da3599a1e38aabaa4b0be8f':
All actions in AdvManager now receives their own ISdkLog.
Merge commit '9cf8f819fa655302855789136824573ca98d668d'
* commit '9cf8f819fa655302855789136824573ca98d668d':
SDK Updater: Add repository.xml if not specified in URLs
Merge commit 'e78015c12dc2598a466eec76aa57f72280e09bcf'
* commit 'e78015c12dc2598a466eec76aa57f72280e09bcf':
Plug the Android SDK window as the AVD manager.
Merge commit '52c978444074e4425de3434b06c12d560ff59419'
* commit '52c978444074e4425de3434b06c12d560ff59419':
Bump release version number and speed up make-release.sh script
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.