OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libsupc
(Results
1 - 9
of
9
) sorted by null
/ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk
29
LOCAL_EXPORT_LDLIBS := $(call host-path,$(LOCAL_PATH)/$(TOOLCHAIN_VERSION)/libs/$(TARGET_ARCH_ABI)/
libsupc
++$(TARGET_LIB_EXTENSION))
/ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh
233
check_armv7_elf_binary $GNUSTL_LIBS/
libsupc
++.a
/ndk/build/tools/
build-gnu-libstdc++.sh
17
# This shell script is used to rebuild the prebuilt GNU
libsupc
++ and
28
"Rebuild the prebuilt GNU
libsupc
++ / libstdc++ binaries for the Android NDK.
31
rebuild the GNU
libsupc
++ and libstdc++ static and shared libraries from
230
fail_panic "Could not create $ABI $THUMB prebuilts for GNU
libsupc
++/libstdc++"
267
copy_file_list "$SDIR/lib" "$DDIR/libs/$ABI"
libsupc
++.a libgnustl_shared.so
271
copy_file_list "$SDIR/thumb/lib" "$DDIR/libs/$ABI/thumb"
libsupc
++.a libgnustl_shared.so
300
for LIB in include/bits
libsupc
++.a libgnustl_static.a libgnustl_shared.so; do
build-on-device-toolchain.sh
97
cp -f $NDK_DIR/$GNUSTL_SUBDIR/$GCC_TOOLCHAIN_VERSION/libs/$ABI/
libsupc
++.a $OUT_SYSROOT/usr/lib
/ndk/sources/cxx-stl/llvm-libc++/
Android.mk
48
# C++ runtime, instead of GNU
libsupc
++.
/ndk/sources/cxx-stl/stlport/
Android.mk
59
# its own copy of
libsupc
++)
/ndk/toolchains/llvm-3.2/
setup-common.mk
19
# For sources/cxx-stl/gnu-libstdc++/$(TOOLCHAIN_VERSION)/libs/*/
libsupc
++.a
/ndk/toolchains/llvm-3.3/
setup-common.mk
19
# For sources/cxx-stl/gnu-libstdc++/$(TOOLCHAIN_VERSION)/libs/*/
libsupc
++.a
/ndk/build/core/
build-binary.mk
334
# automatically link against the GNU
libsupc
++ for now.
338
LOCAL_LDLIBS := $(LOCAL_LDLIBS) $(call host-path,$(NDK_ROOT)/sources/cxx-stl/gnu-libstdc++/$(TOOLCHAIN_VERSION)/libs/$(TARGET_ARCH_ABI)/
libsupc
++$(TARGET_LIB_EXTENSION))
Completed in 546 milliseconds