* changes:
Fix bad dependency between generated shared libraries and the corresponding installed module. Also fixes the "make clean" target by the way.
* changes:
Fix the build-toolchain.sh script which doesn't work due to the new download location of the NDK sources and a small typo when using wget. Also make --force-download actually work.
Don't fail if valgrind (system version not the google3 one) is missing.
If the test fail, print the output of the test.
Added .pyc to the gitignore file.
First, the ApkBuilder didn't cancel its run if the project had markers from JDT.
Second, the try/catch on ApkBuilder#build didn't properly test the
CoreException status severity (used getCode instead of getSeverity), so it did
not detect cancels being thrown by #abortOnBadSetup and displayed the error
in the console instead.
Merge commit '20d4ecf2d785bb0120222ab4ab249abc1165314c'
* commit '20d4ecf2d785bb0120222ab4ab249abc1165314c':
ADT: remove an obsolete import from the manifest.
Merge commit '770dfc5ed43089228af1892eef3a73a0e7220bc7'
* commit '770dfc5ed43089228af1892eef3a73a0e7220bc7':
ADT: Refactoring classes dealing with android resources out of the editor.
Basically:
editors.resources.manager -> resources.manager
editors.resources.configurations -> resources.configurations
This is to make it less confusing between the "Resources editors" and the
class parsing/handling Android resources (either in a project or in the
framework).
Also moved the ResourceExplorerView out of the resources editors, and clean
up a few other misc classes.
project.*
refactorings.*
Also: moved the export wizard from project.export to wizards.export, moved some
actions out of project into the new internal package actions.
Merge commit 'f12773626484df90e08e5e50bdca81846950218e'
* commit 'f12773626484df90e08e5e50bdca81846950218e':
ADT: Remove StreamHelper and integrate it in AdtPlugin.
StreamHelper was used before by AdtPlugin, DdmsPlugin and EditorsPlugin. It's now
only used by AdtPlugin, so the only 2 methods in it can go in AdtPlugin.
I merged the externalized string in the messages.properties file used by AdtPlugin.
Merge commit '2c83a9f10cc8ac33e1caf411da571e2aa85c0909'
* commit '2c83a9f10cc8ac33e1caf411da571e2aa85c0909':
Update ADT to use the refactored sdklib from previous patch.
Merge commit '4b20aab7997b5180a3b118fde204e55652b7dcb6'
* commit '4b20aab7997b5180a3b118fde204e55652b7dcb6':
Move some classes that have non ready APIs to internal packages
Merge commit '0910170f4acd2a219a455e5b9f74c7b6f3a81712'
* commit '0910170f4acd2a219a455e5b9f74c7b6f3a81712':
AI 148799: New TOC for PDK -- should be less cluttered and uses folding to better
Merge commit 'c331aeb8d65805a3a1129ecdea62567b6c7bb24b' into donut
* commit 'c331aeb8d65805a3a1129ecdea62567b6c7bb24b':
AI 148799: New TOC for PDK -- should be less cluttered and uses folding to better
Merge commit '2f655fb365ae518683c4b91647dc5bdaeb69ecbc'
* commit '2f655fb365ae518683c4b91647dc5bdaeb69ecbc':
AI 148797: Back-port the new version of the Grid.java from Donut.
Merge commit '24a8fe82dffacdfe2fab9d007b2a6538b5f511bc' into donut
* commit '24a8fe82dffacdfe2fab9d007b2a6538b5f511bc':
AI 148797: Back-port the new version of the Grid.java from Donut.
This new version uses "direct" java.nio.Buffer objects, which avoids a potential
crash that may occur when "indirect" java.nio.Buffer objects are used.
BUG=1849855
Automated import of CL 148797
Merge commit '7591406c350ec3c80bb7c5bbbf3130ea30b566bf'
* commit '7591406c350ec3c80bb7c5bbbf3130ea30b566bf':
AI 148792: 3 new pages: customization, early_suspend, and wakelock.
Merge commit '0355976f628857b2675377fa4f2de12b3b5a44aa' into donut
* commit '0355976f628857b2675377fa4f2de12b3b5a44aa':
AI 148793: Integrating publicly posted Bluetooth content.
Merge commit 'eb98133b0f66cca46ea2b8f54479fb745ddc478a' into donut
* commit 'eb98133b0f66cca46ea2b8f54479fb745ddc478a':
AI 148792: 3 new pages: customization, early_suspend, and wakelock.
This sample is not an application sample, but a framework sample.
It is moved to vendor/sample. A new "sample" vendor that will show how to create Android-based device
Merge commit 'e667fca809ad68c7466b1d769b16d858d489b21a'
* commit 'e667fca809ad68c7466b1d769b16d858d489b21a':
Fixed bugs in the media player api demo application