aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-02-07 13:10:04 -0800
committerAndroid Code Review <code-review@android.com>2011-02-07 13:10:04 -0800
commita7122b32716a5ae4756beb69f12d35e0d4f4f4a5 (patch)
tree24ef8ea3cdeb4825aeb53459ecdc4d9dd3b56d88
parenta1dc6ef5ee332303c75a5c5c592fd27ef5a518db (diff)
parent0c7b8956f5e7c8b710d6461ef16caf6326656a58 (diff)
downloadplatform_sdk-tools_r9.tar.gz
platform_sdk-tools_r9.tar.bz2
platform_sdk-tools_r9.zip
Merge "Package the plug-ins with debug info." into tools_r9tools_r9
-rw-r--r--eclipse/buildConfig/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/buildConfig/build.properties b/eclipse/buildConfig/build.properties
index cd477d80b..45cc3c22b 100644
--- a/eclipse/buildConfig/build.properties
+++ b/eclipse/buildConfig/build.properties
@@ -211,7 +211,7 @@ skipFetch=true
logExtension=.log
# Whether or not to include debug info in the output jars
-javacDebugInfo=false
+javacDebugInfo=true
# Whether or not to fail the build if there are compiler errors
javacFailOnError=true