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.
Merge commit '75abfbd0a575b7747279a9059d46a4741f0ca5cd'
* commit '75abfbd0a575b7747279a9059d46a4741f0ca5cd':
Put back support for hardware.ini at the top level of an add-on.
This is to avoid using default location for the emma dump file (coverage.ec)
which is generated on the device. Pointing out the custom location (which
for now is the same as the default one) is more straightforward and
will be important if the default location changes in the future.
Merge commit 'c1d51f7544c5aeaca70f1f769965a621869b5c82' into eclair-plus-aosp
* commit 'c1d51f7544c5aeaca70f1f769965a621869b5c82':
Remove IM from code coverage targets.