No description
Find a file
Dehao Chen 734de7a8b4 Emit unique linker buildid in all binaries.
We want to store the symbol information for all android binaries in a global database.

* We ingest unstripped binaries into the global database
* When we collect address data from device (e.g. instruction pointer address), we want to lookup its symbol information through the global database. The key of the mapping is a unique build id, which is the same between binaries on device (stripped) and unstripped binaries.

After applying this patch, the system.img size increases by 0.0047% (16.3KB).

Change-Id: Id92faf2951f43a30947e8d2b690c1af6bf7e3f54
2015-01-15 23:09:35 +00:00
core Emit unique linker buildid in all binaries. 2015-01-15 23:09:35 +00:00
libs/host Remove HAVE_SYMLINKS. 2015-01-12 17:21:01 -08:00
target Add ld.mc as a required executable to core_minimal.mk. 2015-01-14 16:11:12 -08:00
tools build_image: Set file system labels on disk images 2015-01-05 17:49:37 +01:00
.gitignore Delete .swp file added by accident. 2014-07-22 17:42:35 -07:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
CleanSpec.mk Make gnu++11 the default standard version. 2014-11-24 15:53:31 -08:00
envsetup.sh Fix incorrect name for x86 platform's gdb 2015-01-05 14:36:38 -08:00