HomeSort by relevance Sort by last modified time
    Searched refs:NDK_ROOT (Results 26 - 41 of 41) sorted by null

12

  /ndk/build/core/
init.mk 64 # NDK_ROOT *must* be defined and point to the root of the NDK installation
65 NDK_ROOT := $(strip $(NDK_ROOT))
66 ifndef NDK_ROOT
67 $(error ERROR while including init.mk: NDK_ROOT must be defined !)
69 ifneq ($(words $(NDK_ROOT)),1)
70 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
296 HOST_PREBUILT_ROOT := $(call host-prebuilt-tag, $(NDK_ROOT))
371 BUILD_AWK := $(NDK_ROOT)/build/awk
436 BUILD_SYSTEM := $(NDK_ROOT)/build/cor
    [all...]
setup-toolchain.mk 110 TOOLCHAIN_ROOT := $(NDK_ROOT)/toolchains/$(TOOLCHAIN_NAME)
124 TARGET_GDBSERVER := $(NDK_ROOT)/prebuilt/android-$(TARGET_ARCH)/gdbserver/gdbserver
definitions.mk 19 include $(NDK_ROOT)/build/gmsl/gmsl
    [all...]
build-binary.mk 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))