Run genversion-scripts.py.
I forgot to run this after adding NDK info to libstdc++. Test: make native Bug: None Change-Id: I5d45aa7207b9eb548a233442aa0e3ab77d98baeb
This commit is contained in:
parent
bf67936b4b
commit
832ccc2667
|
@ -1,6 +1,8 @@
|
|||
# Generated by genversion-scripts.py. Do not edit.
|
||||
LIBC_O {
|
||||
global:
|
||||
_ZSt7nothrow; # var
|
||||
_ZTV9type_info; # var introduced-arm=9 introduced-mips=9
|
||||
_ZdaPv;
|
||||
_ZdaPvRKSt9nothrow_t;
|
||||
_ZdlPv;
|
||||
|
@ -9,7 +11,6 @@ LIBC_O {
|
|||
_ZnajRKSt9nothrow_t; # arm x86 mips
|
||||
_Znwj; # arm x86 mips
|
||||
_ZnwjRKSt9nothrow_t; # arm x86 mips
|
||||
_ZSt7nothrow;
|
||||
__cxa_guard_abort;
|
||||
__cxa_guard_acquire;
|
||||
__cxa_guard_release;
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Generated by genversion-scripts.py. Do not edit.
|
||||
LIBC_O {
|
||||
global:
|
||||
_ZSt7nothrow; # var
|
||||
_ZTV9type_info; # var introduced-arm=9 introduced-mips=9
|
||||
_ZdaPv;
|
||||
_ZdaPvRKSt9nothrow_t;
|
||||
_ZdlPv;
|
||||
|
@ -9,7 +11,6 @@ LIBC_O {
|
|||
_ZnamRKSt9nothrow_t; # arm64 x86_64 mips64
|
||||
_Znwm; # arm64 x86_64 mips64
|
||||
_ZnwmRKSt9nothrow_t; # arm64 x86_64 mips64
|
||||
_ZSt7nothrow;
|
||||
__cxa_guard_abort;
|
||||
__cxa_guard_acquire;
|
||||
__cxa_guard_release;
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Generated by genversion-scripts.py. Do not edit.
|
||||
LIBC_O {
|
||||
global:
|
||||
_ZSt7nothrow; # var
|
||||
_ZTV9type_info; # var introduced-arm=9 introduced-mips=9
|
||||
_ZdaPv;
|
||||
_ZdaPvRKSt9nothrow_t;
|
||||
_ZdlPv;
|
||||
|
@ -9,7 +11,6 @@ LIBC_O {
|
|||
_ZnajRKSt9nothrow_t; # arm x86 mips
|
||||
_Znwj; # arm x86 mips
|
||||
_ZnwjRKSt9nothrow_t; # arm x86 mips
|
||||
_ZSt7nothrow;
|
||||
__cxa_guard_abort;
|
||||
__cxa_guard_acquire;
|
||||
__cxa_guard_release;
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Generated by genversion-scripts.py. Do not edit.
|
||||
LIBC_O {
|
||||
global:
|
||||
_ZSt7nothrow; # var
|
||||
_ZTV9type_info; # var introduced-arm=9 introduced-mips=9
|
||||
_ZdaPv;
|
||||
_ZdaPvRKSt9nothrow_t;
|
||||
_ZdlPv;
|
||||
|
@ -9,7 +11,6 @@ LIBC_O {
|
|||
_ZnamRKSt9nothrow_t; # arm64 x86_64 mips64
|
||||
_Znwm; # arm64 x86_64 mips64
|
||||
_ZnwmRKSt9nothrow_t; # arm64 x86_64 mips64
|
||||
_ZSt7nothrow;
|
||||
__cxa_guard_abort;
|
||||
__cxa_guard_acquire;
|
||||
__cxa_guard_release;
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Generated by genversion-scripts.py. Do not edit.
|
||||
LIBC_O {
|
||||
global:
|
||||
_ZSt7nothrow; # var
|
||||
_ZTV9type_info; # var introduced-arm=9 introduced-mips=9
|
||||
_ZdaPv;
|
||||
_ZdaPvRKSt9nothrow_t;
|
||||
_ZdlPv;
|
||||
|
@ -9,7 +11,6 @@ LIBC_O {
|
|||
_ZnajRKSt9nothrow_t; # arm x86 mips
|
||||
_Znwj; # arm x86 mips
|
||||
_ZnwjRKSt9nothrow_t; # arm x86 mips
|
||||
_ZSt7nothrow;
|
||||
__cxa_guard_abort;
|
||||
__cxa_guard_acquire;
|
||||
__cxa_guard_release;
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Generated by genversion-scripts.py. Do not edit.
|
||||
LIBC_O {
|
||||
global:
|
||||
_ZSt7nothrow; # var
|
||||
_ZTV9type_info; # var introduced-arm=9 introduced-mips=9
|
||||
_ZdaPv;
|
||||
_ZdaPvRKSt9nothrow_t;
|
||||
_ZdlPv;
|
||||
|
@ -9,7 +11,6 @@ LIBC_O {
|
|||
_ZnamRKSt9nothrow_t; # arm64 x86_64 mips64
|
||||
_Znwm; # arm64 x86_64 mips64
|
||||
_ZnwmRKSt9nothrow_t; # arm64 x86_64 mips64
|
||||
_ZSt7nothrow;
|
||||
__cxa_guard_abort;
|
||||
__cxa_guard_acquire;
|
||||
__cxa_guard_release;
|
||||
|
|
Loading…
Reference in New Issue