From e2225df2593d7821f55cdc440641087f1245f4ae Mon Sep 17 00:00:00 2001
From: Scott Main
Date: Fri, 13 Jan 2012 18:20:10 -0800
Subject: [PATCH] docs: mention x86 as a native platform filter
Change-Id: I003b1e0e649f36e8971df85ef2a28f991875d605
---
docs/html/guide/appendix/market-filters.jd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/html/guide/appendix/market-filters.jd b/docs/html/guide/appendix/market-filters.jd
index 6610f5fe09492..07b9370d67401 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.
| Native Platform | 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 What is the
Android NDK? |
| Copy-Protected Applications | To
|