Lines Matching refs:sources
16 # Location of the STLport sources, relative to the NDK root directory
17 STLPORT_SUBDIR=sources/cxx-stl/stlport
19 # Location of the GAbi++ sources, relative to the NDK root directory
20 GABIXX_SUBDIR=sources/cxx-stl/gabi++
24 GNUSTL_SUBDIR=sources/cxx-stl/gnu-libstdc++
28 LIBCXX_SUBDIR=sources/cxx-stl/llvm-libc++
31 LIBCXXABI_SUBDIR=sources/cxx-stl/llvm-libc++abi/libcxxabi
33 # Location of the libportable sources, relative to the NDK root directory
34 LIBPORTABLE_SUBDIR=sources/android/libportable
36 # Location of the gccunwind sources, relative to the NDK root directory
37 GCCUNWIND_SUBDIR=sources/android/gccunwind
39 # Location of the compiler-rt sources, relative to the NDK root directory
40 COMPILER_RT_SUBDIR=sources/android/compiler-rt
42 # Location of the support sources for libc++, relative to the NDK root directory
43 SUPPORT_SUBDIR=sources/android/support
45 # The date to use when downloading toolchain sources from AOSP servers