libdl: Rename LIBC_PRIVATE to LIBC_PLATFORM
Bug: http://b/26386014 Change-Id: I3255faac66a96867aed302e205e3644b40ce7750
This commit is contained in:
parent
e97d8ed70e
commit
98cdef39dc
7 changed files with 7 additions and 7 deletions
|
@ -21,7 +21,7 @@ LIBC_N {
|
|||
dlvsym;
|
||||
} LIBC;
|
||||
|
||||
LIBC_PRIVATE {
|
||||
LIBC_PLATFORM {
|
||||
global:
|
||||
android_get_application_target_sdk_version;
|
||||
android_set_application_target_sdk_version;
|
||||
|
|
|
@ -20,7 +20,7 @@ LIBC_N {
|
|||
dlvsym;
|
||||
} LIBC;
|
||||
|
||||
LIBC_PRIVATE {
|
||||
LIBC_PLATFORM {
|
||||
global:
|
||||
android_get_application_target_sdk_version;
|
||||
android_set_application_target_sdk_version;
|
||||
|
|
|
@ -35,7 +35,7 @@ LIBC_N {
|
|||
dlvsym;
|
||||
} LIBC;
|
||||
|
||||
LIBC_PRIVATE {
|
||||
LIBC_PLATFORM {
|
||||
global:
|
||||
android_get_application_target_sdk_version;
|
||||
android_set_application_target_sdk_version;
|
||||
|
|
|
@ -20,7 +20,7 @@ LIBC_N {
|
|||
dlvsym;
|
||||
} LIBC;
|
||||
|
||||
LIBC_PRIVATE {
|
||||
LIBC_PLATFORM {
|
||||
global:
|
||||
android_get_application_target_sdk_version;
|
||||
android_set_application_target_sdk_version;
|
||||
|
|
|
@ -20,7 +20,7 @@ LIBC_N {
|
|||
dlvsym;
|
||||
} LIBC;
|
||||
|
||||
LIBC_PRIVATE {
|
||||
LIBC_PLATFORM {
|
||||
global:
|
||||
android_get_application_target_sdk_version;
|
||||
android_set_application_target_sdk_version;
|
||||
|
|
|
@ -20,7 +20,7 @@ LIBC_N {
|
|||
dlvsym;
|
||||
} LIBC;
|
||||
|
||||
LIBC_PRIVATE {
|
||||
LIBC_PLATFORM {
|
||||
global:
|
||||
android_get_application_target_sdk_version;
|
||||
android_set_application_target_sdk_version;
|
||||
|
|
|
@ -20,7 +20,7 @@ LIBC_N {
|
|||
dlvsym;
|
||||
} LIBC;
|
||||
|
||||
LIBC_PRIVATE {
|
||||
LIBC_PLATFORM {
|
||||
global:
|
||||
android_get_application_target_sdk_version;
|
||||
android_set_application_target_sdk_version;
|
||||
|
|
Loading…
Reference in a new issue