Restore __system_property_find_nth version
Moving this to LIBC_DEPRECATED caused compatibility
problems for some apps.
Bug: http://b/36566667
Test: launch app and check that it does not crash
Change-Id: I470f916ef818ff62ff5391b3a0c86dd44c1e8cd0
diff --git a/libc/libc.mips.map b/libc/libc.mips.map
index 91d80e0..d80e659 100644
--- a/libc/libc.mips.map
+++ b/libc/libc.mips.map
@@ -184,6 +184,7 @@
__sym_ston;
__system_property_area_serial; # introduced=23
__system_property_find;
+ __system_property_find_nth;
__system_property_foreach; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21
__system_property_get;
__system_property_read;
@@ -1373,7 +1374,6 @@
LIBC_DEPRECATED {
global:
- __system_property_find_nth;
__system_property_wait_any;
};