Merge commit 'b824d519146a813dff72f4baa4a1c7abbf78b962'
* commit 'b824d519146a813dff72f4baa4a1c7abbf78b962':
Distinguish jar folders and jar files in ApkBuilder script
Merge commit '3724033353aa535248659ad86f4d4c1c2a10fb75' into eclair-plus-aosp
* commit '3724033353aa535248659ad86f4d4c1c2a10fb75':
Add a new skin to the SDK.
Merge commit '36ee5dafd0e106e40f6f1d3e3dffd60315ea659f' into eclair-plus-aosp
* commit '36ee5dafd0e106e40f6f1d3e3dffd60315ea659f':
Distinguish jar folders and jar files in ApkBuilder script
Automatic extraction of the application.package property has been added
leveradging xpath ant task. This reduces redundancy, removes hardcoded
application.package and solves bug with uninstalling test application
package. In order to function properly needs removing application.package
from build.properties file.
Merge commit '780a7fa1f51a9d42e644401ef69b79e151198794' into eclair-plus-aosp
* commit '780a7fa1f51a9d42e644401ef69b79e151198794':
Add build path info to runtest --list_tests
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.