Move __system_property* to LIBC_PRIVATE for lp64 libc

Bug: http://b/26367254
Change-Id: I4fc241e69444a4b5641dfdf09576fe3ce5c1169e
This commit is contained in:
Dimitry Ivanov 2016-01-04 14:39:42 -08:00
parent eac1d371f6
commit ff14fb5a1f
10 changed files with 165 additions and 150 deletions

View file

@ -187,21 +187,21 @@ LIBC {
__sym_ntop;
__sym_ntos;
__sym_ston;
__system_properties_init;
__system_property_add;
__system_property_area__;
__system_property_area_init;
__system_property_area_serial;
__system_property_find;
__system_property_find_nth;
__system_property_foreach;
__system_property_get;
__system_property_read;
__system_property_serial;
__system_property_set;
__system_property_set_filename;
__system_property_update;
__system_property_wait_any;
__system_properties_init; # arm x86 mips
__system_property_add; # arm x86 mips
__system_property_area__; # arm x86 mips
__system_property_area_init; # arm x86 mips
__system_property_area_serial; # arm x86 mips
__system_property_find; # arm x86 mips
__system_property_find_nth; # arm x86 mips
__system_property_foreach; # arm x86 mips
__system_property_get; # arm x86 mips
__system_property_read; # arm x86 mips
__system_property_serial; # arm x86 mips
__system_property_set; # arm x86 mips
__system_property_set_filename; # arm x86 mips
__system_property_update; # arm x86 mips
__system_property_wait_any; # arm x86 mips
__timer_create; # arm x86 mips
__timer_delete; # arm x86 mips
__timer_getoverrun; # arm x86 mips

View file

@ -187,21 +187,21 @@ LIBC {
__sym_ntop;
__sym_ntos;
__sym_ston;
__system_properties_init;
__system_property_add;
__system_property_area__;
__system_property_area_init;
__system_property_area_serial;
__system_property_find;
__system_property_find_nth;
__system_property_foreach;
__system_property_get;
__system_property_read;
__system_property_serial;
__system_property_set;
__system_property_set_filename;
__system_property_update;
__system_property_wait_any;
__system_properties_init; # arm x86 mips
__system_property_add; # arm x86 mips
__system_property_area__; # arm x86 mips
__system_property_area_init; # arm x86 mips
__system_property_area_serial; # arm x86 mips
__system_property_find; # arm x86 mips
__system_property_find_nth; # arm x86 mips
__system_property_foreach; # arm x86 mips
__system_property_get; # arm x86 mips
__system_property_read; # arm x86 mips
__system_property_serial; # arm x86 mips
__system_property_set; # arm x86 mips
__system_property_set_filename; # arm x86 mips
__system_property_update; # arm x86 mips
__system_property_wait_any; # arm x86 mips
__timer_create; # arm x86 mips
__timer_delete; # arm x86 mips
__timer_getoverrun; # arm x86 mips

View file

@ -131,21 +131,6 @@ LIBC {
__sym_ntop;
__sym_ntos;
__sym_ston;
__system_properties_init;
__system_property_add;
__system_property_area__;
__system_property_area_init;
__system_property_area_serial;
__system_property_find;
__system_property_find_nth;
__system_property_foreach;
__system_property_get;
__system_property_read;
__system_property_serial;
__system_property_set;
__system_property_set_filename;
__system_property_update;
__system_property_wait_any;
__umask_chk;
__vsnprintf_chk;
__vsprintf_chk;
@ -1179,6 +1164,21 @@ LIBC_N {
LIBC_PRIVATE {
global:
__system_properties_init; # arm64 x86_64 mips64
__system_property_add; # arm64 x86_64 mips64
__system_property_area__; # arm64 x86_64 mips64
__system_property_area_init; # arm64 x86_64 mips64
__system_property_area_serial; # arm64 x86_64 mips64
__system_property_find; # arm64 x86_64 mips64
__system_property_find_nth; # arm64 x86_64 mips64
__system_property_foreach; # arm64 x86_64 mips64
__system_property_get; # arm64 x86_64 mips64
__system_property_read; # arm64 x86_64 mips64
__system_property_serial; # arm64 x86_64 mips64
__system_property_set; # arm64 x86_64 mips64
__system_property_set_filename; # arm64 x86_64 mips64
__system_property_update; # arm64 x86_64 mips64
__system_property_wait_any; # arm64 x86_64 mips64
free_malloc_leak_info;
get_malloc_leak_info;
gMallocLeakZygoteChild;

View file

@ -189,21 +189,21 @@ LIBC {
__sym_ntop;
__sym_ntos;
__sym_ston;
__system_properties_init;
__system_property_add;
__system_property_area__;
__system_property_area_init;
__system_property_area_serial;
__system_property_find;
__system_property_find_nth;
__system_property_foreach;
__system_property_get;
__system_property_read;
__system_property_serial;
__system_property_set;
__system_property_set_filename;
__system_property_update;
__system_property_wait_any;
__system_properties_init; # arm x86 mips
__system_property_add; # arm x86 mips
__system_property_area__; # arm x86 mips
__system_property_area_init; # arm x86 mips
__system_property_area_serial; # arm x86 mips
__system_property_find; # arm x86 mips
__system_property_find_nth; # arm x86 mips
__system_property_foreach; # arm x86 mips
__system_property_get; # arm x86 mips
__system_property_read; # arm x86 mips
__system_property_serial; # arm x86 mips
__system_property_set; # arm x86 mips
__system_property_set_filename; # arm x86 mips
__system_property_update; # arm x86 mips
__system_property_wait_any; # arm x86 mips
__timer_create; # arm x86 mips
__timer_delete; # arm x86 mips
__timer_getoverrun; # arm x86 mips
@ -1424,6 +1424,21 @@ LIBC_PRIVATE {
__swbuf; # arm x86 mips
__swrite; # arm x86 mips
__swsetup; # arm x86 mips
__system_properties_init; # arm64 x86_64 mips64
__system_property_add; # arm64 x86_64 mips64
__system_property_area__; # arm64 x86_64 mips64
__system_property_area_init; # arm64 x86_64 mips64
__system_property_area_serial; # arm64 x86_64 mips64
__system_property_find; # arm64 x86_64 mips64
__system_property_find_nth; # arm64 x86_64 mips64
__system_property_foreach; # arm64 x86_64 mips64
__system_property_get; # arm64 x86_64 mips64
__system_property_read; # arm64 x86_64 mips64
__system_property_serial; # arm64 x86_64 mips64
__system_property_set; # arm64 x86_64 mips64
__system_property_set_filename; # arm64 x86_64 mips64
__system_property_update; # arm64 x86_64 mips64
__system_property_wait_any; # arm64 x86_64 mips64
__truncdfsf2; # arm
__udivdi3; # arm x86 mips
__udivsi3; # arm

View file

@ -185,21 +185,21 @@ LIBC {
__sym_ntop;
__sym_ntos;
__sym_ston;
__system_properties_init;
__system_property_add;
__system_property_area__;
__system_property_area_init;
__system_property_area_serial;
__system_property_find;
__system_property_find_nth;
__system_property_foreach;
__system_property_get;
__system_property_read;
__system_property_serial;
__system_property_set;
__system_property_set_filename;
__system_property_update;
__system_property_wait_any;
__system_properties_init; # arm x86 mips
__system_property_add; # arm x86 mips
__system_property_area__; # arm x86 mips
__system_property_area_init; # arm x86 mips
__system_property_area_serial; # arm x86 mips
__system_property_find; # arm x86 mips
__system_property_find_nth; # arm x86 mips
__system_property_foreach; # arm x86 mips
__system_property_get; # arm x86 mips
__system_property_read; # arm x86 mips
__system_property_serial; # arm x86 mips
__system_property_set; # arm x86 mips
__system_property_set_filename; # arm x86 mips
__system_property_update; # arm x86 mips
__system_property_wait_any; # arm x86 mips
__timer_create; # arm x86 mips
__timer_delete; # arm x86 mips
__timer_getoverrun; # arm x86 mips

View file

@ -185,21 +185,21 @@ LIBC {
__sym_ntop;
__sym_ntos;
__sym_ston;
__system_properties_init;
__system_property_add;
__system_property_area__;
__system_property_area_init;
__system_property_area_serial;
__system_property_find;
__system_property_find_nth;
__system_property_foreach;
__system_property_get;
__system_property_read;
__system_property_serial;
__system_property_set;
__system_property_set_filename;
__system_property_update;
__system_property_wait_any;
__system_properties_init; # arm x86 mips
__system_property_add; # arm x86 mips
__system_property_area__; # arm x86 mips
__system_property_area_init; # arm x86 mips
__system_property_area_serial; # arm x86 mips
__system_property_find; # arm x86 mips
__system_property_find_nth; # arm x86 mips
__system_property_foreach; # arm x86 mips
__system_property_get; # arm x86 mips
__system_property_read; # arm x86 mips
__system_property_serial; # arm x86 mips
__system_property_set; # arm x86 mips
__system_property_set_filename; # arm x86 mips
__system_property_update; # arm x86 mips
__system_property_wait_any; # arm x86 mips
__timer_create; # arm x86 mips
__timer_delete; # arm x86 mips
__timer_getoverrun; # arm x86 mips

View file

@ -131,21 +131,6 @@ LIBC {
__sym_ntop;
__sym_ntos;
__sym_ston;
__system_properties_init;
__system_property_add;
__system_property_area__;
__system_property_area_init;
__system_property_area_serial;
__system_property_find;
__system_property_find_nth;
__system_property_foreach;
__system_property_get;
__system_property_read;
__system_property_serial;
__system_property_set;
__system_property_set_filename;
__system_property_update;
__system_property_wait_any;
__umask_chk;
__vsnprintf_chk;
__vsprintf_chk;
@ -1179,6 +1164,21 @@ LIBC_N {
LIBC_PRIVATE {
global:
__system_properties_init; # arm64 x86_64 mips64
__system_property_add; # arm64 x86_64 mips64
__system_property_area__; # arm64 x86_64 mips64
__system_property_area_init; # arm64 x86_64 mips64
__system_property_area_serial; # arm64 x86_64 mips64
__system_property_find; # arm64 x86_64 mips64
__system_property_find_nth; # arm64 x86_64 mips64
__system_property_foreach; # arm64 x86_64 mips64
__system_property_get; # arm64 x86_64 mips64
__system_property_read; # arm64 x86_64 mips64
__system_property_serial; # arm64 x86_64 mips64
__system_property_set; # arm64 x86_64 mips64
__system_property_set_filename; # arm64 x86_64 mips64
__system_property_update; # arm64 x86_64 mips64
__system_property_wait_any; # arm64 x86_64 mips64
free_malloc_leak_info;
get_malloc_leak_info;
gMallocLeakZygoteChild;

View file

@ -185,21 +185,21 @@ LIBC {
__sym_ntop;
__sym_ntos;
__sym_ston;
__system_properties_init;
__system_property_add;
__system_property_area__;
__system_property_area_init;
__system_property_area_serial;
__system_property_find;
__system_property_find_nth;
__system_property_foreach;
__system_property_get;
__system_property_read;
__system_property_serial;
__system_property_set;
__system_property_set_filename;
__system_property_update;
__system_property_wait_any;
__system_properties_init; # arm x86 mips
__system_property_add; # arm x86 mips
__system_property_area__; # arm x86 mips
__system_property_area_init; # arm x86 mips
__system_property_area_serial; # arm x86 mips
__system_property_find; # arm x86 mips
__system_property_find_nth; # arm x86 mips
__system_property_foreach; # arm x86 mips
__system_property_get; # arm x86 mips
__system_property_read; # arm x86 mips
__system_property_serial; # arm x86 mips
__system_property_set; # arm x86 mips
__system_property_set_filename; # arm x86 mips
__system_property_update; # arm x86 mips
__system_property_wait_any; # arm x86 mips
__timer_create; # arm x86 mips
__timer_delete; # arm x86 mips
__timer_getoverrun; # arm x86 mips

View file

@ -185,21 +185,21 @@ LIBC {
__sym_ntop;
__sym_ntos;
__sym_ston;
__system_properties_init;
__system_property_add;
__system_property_area__;
__system_property_area_init;
__system_property_area_serial;
__system_property_find;
__system_property_find_nth;
__system_property_foreach;
__system_property_get;
__system_property_read;
__system_property_serial;
__system_property_set;
__system_property_set_filename;
__system_property_update;
__system_property_wait_any;
__system_properties_init; # arm x86 mips
__system_property_add; # arm x86 mips
__system_property_area__; # arm x86 mips
__system_property_area_init; # arm x86 mips
__system_property_area_serial; # arm x86 mips
__system_property_find; # arm x86 mips
__system_property_find_nth; # arm x86 mips
__system_property_foreach; # arm x86 mips
__system_property_get; # arm x86 mips
__system_property_read; # arm x86 mips
__system_property_serial; # arm x86 mips
__system_property_set; # arm x86 mips
__system_property_set_filename; # arm x86 mips
__system_property_update; # arm x86 mips
__system_property_wait_any; # arm x86 mips
__timer_create; # arm x86 mips
__timer_delete; # arm x86 mips
__timer_getoverrun; # arm x86 mips

View file

@ -131,21 +131,6 @@ LIBC {
__sym_ntop;
__sym_ntos;
__sym_ston;
__system_properties_init;
__system_property_add;
__system_property_area__;
__system_property_area_init;
__system_property_area_serial;
__system_property_find;
__system_property_find_nth;
__system_property_foreach;
__system_property_get;
__system_property_read;
__system_property_serial;
__system_property_set;
__system_property_set_filename;
__system_property_update;
__system_property_wait_any;
__umask_chk;
__vsnprintf_chk;
__vsprintf_chk;
@ -1179,6 +1164,21 @@ LIBC_N {
LIBC_PRIVATE {
global:
__system_properties_init; # arm64 x86_64 mips64
__system_property_add; # arm64 x86_64 mips64
__system_property_area__; # arm64 x86_64 mips64
__system_property_area_init; # arm64 x86_64 mips64
__system_property_area_serial; # arm64 x86_64 mips64
__system_property_find; # arm64 x86_64 mips64
__system_property_find_nth; # arm64 x86_64 mips64
__system_property_foreach; # arm64 x86_64 mips64
__system_property_get; # arm64 x86_64 mips64
__system_property_read; # arm64 x86_64 mips64
__system_property_serial; # arm64 x86_64 mips64
__system_property_set; # arm64 x86_64 mips64
__system_property_set_filename; # arm64 x86_64 mips64
__system_property_update; # arm64 x86_64 mips64
__system_property_wait_any; # arm64 x86_64 mips64
free_malloc_leak_info;
get_malloc_leak_info;
gMallocLeakZygoteChild;