diff options
| author | Scott Main <smain@google.com> | 2012-06-25 10:02:13 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-06-25 10:02:13 -0700 |
| commit | e40c4636d970c50f7719e7d5067963be93c25750 (patch) | |
| tree | 27f851b1d370ab563ff51267b94a10943f3c6963 /docs/html/tools/help | |
| parent | dbbfa702a09f6d2d36dee1b552442d04a4673f89 (diff) | |
| download | frameworks_base-e40c4636d970c50f7719e7d5067963be93c25750.zip frameworks_base-e40c4636d970c50f7719e7d5067963be93c25750.tar.gz frameworks_base-e40c4636d970c50f7719e7d5067963be93c25750.tar.bz2 | |
docs: move AIDL doc under Services in api guides.
Change-Id: I525de97958e2093af15cce2b007ec022cb315a71
Diffstat (limited to 'docs/html/tools/help')
| -rw-r--r-- | docs/html/tools/help/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/help/index.jd b/docs/html/tools/help/index.jd index aa95de2..447d39c 100644 --- a/docs/html/tools/help/index.jd +++ b/docs/html/tools/help/index.jd @@ -74,7 +74,7 @@ Android Debug Bridge is a versatile tool that lets you manage the state of an em Android-powered device. You can also use it to install an Android application (.apk) file on a device.</p> -<p>The other platform tools, such as <a href="{@docRoot}tools/aidl.html">aidl</a>, +<p>The other platform tools, such as <a href="{@docRoot}guide/components/aidl.html">aidl</a>, <code>aapt</code>, <code>dexdump</code>, and <code>dx</code>, are typically called by the Android build tools or Android Development Tools (ADT), so you rarely need to invoke these tools directly. As a general rule, you should rely on the build tools or the ADT plugin to call them as needed.</p> |
