OSDN Git Service

Set optimization mode to 'debug' automatically for debuggable applications.
authorDavid 'Digit' Turner <digit@google.com>
Tue, 8 Jun 2010 00:04:21 +0000 (17:04 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Tue, 8 Jun 2010 00:05:32 +0000 (17:05 -0700)
commit219eddd0f8d4ee578d5afb895decc60a364a7191
treee2556f98af0df7298f536b279886897d579ddc80
parent47eff9f6e34a7919585f841fb01f67355a914226
Set optimization mode to 'debug' automatically for debuggable applications.

As a convenience to NDK users, many who are not used to debugging native code at all
and will find that gdb cannot set breakpoints properly or dump local variables by
default strange.

This also moves the computation of APP_MANIFEST and APP_DEBUGGABLE to add-application.mk
which is just more logical.

Change-Id: Ia801f3aeda6a87d91d92bfc618c2620afd1470aa
build/core/add-application.mk
build/core/build-module.mk
build/core/setup-app.mk
docs/APPLICATION-MK.TXT
docs/CHANGES.TXT