Home | History | Annotate | Download | only in core

Lines Matching refs:APPLICATION

43 # Read all application configuration files
45 # Each 'application' must have a corresponding Application.mk file
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)
132 $(call __ndk_info,Building for application '$(NDK_APPS)')