Home | History | Annotate | Download | only in core

Lines Matching refs:Check

31 # Check that NDK_DEBUG is properly defined. If it is
51 $(call check-required-vars,$(NDK_APP_VARS_REQUIRED),$(_application_mk))
63 # check whether APP_PLATFORM is defined. If not, look for project.properties in
111 # Check that the value of APP_PLATFORM corresponds to a known platform
121 # Check platform level (after adjustment) against android:minSdkVersion in AndroidManifest.xml
132 # Check that the value of APP_ABI corresponds to known ABIs
157 # If APP_BUILD_SCRIPT is defined, check that the file exists.
218 # check that APP_OPTIM, if defined, is either 'release' or 'debug'
237 # Check that APP_STL is defined. If not, use the default value (system)
238 # otherwise, check that the name is correct.
243 $(call ndk-stl-check,$(APP_STL))