am 8d8d3249: Removed SDK add-on product specification parameters (likely will add a separate SDK add-on section in the future). Removed reference to stack tool in debugging section, which is an internal-only tool.
Merge commit '8d8d3249669149a68f3250cb580d7bfa1dd101dc'
* commit '8d8d3249669149a68f3250cb580d7bfa1dd101dc':
Removed SDK add-on product specification parameters (likely will add a separate SDK add-on section in the future).
diff --git a/pdk/docs/guide/build_new_device.jd b/pdk/docs/guide/build_new_device.jd
index b21371d..2e2b367 100755
--- a/pdk/docs/guide/build_new_device.jd
+++ b/pdk/docs/guide/build_new_device.jd
@@ -215,26 +215,6 @@
<td valign="top">list of space-separated words for a given product</td>
<td valign="top"></td>
</tr>
- <tr>
- <td valign="top">PRODUCT_SDK_ADDON_NAME</td>
- <td valign="top"></td>
- <td valign="top"></td>
- </tr>
- <tr>
- <td valign="top">PRODUCT_SDK_ADDON_COPY_FILES</td>
- <td valign="top"></td>
- <td valign="top"></td>
- </tr>
- <tr>
- <td valign="top">PRODUCT_SDK_ADDON_COPY_MODULES</td>
- <td valign="top"></td>
- <td valign="top"></td>
- </tr>
- <tr>
- <td valign="top">PRODUCT_SDK_ADDON_DOC_MODULE</td>
- <td valign="top"></td>
- <td valign="top"></td>
- </tr>
</table>
</P>
diff --git a/pdk/docs/guide/debugging_native.jd b/pdk/docs/guide/debugging_native.jd
index 5f9f0f7..6705766 100755
--- a/pdk/docs/guide/debugging_native.jd
+++ b/pdk/docs/guide/debugging_native.jd
@@ -298,13 +298,6 @@
5300fc5c pthread_create system/klibc/android/pthread.c:182
</pre>
-<p>If you save the debug spew into a file called <code>out.txt</code>, you can pass that to the tool, like this:
-</p>
-
-<pre class="prettify">
-./tools/stack out.txt
-</pre>
-
<p>Or you can run <code>logcat</code> without any parameters and it will read from <code>stdin</code>. You can then paste output into the terminal or pipe it. Run <code>logcat</code> from the top of the tree in the environment in which you do builds so that the application can determine relative paths to the toolchain to use to decode the object files.
</p>
</body>