Lines Matching refs:to
9 # Unless required by applicable law or agreed to in writing, software
16 # this script is used to record an application definition in the
20 # variable named '_application_mk' which points to a given Application.mk
22 # to describe the application to the build system, and the rest of the
34 # We set APP_DEBUG to <undefined>, 'true' or 'false'.
45 $(call __ndk_warning,NDK_DEBUG is defined to the unsupported value '$(NDK_DEBUG)', will be ignored!)
65 # revert to the default value (i.e. "android-3").
79 $(call ndk_log, Defaulted to APP_PLATFORM=$(APP_PLATFORM))
92 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
96 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
100 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
104 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
107 # If APP_PIE isn't defined, set it to true for android-16 and above
120 # Check that the value of APP_PLATFORM corresponds to a known platform
121 # If not, we're going to use the max supported platform value.
127 $(call ndk_log,Switching to $(APP_PLATFORM))
143 # Check that the value of APP_ABI corresponds to known ABIs
146 # It will be handled in setup-app.mk. We can't hope to change
151 # to it will be ignored)
163 $(call __ndk_info,to use a set of the following values: $(NDK_ALL_ABIS))
175 $(call __ndk_info,Your APP_BUILD_SCRIPT points to an unknown file: $(APP_BUILD_SCRIPT))
184 $(call __ndk_info,If this is intentional, please define APP_BUILD_SCRIPT to point)
185 $(call __ndk_info,to a valid NDK build script.)
189 $(call ndk_log, Defaulted to APP_BUILD_SCRIPT=$(APP_BUILD_SCRIPT))
193 # - If APP_DEBUG is set to 'true', then it always should.
194 # - If APP_DEBUG is set to 'false', then it never should
207 # NOTE: To make unit-testing simpler, handle the case where there is no manifest.
225 # Otherwise, set to 'debug' if android:debuggable is set to TRUE,
226 # and to 'release' if not.