HomeSort by relevance Sort by last modified time
    Searched refs:gabi (Results 1 - 16 of 16) sorted by null

  /ndk/tests/device/test-unwind-struct/jni/
Android.mk 6 LOCAL_STATIC_LIBRARIES := gabi++_static
9 $(call import-module,cxx-stl/gabi++)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 18 // We do have rtti support now through GAbi++
60 #define _STLP_NATIVE_CPP_C_HEADER(header) <../../gabi++/include/header>
61 #define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../../gabi++/include/header>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 18 // We do have rtti support now through GAbi++
59 #define _STLP_NATIVE_CPP_C_HEADER(header) <../../gabi++/include/header>
60 #define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../../gabi++/include/header>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 18 // We do have rtti support now through GAbi++
59 #define _STLP_NATIVE_CPP_C_HEADER(header) <../../gabi++/include/header>
60 #define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../../gabi++/include/header>
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_android.h 18 // We do have rtti support now through GAbi++
60 #define _STLP_NATIVE_CPP_C_HEADER(header) <../../gabi++/include/header>
61 #define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../../gabi++/include/header>
  /ndk/tests/build/system-cpp-headers/jni/
Android.mk 15 include $(NDK_ROOT)/sources/cxx-stl/gabi++/Android.mk
  /ndk/sources/cxx-stl/gabi++/tests/
Android.mk 8 $(eval LOCAL_STATIC_LIBRARIES := gabi++_static)\
15 $(eval LOCAL_SHARED_LIBRARIES := gabi++_shared)\
50 $(call import-module,cxx-stl/gabi++)
  /ndk/sources/cxx-stl/gabi++/
Android.mk 8 LOCAL_MODULE:= gabi++_shared
15 LOCAL_MODULE:= gabi++_static
  /ndk/build/tools/
dev-defaults.sh 17 # Location of the GAbi++ sources, relative to the NDK root directory
18 GABIXX_SUBDIR=sources/cxx-stl/gabi++
build-target-prebuilts.sh 92 dump "Building $ABIS gabi++ binaries..."
93 run $BUILDTOOLS/build-cxx-stl.sh --stl=gabi++ $FLAGS
94 fail_panic "Could not build gabi++!"
build-cxx-stl.sh 20 # - Define CXX_STL to one of 'gabi++', 'stlport' or 'libc++'
28 CXX_STL_LIST="gabi++ stlport libc++"
144 # Determine GAbi++ build parameters. Note that GAbi++ is also built as part
337 gabi++)
418 # Always rebuild GAbi++, except for unknown archs.
428 elif [ "$CXX_STL" = "gabi++" ]; then
429 log "Could not build gabi++ with unknown arch!"
435 # Build the runtime sources, except if we're only building GAbi++
436 if [ "$CXX_STL" != "gabi++" ]; the
    [all...]
make-standalone-toolchain.sh 421 (cd $ABI_STL_INCLUDE && ln -s ../../gabi++/include/$header $header)
433 copy_directory "$STLPORT_DIR/../gabi++/include" "$ABI_STL_INCLUDE/../../gabi++/include"
  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 219 GABIXX_LIBS=$NDK/sources/cxx-stl/gabi++/libs/armeabi-v7a
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 52 # Since libcxxrt seems to hard to port to Android, use GAbi++ instead.
53 # The GAbi++ sources are compiled with the GABIXX_LIBCXX macro defined
57 # a few cases where GAbi++ doesn't support the libcxxrt ABI perfectly
62 # Find the GAbi++ sources to include them here.
66 libgabi++_sources_dir := $(strip $(wildcard $(LOCAL_PATH)/../gabi++))
68 libgabi++_sources_prefix := ../gabi++
70 libgabi++_sources_dir := $(strip $(wildcard $(NDK_ROOT)/sources/cxx-stl/gabi++))
72 $(error Can't find GAbi++ sources directory!!)
  /ndk/sources/cxx-stl/stlport/
Android.mk 57 #It is much more practical to include the sources of GAbi++ in our builds
65 include $(dir $(LOCAL_PATH))/gabi++/sources.mk
99 LOCAL_SRC_FILES += $(libgabi++_src_files:%=../gabi++/%)
111 LOCAL_SRC_FILES += $(libgabi++_src_files:%=../gabi++/%)
  /ndk/build/core/
definitions.mk     [all...]

Completed in 541 milliseconds