Merge commit '27e73ec55b1eea4186482ff54aa087eaa4d9263c' into eclair-plus-aosp
* commit '27e73ec55b1eea4186482ff54aa087eaa4d9263c':
Update the SDK/AVD manager toolbar icon tooltip to be consistent.
Merge commit 'd4d74b2b41450290298bb3f20e28afda432ed1b5'
* commit 'd4d74b2b41450290298bb3f20e28afda432ed1b5':
Add an XPath Ant task to be used in the android_rules.xml file.
Merge commit '303d694863f055f09ed9b4a1b2eebeb809a2ddad' into eclair-plus-aosp
* commit '303d694863f055f09ed9b4a1b2eebeb809a2ddad':
Add an XPath Ant task to be used in the android_rules.xml file.
debug-helper macro has been renamed to zipalign-helper to reflect better its
function. Two parameters for input and output packages have been introduced.
Macro has been additionally leveradged in 'release' target where zipalign
was previously called directly, duplicating the code.
Merge commit '7d268ab9b8ea81d888b255dd4f529a4c493fa276'
* commit '7d268ab9b8ea81d888b255dd4f529a4c493fa276':
Add global verbosity control for SDK ant targets
Merge commit 'fddd720cf2530606b86f9a18f6e397dd9988958d' into eclair-plus-aosp
* commit 'fddd720cf2530606b86f9a18f6e397dd9988958d':
Add global verbosity control for SDK ant targets
The user-configurable property 'verbose' has been introduced. It is set by
default to 'false' and switching in on enables verbose mode for all the
intermediate steps for a given target.
This task is designed to run XPath expression targetting Android XML files.
It will handle the Android namespace with the 'android' prefix, and store
the result of the XPath into a property.
Change-Id: I9094f5661d5e1ef86553ee1c54bdeca62366e0cd
classname: XPathTask
classpath: anttasks.jar, sdklib.jar
Usage:
<xpathtask input="path/of/file/to/read" output="name.of.property.to.write"
expression="/xpath/expression/to/evaluate" />
Merge commit 'efae774fbdbc5b36d6903bcbe41522c6efa45861'
* commit 'efae774fbdbc5b36d6903bcbe41522c6efa45861':
Fix the skins to do proper dpad rotation in landscape mode.
Merge commit '4d31089b9d3e990791a14828f899e4843443a184' into eclair-plus-aosp
* commit '4d31089b9d3e990791a14828f899e4843443a184':
Fix the skins to do proper dpad rotation in landscape mode.
Merge commit '6c324cbb238f929103c23a9ee724f694657264d8'
* commit '6c324cbb238f929103c23a9ee724f694657264d8':
Fix a bug in processing jarfolders in ApkBuilder
Merge commit 'fbc5cc7488204b9b74acc587efa3c5d76a52c58b' into eclair-plus-aosp
* commit 'fbc5cc7488204b9b74acc587efa3c5d76a52c58b':
Fix a bug in processing jarfolders in ApkBuilder
Merge commit '9cc8b3f04494cce6b37761eccb259d781dbb5ad6' into eclair-plus-aosp
* commit '9cc8b3f04494cce6b37761eccb259d781dbb5ad6':
Import revised translations. DO NOT MERGE
Merge commit '967b58bed382c3b096e65e8ac7f943c12c96bdb4'
* commit '967b58bed382c3b096e65e8ac7f943c12c96bdb4':
Do not install libsampleplugin by default.
Merge commit '107621ad3120121bfd0eec59f2069995fbe27b0b' into eclair-plus-aosp
* commit '107621ad3120121bfd0eec59f2069995fbe27b0b':
Do not install libsampleplugin by default.
Merge commit '672637fc74a3f3749092e5804337f0b1139469de'
* commit '672637fc74a3f3749092e5804337f0b1139469de':
Specify emma dump file location on the device explicitly
Merge commit '13130ae08d8bf2a7aeb14c4e0cd64fb58ed78ab3' into eclair-plus-aosp
* commit '13130ae08d8bf2a7aeb14c4e0cd64fb58ed78ab3':
Specify emma dump file location on the device explicitly
Merge commit 'd79bf0574736a16f392bc8a157fae357155224c0'
* commit 'd79bf0574736a16f392bc8a157fae357155224c0':
Add support for new framebuffer protocol over adb.
Merge commit '33b4efa5cbf3928cddacf3f45e596a05dc256ab3'
* commit '33b4efa5cbf3928cddacf3f45e596a05dc256ab3':
adding support for plugins to use the java view system.
Merge commit '8399a2bf6d415dc20788167b70b98e24b285466d' into eclair-plus-aosp
* commit '8399a2bf6d415dc20788167b70b98e24b285466d':
Add support for new framebuffer protocol over adb.