Merge commit 'e336525b2182b41548533898071417e7dc6c1c35' into eclair-plus-aosp
* commit 'e336525b2182b41548533898071417e7dc6c1c35':
Add <jarfile> tag to ApkBuilder ant task
ApkBuilder ant task accepts now the new tag - <jarfile>, used for passing
emma_device.jar to ApkBuilder.
Change-Id: I1757d265609406bc06da370ab0204018a4c8fc4d
Merge commit '48e8ca1f521d33a3d9051db08d06f435906199d6' into eclair-plus-aosp
* commit '48e8ca1f521d33a3d9051db08d06f435906199d6':
Add BluetoothDebug.apk for testing and debugging Bluetooth.
Currently it just registers a receiver for all Bluetooth intents,
and prints them to logcat. For example:
BTDEBUG : a.b.device.a.FOUND
BTDEBUG : a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : a.b.device.e.RSSI = -35
BTDEBUG : a.b.device.e.CLASS = 200404
BTDEBUG : a.b.adapter.a.DISCOVERY_FINISHED
BTDEBUG : a.b.device.a.BOND_STATE_CHANGED
BTDEBUG : a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : a.b.device.e.BOND_STATE = 11
BTDEBUG : a.b.device.e.PREVIOUS_BOND_STATE = 10
BTDEBUG : a.b.device.a.ACL_CONNECTED
BTDEBUG : a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : a.b.device.a.NAME_CHANGED
BTDEBUG : a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : a.b.device.e.NAME = "HBH-IV840"
This application is built by default, but is not installed. Use
mmm development/apps/BluetoothDebug
adb install -r $OUT/system/app/BluetoothDebug.apk
to install it. Logging will begin immediately.
Change-Id: I582e6415fc1c856a6a4581ecf52eda11818601cf
Merge commit '470d4ebd226e3cd3140d936d0e5a853ff48f674b'
* commit '470d4ebd226e3cd3140d936d0e5a853ff48f674b':
Support for hardware.ini per skin in add-ons.
Merge commit '1d2a56bb21b7800938077aa723ca9f04ec3bc614' into eclair-plus-aosp
* commit '1d2a56bb21b7800938077aa723ca9f04ec3bc614':
Support for hardware.ini per skin in add-ons.
Merge commit '3ac84ff02266eab2159358eafc883555d6d092be' into eclair-plus-aosp
* commit '3ac84ff02266eab2159358eafc883555d6d092be':
add test app for ninepatch drawing
Target 'run-tests' launches all the unit tests against the tested project.
Target 'coverage' emma-instruments the tested project's classes,
runs the tests against instrumented classes, collects code coverage data
and extracts it to human-readable form as report.html.
android_test_rules.xml contain additional rules for test projects.
Test projects are auto-recognized by presence of the tested.project.dir
property, which will be auto-generated for tests projects. Temporarily,
please add this property manually to the build.properties file.
Current version is mainly tested with default, android generated test projects.
This version includes also fixing relative to absolute paths for
properties which are most likely to be changed by user in external
property file.
Merge commit '8fdcde0f1220c16d59c69474e78b8573cbbee018'
* commit '8fdcde0f1220c16d59c69474e78b8573cbbee018':
fixing NPE that i see on my Mac when running idegen.sh
Merge commit 'e8bb54b5b79816b43d9d1652d3dac9dc7b3d7e2d' into eclair-plus-aosp
* commit 'e8bb54b5b79816b43d9d1652d3dac9dc7b3d7e2d':
fixing NPE that i see on my Mac when running idegen.sh
Merge commit '7e4abfc52b4b97bb1619f121bfeeab3945b2fe4e'
* commit '7e4abfc52b4b97bb1619f121bfeeab3945b2fe4e':
Add preferences to DDMS (plug-in/standalone) for adb time out.
Merge commit '2789799763e0b84b6846086e25baaca540039f8a'
* commit '2789799763e0b84b6846086e25baaca540039f8a':
First pass at making adb connection timeout configurable.
Merge commit '171125f67834d992db9a45eb35775d2b87b9b189' into eclair-plus-aosp
* commit '171125f67834d992db9a45eb35775d2b87b9b189':
Add preferences to DDMS (plug-in/standalone) for adb time out.
Merge commit '2589180d6d095659c1f16f8747186aec58b14ea8' into eclair-plus-aosp
* commit '2589180d6d095659c1f16f8747186aec58b14ea8':
First pass at making adb connection timeout configurable.
Merge commit '9a3dcdea2fe5e5e785f39b57abaaa86d98a8b6bd'
* commit '9a3dcdea2fe5e5e785f39b57abaaa86d98a8b6bd':
ADT: fix an NPE that can happen when an XML file resource is being
Merge commit '0eb96d6433325b54678272b485bd2b88df3b74cb' into eclair-plus-aosp
* commit '0eb96d6433325b54678272b485bd2b88df3b74cb':
ADT: fix an NPE that can happen when an XML file resource is being