Merge commit '60c911051081fb2f2e786df7f45ac60b2bffdd2e'
* commit '60c911051081fb2f2e786df7f45ac60b2bffdd2e':
Do not compress resources.arsc in android.jar
Merge commit '9e1400cdae7f3732808120db8b83de7b252340ca' into gingerbread-plus-aosp
* commit '9e1400cdae7f3732808120db8b83de7b252340ca':
Do not compress resources.arsc in android.jar
In framework-res.apk and in applications, resources are always stored in
zip files instead of compressed so that they may be accessed via mmap()
instead of needing to decompress them first.
This change makes sure the SDK's android.jar has the same behavior.
Change-Id: Ied881c34dca86ff5b5bd2ccfa4e316ae590ca473
Merge commit '259651e2de730b513003cb0c2f966f53b9dffb5e' into gingerbread-plus-aosp
* commit '259651e2de730b513003cb0c2f966f53b9dffb5e':
add test def for calculator
Copy current native event APIs over; start updating
sample code to use them.
The native activity sample is now much more real, creating
its own worker thread, which now monitors and prints any
incoming input events.
Note that due to the lack of default key handling, pressing
back no longer works! Will be fixed in a bit. This code
also needs to be refactored to put the engine part into
a separate source file.
Change-Id: I2ab3e6d9f840b99ec9a05bbc0d2cd9314beb23d7
Merge commit '29d09a18c50a2dd9412ca393f2f5657d3199c414'
* commit '29d09a18c50a2dd9412ca393f2f5657d3199c414':
remove apkbuilder.jar from the sdk build.
remove jarutils from the sdk packaging.
Merge commit 'fdbc1d7bc1aa73c095b93808bd15b6eca02ea7c9' into gingerbread-plus-aosp
* commit 'fdbc1d7bc1aa73c095b93808bd15b6eca02ea7c9':
remove apkbuilder.jar from the sdk build.
Merge commit '442396be27a82850f99d4a891d02b8c95c9c1ef1' into gingerbread-plus-aosp
* commit '442396be27a82850f99d4a891d02b8c95c9c1ef1':
remove jarutils from the sdk packaging.
Merge commit '0e968fa2eec9dcdbb0ab075be9489cc9e4ad9c99' into gingerbread-plus-aosp
* commit '0e968fa2eec9dcdbb0ab075be9489cc9e4ad9c99':
Workaround for package-private framework tests in runtest.
Add #android-firehose and add hyperlinks to the IRC channels themselves,
because we're using the HTML!
Change-Id: I4704235a00afe6b48187774debb80a101f304266
Checks if the test to run is a framework test based on path, and if so
disables the davlik verifier by writing to /data/local.prop and
rebooting device.
Change-Id: Ibf94fb921662b5ddf6136dd12360d5de83a3a284
Merge commit '8467544d4c8b4d23f1048775c145b087b73f2acf'
* commit '8467544d4c8b4d23f1048775c145b087b73f2acf':
Cleaned up Samples by removing unsed imports and variables.
Added missing classpathentry for DeskClock App, Bluetooth, obex, Gallery3D, Launcher2, GlobalSearch and Provision
Removed unused Imports, Added Type Arguments, removed some Warnings by using unused Methods and Variables
Reduced warnings by removing unused imports, unused variables and adding type arguments
Merge commit '28e7280e1a2ec4d0d2dd4378c73f14c0b090ce2b'
* commit '28e7280e1a2ec4d0d2dd4378c73f14c0b090ce2b':
Added test definitions for framework UI and Utils libs.
Merge commit '69825fa9b898067f07abce3c6e63c6ac8fe89fd6' into gingerbread-plus-aosp
* commit '69825fa9b898067f07abce3c6e63c6ac8fe89fd6':
Added test definitions for framework UI and Utils libs.