summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove files associated with compiling linux-kernel-modules.cBen Cheng2013-12-061-1/+1
| | | | | | | | | Bionic doesn't have stdio_ext.h which is needed by functions in linux-kernel-modules.c and dependent ones. Since perf can be selectively disabled to use older interface, we don't need to compile these files anymore. Change-Id: I3803eefd5565a1fe607f3889c600e713954abb14
* Add new build rules and associated fixes needed by perf.Ben Cheng2012-03-211-144/+12
| | | | | | | New static libraries (host and target): libelf, libebl, libdw, and libdwfl Cleaned up off_t, loff_t, and off64_t usage. Change-Id: Ic567dce0591aad3c9c61f4054b2e1948b0865d64
* Upgrade elfutils from version 0.97 to 0.138Ben Cheng2012-03-081-250/+132
| | | | | | | | | | | | | | | This upgrade is in preparation for adding perf to the Android tree, where perf needs newer version of elfutils. This particular snapshot also cleans up the current makefile where only the host version of libelf.a (needed by elftree). Additional build targets for libebl.a, libebl_arm.a, and libebl_sh.a are eliminated since they are not used in the tree at all. Changes that build other target modules and associated modifications to work with bionic will be added later. Change-Id: Ifa808ba5ad2881ccb2c0cf44d134931faad801e1
* modify elfutils Android.mk to support SuperHShin-ichiro KAWASAKI2009-07-311-0/+29
|
* 1. Removed commented include of <endian.h>Alexey Tarasov2009-03-051-0/+6
| | | | | 2. added config-compat-freebsd.h and updated makefile to include it while compilation.
* Initial ContributionThe Android Open Source Project2008-10-211-0/+230