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
This commit is contained in:
parent
993b08366d
commit
2167e74f16
7 changed files with 7 additions and 7 deletions
|
@ -187,6 +187,7 @@ LIBC {
|
|||
__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;
|
||||
|
@ -1532,7 +1533,6 @@ LIBC_PRIVATE {
|
|||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
__system_property_find_nth;
|
||||
__system_property_wait_any;
|
||||
};
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@ LIBC {
|
|||
__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;
|
||||
|
@ -1249,7 +1250,6 @@ LIBC_PRIVATE {
|
|||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
__system_property_find_nth;
|
||||
__system_property_wait_any;
|
||||
};
|
||||
|
||||
|
|
|
@ -188,6 +188,7 @@ LIBC {
|
|||
__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;
|
||||
|
@ -1558,7 +1559,6 @@ LIBC_PRIVATE {
|
|||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
__system_property_find_nth;
|
||||
__system_property_wait_any;
|
||||
};
|
||||
|
||||
|
|
|
@ -184,6 +184,7 @@ LIBC {
|
|||
__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_PRIVATE {
|
|||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
__system_property_find_nth;
|
||||
__system_property_wait_any;
|
||||
};
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@ LIBC {
|
|||
__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;
|
||||
|
@ -1249,7 +1250,6 @@ LIBC_PRIVATE {
|
|||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
__system_property_find_nth;
|
||||
__system_property_wait_any;
|
||||
};
|
||||
|
||||
|
|
|
@ -184,6 +184,7 @@ LIBC {
|
|||
__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;
|
||||
|
@ -1372,7 +1373,6 @@ LIBC_PRIVATE {
|
|||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
__system_property_find_nth;
|
||||
__system_property_wait_any;
|
||||
};
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@ LIBC {
|
|||
__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;
|
||||
|
@ -1249,7 +1250,6 @@ LIBC_PRIVATE {
|
|||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
__system_property_find_nth;
|
||||
__system_property_wait_any;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue