Migrate libstdc++ to ndk_library.

Test: make checkbuild
Bug: http://b/30465923
Change-Id: I3b75b4e7fa652c83846c5978f9908e8b32d43aa7
This commit is contained in:
Dan Albert 2016-10-06 15:50:41 -07:00
parent e35872605b
commit df31aff4e9
2 changed files with 12 additions and 5 deletions

View File

@ -2110,4 +2110,10 @@ ndk_library {
first_version: "9",
}
ndk_library {
name: "libstdc++.ndk",
symbol_file: "libstdc++.map.txt",
first_version: "9",
}
subdirs = ["malloc_debug"]

View File

@ -1,18 +1,19 @@
LIBC_O {
global:
_ZSt7nothrow; # var
_ZTV9type_info; # var introduced-arm=9 introduced-mips=9
_ZdaPv;
_ZdaPvRKSt9nothrow_t;
_ZdlPv;
_ZdlPvRKSt9nothrow_t;
_Znam; # arm64 x86_64 mips64
_ZnamRKSt9nothrow_t; # arm64 x86_64 mips64
_Znwm; # arm64 x86_64 mips64
_ZnwmRKSt9nothrow_t; # arm64 x86_64 mips64
_Znaj; # arm x86 mips
_ZnajRKSt9nothrow_t; # arm x86 mips
_Znam; # arm64 x86_64 mips64
_ZnamRKSt9nothrow_t; # arm64 x86_64 mips64
_Znwj; # arm x86 mips
_ZnwjRKSt9nothrow_t; # arm x86 mips
_ZSt7nothrow;
_Znwm; # arm64 x86_64 mips64
_ZnwmRKSt9nothrow_t; # arm64 x86_64 mips64
__cxa_guard_abort;
__cxa_guard_acquire;
__cxa_guard_release;