HomeSort by relevance Sort by last modified time
    Searched full:libc_root (Results 1 - 4 of 4) sorted by null

  /ndk/build/tools/
build-ndk-sysroot.sh 189 LIBC_ROOT=$BIONIC_ROOT/libc
192 LIBC_ROOT=$BIONIC_ROOT/bionic
288 common_headers $LIBC_ROOT/kernel/common
289 arch_headers $LIBC_ROOT/kernel/arch-$ARCH
292 common_headers $LIBC_ROOT/include
293 arch_headers $LIBC_ROOT/arch-$ARCH/include
  /build/core/combo/
TARGET_linux-mips.mk 132 libc_root := bionic/libc macro
190 KERNEL_HEADERS_COMMON := $(libc_root)/kernel/common
191 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/arch-$(TARGET_ARCH)
196 $(libc_root)/arch-mips/include \
197 $(libc_root)/include \
TARGET_linux-x86.mk 64 libc_root := bionic/libc macro
77 KERNEL_HEADERS_COMMON := $(libc_root)/kernel/common
78 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/arch-$(TARGET_ARCH)
150 $(libc_root)/arch-x86/include \
151 $(libc_root)/include \
TARGET_linux-arm.mk 165 libc_root := bionic/libc macro
218 KERNEL_HEADERS_COMMON := $(libc_root)/kernel/common
219 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/arch-$(TARGET_ARCH)
224 $(libc_root)/arch-arm/include \
225 $(libc_root)/include \

Completed in 307 milliseconds