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

  /ndk/build/core/
add-platform.mk 16 $(call assert-defined,_platform NDK_PLATFORMS_ROOT)
21 _abis := $(strip $(notdir $(wildcard $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-*)))
24 $(call ndk_log,PLATFORM $(_platform) supports: $(_abis))
26 NDK_PLATFORM_$(_platform)_ABIS := $(_abis)
31 $(eval NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT := $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-$(_abi))\
32 $(call ndk_log, ABI $(_abi) sysroot is: $(NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
init.mk 473 $(foreach _platform,$(NDK_ALL_PLATFORMS),\