diff options
author | Scott Main <smain@google.com> | 2012-01-13 18:20:10 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-01-13 18:20:10 -0800 |
commit | e2225df2593d7821f55cdc440641087f1245f4ae (patch) | |
tree | 6b45875578dd0fde2a69078e7a51d04bc37754d9 /docs/html | |
parent | 62472581c30a3202b7bbd86e644b4346d5a4e65c (diff) | |
download | frameworks_base-e2225df2593d7821f55cdc440641087f1245f4ae.zip frameworks_base-e2225df2593d7821f55cdc440641087f1245f4ae.tar.gz frameworks_base-e2225df2593d7821f55cdc440641087f1245f4ae.tar.bz2 |
docs: mention x86 as a native platform filter
Change-Id: I003b1e0e649f36e8971df85ef2a28f991875d605
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/guide/appendix/market-filters.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/appendix/market-filters.jd b/docs/html/guide/appendix/market-filters.jd index 6610f5f..07b9370 100644 --- a/docs/html/guide/appendix/market-filters.jd +++ b/docs/html/guide/appendix/market-filters.jd @@ -398,8 +398,8 @@ country (as determined by SIM carrier) in which paid apps are available.</p></td the device's SIM (for GSM devices), not the current roaming carrier.</p></li></ul> </td> </tr> <tr> <td valign="top">Native Platform</td> <td valign="top"><p>An application that includes native - libraries that target a specific platform (ARM EABI v7, for example) will only be - visible on devices that support that platform. For details about the NDK and using + libraries that target a specific platform (ARM EABI v7 or x86, for example) are + visible only on devices that support that platform. For details about the NDK and using native libraries, see <a href="{@docRoot}sdk/ndk/index.html#overview">What is the Android NDK?</a></p> </tr> <tr> <td valign="top">Copy-Protected Applications</td> <td valign="top"><p>To |