- 13 Sep, 2013 1 commit
-
-
Andrew Hsieh authored
Change-Id: Ie77018e4943823f7d0f18e9249f973a98ee3652a
-
- 10 Sep, 2013 1 commit
-
-
Andrew Hsieh authored
The new option WITH_STATIC_ANALYZER=1 instructs build system to run static analyzer via "clang --analyze" on a successful build. If analyzer finds any issue, instruction to open report is displayed. See http://clang-analyzer.llvm.org/scan-build.html for details. WITH_STATIC_ANALYZER trumps WITH_SYNTAX_CHECK if both exist. Project use lots of GCC extensions (eg. nested function) not supported by clang may opt out by adding LOCAL_NO_STATIC_ANALYZER:=true Change-Id: I9970560560bd52ce5f0fd7129c3488629627c735
-
- 13 Aug, 2013 1 commit
-
- 23 Jul, 2013 1 commit
-
-
Guilhem IMBERTON authored
AndroidProducts.mk allows for a maxdepth of 4 in device and vendor while vendorsetup.sh and BoardConfig.mk only allow for smaller depth. Make search depth consistent for these files. Change-Id: I406770c1423d4f27fe097956a7c705a0da937e35 Signed-off-by:
Beare, Bruce J <bruce.j.beare@intel.com> Signed-off-by:
Laurent Fert <laurent.fert@intel.com> Signed-off-by:
Guilhem Imberton <guilhem.imberton@intel.com> Author: Laurent Fert <laurent.fert@intel.com>
-
- 08 May, 2013 1 commit
-
-
Alex Klyubin authored
(cherry picked from commit ba5fc8e5) Change-Id: I7840dc698c5e479e65c66cb2a3ab0405127b64ec
-
- 07 May, 2013 1 commit
-
-
Alex Klyubin authored
Change-Id: Ib86a124296ecbc2b2ce9a0323c40c85ceb6cd466
-
- 17 Apr, 2013 1 commit
-
-
Ying Wang authored
Change-Id: Ia3647674f294c42e9fbe2163bf0d70012313bb15
-
- 30 Mar, 2013 1 commit
-
-
Ying Wang authored
Change-Id: Ia3647674f294c42e9fbe2163bf0d70012313bb15
-
- 26 Mar, 2013 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: If609f66904ac560bc7a6e9ff9a43c2e039525687
-
- 09 Mar, 2013 1 commit
-
-
Michael Wright authored
Change-Id: I40574d6cdab31e920535c09d24fe8463aee57586
-
- 08 Mar, 2013 5 commits
-
-
Alex Ray authored
pez is a new bash function that can be prepended to existing functions or commands to clearly show a colored exit status. Example: $ pez mmm frameworks/base/etc will print all the usual output, and at the end either a green "SUCCESS" line or a red "FAILURE" line. Change-Id: I7e369b0280d6ece16fb0be1895278c26922491fe
-
John Michelau authored
Use gdbwrapper() for launching gdb. This can be redefined to launch one of the many gdb wrappers instead. Example: function gdbwrapper() { ddd --debugger $ANDROID_TOOLCHAIN/$GDB -x "$@" } Change-Id: I3cce8a2ca1bae6d531e2388a93cb52075b21a42c
-
Jeff Sharkey authored
(cherry picked from commit 50b61e9e) Change-Id: I1998a9d6a05176fc7fc8643c5d1c40e2dd699d4e
-
Jeff Sharkey authored
Saves any existing traces, dumps stacks from the target process, then restores the original traces. (cherry picked from commit f5824371) Change-Id: I2513f0de0d90cccd56c4949ca7d218e430439c00
-
Jeff Sharkey authored
Change-Id: I1998a9d6a05176fc7fc8643c5d1c40e2dd699d4e
-
- 20 Feb, 2013 1 commit
-
-
Jeff Sharkey authored
Saves any existing traces, dumps stacks from the target process, then restores the original traces. Change-Id: I2513f0de0d90cccd56c4949ca7d218e430439c00
-
- 09 Feb, 2013 1 commit
-
-
Ying Wang authored
augmented mm/mmm: Their usages are the same as mm/mmm. They build not only all modules in given path(s), but also their dependencies. With them, to run mm/mmm you don't need to run a full build first now: Just run mma/mmma first. Note that mma/mmma need to load all the makefiles in the source tree so they are much slower than mm/mmm. You should run mma/mmma the first time, and then mm/mmm for incremental build. Bug: 8163814 Change-Id: I554a97c0a23343b65c50870406225eb0064e0651
-
- 05 Feb, 2013 1 commit
-
-
Joe Onorato authored
It lets these shell functions work even if you have some other makefile at the root of your tree. Change-Id: Ic84688abd89cc70c062e156f1397296837fb137e
-
- 31 Jan, 2013 1 commit
-
-
Ying Wang authored
But only for unbundled build. Add it to tapas arch options. Bug: 8108463 Change-Id: I53cd63c6ab2113fee3992650b561658231ea9921
-
- 13 Dec, 2012 1 commit
-
-
Ying Wang authored
http://code.google.com/p/android/issues/detail?id=41372 Change-Id: I78e468cb5d57e51774d2e42376ef1f4b52096d33
-
- 12 Dec, 2012 1 commit
-
-
Ben Cheng authored
Change-Id: Id3689376ae4c4fc183569955b2ee98df5c069510
-
- 11 Dec, 2012 2 commits
- 27 Nov, 2012 2 commits
-
-
Ying Wang authored
So tools like adb that are built from source won't be overridden by the host system tools, when you run these tools without specifying the path. Change-Id: I2f0a288b38fabf57c7a4aa3bae5e42d7b734398d
-
Ying Wang authored
So tools like adb that are built from source won't be overridden by the host system tools, when you run these tools without specifying the path. Change-Id: I2f0a288b38fabf57c7a4aa3bae5e42d7b734398d
-
- 16 Nov, 2012 1 commit
-
-
Ben Cheng authored
In the future to upgrade the gcc version we just need to edit one line in core/config.mk. Change-Id: I01bb38c38f2388913bb7369aa4b2da480411dfbe
-
- 10 Nov, 2012 1 commit
-
-
Chris Craik authored
Improves attaching to multi-process applications, connecting to the root process if child process not specified instead of passing bad data to gdbserver Also logs error instead of passing bad data to gdbserver if pid undetermined Change-Id: I68ad62645c4f0a7a24aef02c84e3b5b84e14461e
-
- 11 Oct, 2012 1 commit
-
-
Ying Wang authored
So the returned path can match the one returned by gettop, and so we can get the correct relative path of ONE_SHOT_MAKEFILE when running mm. Change-Id: I492d68fec47e59ec9f4ea0fb5139b1a28af0f6cd
-
- 26 Sep, 2012 1 commit
-
-
Dianne Hackborn authored
Change-Id: Ia3d2aefd32579b61da72e65c78dc6053dbaaad28
-
- 27 Aug, 2012 1 commit
-
-
Chris Dearman authored
Signed-off-by:
Chris Dearman <chris@mips.com> Change-Id: Ib33ce42532cc8cedc6f48036a257a2a225c82a69
-
- 22 Aug, 2012 1 commit
-
-
Ying Wang authored
For example: $ tapas App1 App2 x86 userdebug Change-Id: I19601a93484f70dac677d2d68033684db32e1321
-
- 21 Aug, 2012 1 commit
-
-
Victoria Lease authored
Added a few new functions to envsetup.sh: - getsdcardpath() returns the sdcard path. This will be more useful when multiuser storage complicates the sdcard path. - getscreenshotpath() returns the path to screenshots - getlastscreenshot() adb pulls the most recently-taken screenshot Change-Id: I851145088344dff6f1672f0a423201f3aa3e4390
-
- 17 Aug, 2012 1 commit
-
-
Ying Wang authored
Change-Id: I0530b24179034f521dc2366588cdc906ef466750
-
- 10 Aug, 2012 1 commit
-
-
Raghu Gandham authored
Change-Id: Iba4d046e3202524b29cfe32980927f8cc0aa8496 Signed-off-by:
Chris Dearman <chris@mips.com> Signed-off-by:
Raghu Gandham <raghu@mips.com>
-
- 18 Jul, 2012 1 commit
-
-
Bruce Beare authored
The 4.4.3 TC was still being specified in one spot. Also, no need to cross-set x86/ARM variables when buliding for ARM/x86. Change-Id: Icbb0f772a983a24dc10ccab0800d4b7bbd60a099 Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- 05 Jun, 2012 1 commit
-
-
Alon Albert authored
Build all modules: mmm dir Build a single module: mmm dir:module Build multiple modules: mmm dir:module1,module2 Or in other words: Change-Id: I2bb91205ed31fda0cb88d8e584bbae63044962a5
-
- 14 May, 2012 1 commit
-
-
H.J. Lu authored
Change-Id: Ibbb0a899f147013503d6830bb93050c5ae588539 Author: "H.J. Lu" <hongjiu.lu@intel.com>
-
- 27 Apr, 2012 1 commit
-
-
Robert Greenwalt authored
Adding a script to there and people thought it would be nice if it were available/in seach path. bug:4208971 Change-Id: I58475f5f0149cec2485dc5bc787b5fb3cc68ba0a
-
- 20 Apr, 2012 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: I15a8be11b3d0f1985ffd97dd51a1af18e1ce7b67
-
- 18 Apr, 2012 1 commit
-
-
Ying Wang authored
ARM_EABI_TOOLCHAIN is still used by the kernel build. Change-Id: I5cdad0b478c0836e06a2af567e4e212602da1f3b
-