Home | History | Annotate | Download | only in core

Lines Matching refs:debuggable

220 # Determine whether the application should be debuggable.
223 # - Otherwise, extract the android:debuggable attribute from the manifest.
229 $(call ndk_log,Application '$(_app)' forced debuggable through NDK_DEBUG)
231 $(call ndk_log,Application '$(_app)' forced *not* debuggable through NDK_DEBUG)
238 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(APP_MANIFEST)))
242 $(call ndk_log,Application '$(_app)' *is* debuggable)
244 $(call ndk_log,Application '$(_app)' is not debuggable)
253 # Otherwise, set to 'debug' if android:debuggable is set to TRUE,
265 $(call ndk_log,Selecting debug optimization mode (app is debuggable))
268 $(call ndk_log,Selecting release optimization mode (app is not debuggable))