Home | History | Annotate | Download | only in core

Lines Matching full:debuggable

217 # Determine whether the application should be debuggable.
220 # - Otherwise, extract the android:debuggable attribute from the manifest.
226 $(call ndk_log,Application '$(_app)' forced debuggable through NDK_DEBUG)
228 $(call ndk_log,Application '$(_app)' forced *not* debuggable through NDK_DEBUG)
235 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(APP_MANIFEST)))
239 $(call ndk_log,Application '$(_app)' *is* debuggable)
241 $(call ndk_log,Application '$(_app)' is not debuggable)
250 # Otherwise, set to 'debug' if android:debuggable is set to TRUE,
262 $(call ndk_log,Selecting debug optimization mode (app is debuggable))
265 $(call ndk_log,Selecting release optimization mode (app is not debuggable))