summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2012-03-21 16:49:27 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-03-21 16:49:27 -0700
commitbb21b623d72fd0db5a809477a18c3e3b719773f2 (patch)
tree7346844b6c1ac5cd7a9404a44022e04dbf6aeb99 /docs/html
parentb09aaeca0841fa053e0f70b7a6ff45ad475d32e1 (diff)
parent5a8fb3727f14a7c3a68b6e0f9bbc10704e26d5d1 (diff)
downloadframeworks_base-bb21b623d72fd0db5a809477a18c3e3b719773f2.zip
frameworks_base-bb21b623d72fd0db5a809477a18c3e3b719773f2.tar.gz
frameworks_base-bb21b623d72fd0db5a809477a18c3e3b719773f2.tar.bz2
am 5a8fb372: am 9eea8881: am 66f1bafb: Merge "docs: Android SDK r17 (RC7) Release Notes (fix for build feature info)" into ics-mr1
* commit '5a8fb3727f14a7c3a68b6e0f9bbc10704e26d5d1': docs: Android SDK r17 (RC7) Release Notes (fix for build feature info)
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/sdk/eclipse-adt.jd4
-rw-r--r--docs/html/sdk/tools-notes.jd3
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd
index c8bf12d..3019544 100644
--- a/docs/html/sdk/eclipse-adt.jd
+++ b/docs/html/sdk/eclipse-adt.jd
@@ -135,7 +135,9 @@ ADT 17.0.0</a> <em>(March 2012)</em>
<li>Added feature to automatically setup JAR dependencies. Any {@code .jar} files in the
{@code /libs} folder are added to the build configuration (similar to how the Ant build
system works). Also, {@code .jar} files needed by library projects are also automatically
- added to projects that depend on those library projects.</li>
+ added to projects that depend on those library projects.
+ (<a href="http://tools.android.com/recent/dealingwithdependenciesinandroidprojects">more
+ info</a>)</li>
<li>Added a feature that allows you to run some code only in debug mode. Builds now
generate a class called {@code BuildConfig} containing a {@code DEBUG} constant that is
automatically set according to your build type. You can check the ({@code BuildConfig.DEBUG})
diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd
index bbbca81..dea0c38 100644
--- a/docs/html/sdk/tools-notes.jd
+++ b/docs/html/sdk/tools-notes.jd
@@ -128,7 +128,8 @@ generate a class called {@code BuildConfig} containing a {@code DEBUG} constant
automatically set according to your build type. You can check the ({@code BuildConfig.DEBUG})
constant in your code to run debug-only functions.</li>
<li>Fixed issue when a project and its libraries include the same jar file in their libs
- folder.</li>
+ folder. (<a href="http://tools.android.com/recent/dealingwithdependenciesinandroidprojects">more
+ info</a>)</li>
<li>Added support for custom views with custom attributes in libraries. Layouts using
custom attributes must use the namespace URI {@code http://schemas.android.com/apk/res-auto} instead
of the URI that includes the app package name. This URI is replaced with the app specific one at