OSDN Git Service

Allow override of default symbol location for native heap library resolution
authorXavier Ducrohet <xav@android.com>
Fri, 24 Jul 2009 20:19:24 +0000 (13:19 -0700)
committerXavier Ducrohet <xav@android.com>
Fri, 24 Jul 2009 20:19:24 +0000 (13:19 -0700)
commit7aea197838d571e9ea8c8c36cf646473d6d7dabc
tree4eea1d17caa085b773782e6cbbcc8a158582ed4d
parent008c56648a08564460a161d680d542338a025d07
Allow override of default symbol location for native heap library resolution

Default location of the symbols is $ANDROID_PRODUCT_OUT/symbols.
Setting the env variable ANDROID_SYMBOLS allows you to override this location
so that DDMS goes look for the symbol in a different location when
resolving native heap addresses.