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

  /build/core/combo/
TARGET_linux-mips64.mk 134 libc_root := bionic/libc macro
155 KERNEL_HEADERS_COMMON := $(libc_root)/kernel/uapi
156 KERNEL_HEADERS_COMMON += $(libc_root)/kernel/common
157 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/uapi/asm-mips
158 # TODO: perhaps use $(libc_root)/kernel/uapi/asm-$(TARGET_ARCH) instead of asm-mips ?
162 $(libc_root)/arch-mips64/include \
163 $(libc_root)/include \
TARGET_linux-arm64.mk 137 libc_root := bionic/libc macro
147 KERNEL_HEADERS_COMMON := $(libc_root)/kernel/uapi
148 KERNEL_HEADERS_COMMON += $(libc_root)/kernel/common
149 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/uapi/asm-$(TARGET_ARCH)
153 $(libc_root)/arch-arm64/include \
154 $(libc_root)/include \
TARGET_linux-x86.mk 76 libc_root := bionic/libc macro
79 KERNEL_HEADERS_COMMON := $(libc_root)/kernel/uapi
80 KERNEL_HEADERS_COMMON += $(libc_root)/kernel/common
81 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/uapi/asm-x86 # x86 covers both x86 and x86_64.
135 $(libc_root)/arch-x86/include \
136 $(libc_root)/include \
TARGET_linux-x86_64.mk 76 libc_root := bionic/libc macro
79 KERNEL_HEADERS_COMMON := $(libc_root)/kernel/uapi
80 KERNEL_HEADERS_COMMON += $(libc_root)/kernel/common
81 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/uapi/asm-x86 # x86 covers both x86 and x86_64.
144 $(libc_root)/arch-x86_64/include \
145 $(libc_root)/include \
TARGET_linux-arm.mk 157 libc_root := bionic/libc macro
174 KERNEL_HEADERS_COMMON := $(libc_root)/kernel/uapi
175 KERNEL_HEADERS_COMMON += $(libc_root)/kernel/common
176 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/uapi/asm-$(TARGET_$(combo_2nd_arch_prefix)ARCH)
180 $(libc_root)/arch-arm/include \
181 $(libc_root)/include \
TARGET_linux-mips.mk 128 libc_root := bionic/libc macro
149 KERNEL_HEADERS_COMMON := $(libc_root)/kernel/uapi
150 KERNEL_HEADERS_COMMON += $(libc_root)/kernel/common
151 KERNEL_HEADERS_ARCH := $(libc_root)/kernel/uapi/asm-mips # mips covers both mips and mips64.
155 $(libc_root)/arch-mips/include \
156 $(libc_root)/include \
  /ndk/build/tools/
build-ndk-sysroot.sh 184 LIBC_ROOT=$BIONIC_ROOT/libc
187 LIBC_ROOT=$BIONIC_ROOT/bionic
283 common_headers $LIBC_ROOT/kernel/common
284 arch_headers $LIBC_ROOT/kernel/arch-$ARCH
287 common_headers $LIBC_ROOT/include
288 arch_headers $LIBC_ROOT/arch-$ARCH/include

Completed in 120 milliseconds