Home | History | Annotate | Download | only in core

Lines Matching refs:strip

24 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/=%))
81 host-dir-parent = $(strip \
90 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))
101 $(eval __find_project_manifest := $(strip $(wildcard $(__find_project_path)/$(__find_project_file))))\
113 NDK_PROJECT_PATH := $(strip $(NDK_PROJECT_PATH))
131 ifneq (,$(strip $(wildcard AndroidManifest.xml)))
134 ifneq (,$(strip $(wildcard jni/Android.mk)))
160 NDK_APPLICATION_MK := $(strip $(wildcard $(NDK_PROJECT_PATH)/jni/Application.mk))
170 NDK_APP_OUT := $(strip $(NDK_OUT))
181 NDK_APP_LIBS_OUT := $(strip $(NDK_LIBS_OUT))