Lines Matching refs:MK
24 # This assumes we are located under $NDK_ROOT/build/core/main.mk
27 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/main.mk=%))
39 include $(NDK_ROOT)/build/core/init.mk
45 # Each 'application' must have a corresponding Application.mk file
49 # See docs/ANDROID-MK.TXT for their specification.
68 You can also add new applications by writing an Application.mk file.)
70 See docs/APPLICATION-MK.TXT for details.)
84 # Check that all apps listed in APP have an Application.mk
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
93 Missing file: apps/$(_app)/Application.mk !)\
103 The NDK could not find a proper application description under apps/*/Application.mk)
137 include $(BUILD_SYSTEM)/setup-imports.mk
138 include $(BUILD_SYSTEM)/build-all.mk