summaryrefslogtreecommitdiffstats
path: root/tools/adbs
Commit message (Collapse)AuthorAgeFilesLines
* py3: update all the thingsAnthony King2016-01-041-0/+2
| | | | Change-Id: I5e11b46b7c2f7f8760d6c0e713ca99c1e88b7cd3
* ADBS now uses stack_core code to parse traces.Brigid Smith2014-07-071-184/+8
| | | | Change-Id: Ic1d822e2599fb0ad54dbe20d54e1dd6e3eaf18d6
* Fix regex for finding symbol data.Christopher Ferris2013-12-121-2/+2
| | | | | | | | The new output of debuggerd removed a space between the #00 and the rest of the line. The regex is very restrictive, so fixing it to handle the new output. Change-Id: I5259ae1e56a351608b330dfd858a2021e6d89358
* Export TARGET_GCC_VERSION as an env variable.Ben Cheng2012-12-101-2/+4
| | | | | | Have it referenced by the adbs tool to pick the specified toolchain. Change-Id: I23df88946254a55d0749d6753e54559faf33e121
* Switch default gcc toolchain from 4.4.3 to 4.6.Jing Yu2012-03-291-3/+3
| | | | | | Switch both arm-linux-androideabi toolchainand arm-eabi toolchain. Change-Id: I7b2771fe684853ab37e3b5b7cfe4146f9f901e02
* Make adbs work again on Darwin x86.Romain Guy2012-03-131-5/+1
| | | | | | We don't support building on Darwin PPC so let's always assume x86. Change-Id: I079a4040f1c0a144d4cdd1e2b3d2a183c00bf7b0
* Revert "Point arm toolchain to the new gcc-4.6 one."Jean-Baptiste Queru2012-01-111-3/+3
| | | | This reverts commit 1f87795eef3ab5f63675dc6e01f304d1a6e46d2a.
* Point arm toolchain to the new gcc-4.6 one.Jing Yu2012-01-061-3/+3
| | | | | | | | | | Tested build mysid-eng, sojus-eng, trygon-eng, yakju-eng. Change-Id: I742cf9fcf2407b9098c99136d67161ecf062ac01 Conflicts: core/combo/TARGET_linux-arm.mk
* Fix dump vars.Ying Wang2011-02-251-1/+1
| | | | | | Now you have to run config.mk instead of envsetup.mk to dump vars in the build system. Change-Id: I6caaa7eb13dfd55f07303963f6337d51fb126bb9
* Make arm-linux-androideabi toolchain the default for Android build.Jing Yu2010-07-291-6/+6
| | | | | | | | | | | | | | | | | androideabi target is already in upstream GCC. The arm-linux- androideabi toolchain can be built directly from upstream GCC. Switching from old special tailored arm-eabi toolchain to the new arm-linux-androideabi toolchain make us closer to the opensource community and friendly to all toolchain developers. kernel still uses arm-eabi toolchain. So we add arm-eabi toolchain path to PATH. The arm-linux-androideabi-4.4.x toolchain is built with the same source as the latest arm-eabi-4.4.3 toolchain except for the target change patches. Change-Id: I1e5f2fe2faeee08f913f37e0ba93e84d2654a8ff
* Switch toolchain from gcc-4.4.0 to gcc-4.4.3Jing Yu2010-06-161-2/+2
| | | | | | | | | | | gcc-4.4.3 toolchain is based on fsf GCC-4.4.3 with numerous patches. It reduces 3.65% code size than the prebuilt gcc-4.4.0 toolchain, and improves 3.4% performance on Android benchmarks. The toolchain uses gold as default linker. With gold, the toolchain further reduces 1MB system image. Change-Id: I55eb4df185f2932e71498fcc28428e4d1b175393
* Flush every line of output.Andy McFadden2009-08-311-0/+1
| | | | Works better when the output is piped through "tee" to a file.
* Install the generic version of adbs to build/tools.Ben Cheng2009-08-111-0/+222