- 29 Apr, 2013 1 commit
-
-
Kenny Root authored
Change-Id: I130b137f8ba62a3cf1b915dcf6a0cf3dc25043eb
-
- 26 Apr, 2013 1 commit
-
-
Nick Kralevich authored
-
- 25 Apr, 2013 1 commit
-
-
Nick Kralevich authored
Enable _FORTIFY_SOURCE=2 for ARM. Currently, this change is a no-op, as Android's libc doesn't support _FORTIFY_SOURCE > 1, yet. Change-Id: Ib4c8e44e6949a37352c153e3c52a4fa001f18738
-
- 17 Apr, 2013 3 commits
-
-
Jean-Baptiste Queru authored
Change-Id: I61e5c59ba2ba1e1072440cc46202a88d3f89c1f7
-
Ying Wang authored
-
Chih-Wei Huang authored
$(built_odex) depends on $(LOCAL_BUILT_MODULE) but doesn't have any build recipe. It is built by the rules of $(LOCAL_BUILT_MODULE) that results in a subtle bug: $(built_odex) is always newer than $(LOCAL_BUILT_MODULE) if $(LOCAL_BUILT_MODULE) rebuilt. Therefore 'make' thinks the targets (/system/app/$app.odex) depending on $(built_odex) don't need to be updated. It seems an allegedly optimization bug of 'make'. The simple fix is to explicitly add $(LOCAL_BUILT_MODULE) as a dependency of $(installed_odex).
-
- 09 Apr, 2013 1 commit
-
-
Justin Ho authored
Change-Id: I0cc358c96b1c090dc26e20fec40982a21bca7474
-
- 08 Apr, 2013 1 commit
-
-
Justin Ho authored
Change-Id: Ide7d8fd915c6ee0d0f856d8cb60d7f68ea58c961
-
- 06 Apr, 2013 4 commits
- 05 Apr, 2013 1 commit
-
-
Ed Heyl authored
Change-Id: Ice879d6d5884c4193e65e1445c3e077fe7151650
-
- 03 Apr, 2013 1 commit
-
-
Ying Wang authored
-
- 02 Apr, 2013 2 commits
-
-
jwilson authored
Change-Id: I18716683632249573295cb2eb5229a1188ed0f17
-
Wink Saville authored
-
- 30 Mar, 2013 2 commits
- 28 Mar, 2013 1 commit
-
-
Ulas Kirazci authored
Change-Id: I7429015b3c5f7f38b7be01eb2d4927f7a9999c80
-
- 27 Mar, 2013 2 commits
-
-
Brian Carlstrom authored
-
jeffhao authored
The host java files weren't being compiled with -g. (cherry-picked from 3a971f734060d19fc023ccf82e39d956a31b7cfb) Change-Id: I4274910c64ebf52ec955e30e800b34fc309db27b
-
- 26 Mar, 2013 2 commits
-
-
Geremy Condra authored
-
William Roberts authored
Remove the output files for SELinux policy and mac_permissions.xml mapping for changes between user and eng build. Change-Id: Ie27dcedde0c22ce917d90466a763698c86919530
-
- 23 Mar, 2013 2 commits
- 20 Mar, 2013 1 commit
-
-
The Android Automerger authored
-
- 19 Mar, 2013 2 commits
-
-
Andrew Hsieh authored
-
Andrew Hsieh authored
Also see 6c7bc550 Change-Id: Iade6cd6b40cd4840a148098e1d8fc7a0c97e2f66
-
- 18 Mar, 2013 2 commits
- 14 Mar, 2013 2 commits
-
-
Raphael Moll authored
-
The Android Automerger authored
-
- 13 Mar, 2013 1 commit
-
-
Raphael Moll authored
Cleans up some unused/renamed files: - sdk_only_whitelist is better named windows_sdk_whitelist. - a few product.mk dependencies should not be listed here any more but in the sdk/product.mk instead (which they were.) Change-Id: Ifad3049321c8ec4edd8b94b83e570eebba442e7d
-
- 12 Mar, 2013 1 commit
-
-
The Android Automerger authored
-
- 11 Mar, 2013 1 commit
-
-
Ying Wang authored
-
- 08 Mar, 2013 5 commits
-
-
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
-
Kenny Root authored
* changes: Function to grep AndroidManifest.xml files. Utility to dump stacks from arbitrary processes.
-
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
-
Ying Wang authored
-