- 27 Mar, 2013 1 commit
-
-
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
- 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 1 commit
-
-
Raphael Moll 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
-
- 11 Mar, 2013 1 commit
-
-
Ying Wang authored
-
- 08 Mar, 2013 9 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
-
Ying Wang authored
Change-Id: I825de45f1b982e4aa391b11bf18ba90432272fa7
-
Christopher Ferris authored
-
Christopher Ferris authored
Adding this since all arm builds will require TARGET_CPU_VARIANT to be set to a valid value in the near future. Merge from internal master. Change-Id: I2b73f9dbdd04cd8ac47035875c714bd0e75920e7
-
Ying Wang authored
-
- 06 Mar, 2013 4 commits
-
-
Ying Wang authored
-
Ben Cheng authored
Bug:7961327 Merged from internal master. Change-Id: Ia78472ba53ae1221de4572119aa5c63246941eeb
-
Ying Wang authored
-
Ying Wang authored
Instead we should explicitly set up the dependency, if the module will be used in the build process; Use LOCAL_MODULE_TAGS with eng, debug or tests if the module is for testing; or add to PRODUCT_PACKAGES if it's required by a product. Change-Id: Ic26319c26c1166bc1062dfbcfb4e006af185249a
-
- 01 Mar, 2013 1 commit
-
-
Ying Wang authored
Instead of using "LOCAL_MODULE_TAGS := debug" to install them. Bug: 8276818 Change-Id: I7eba3c4e6c2f07ebe661522cb0e14afcc3ef7e92
-
- 28 Feb, 2013 2 commits
-
-
Kenny Root authored
-
Kenny Root authored
Trying to use reflection on classes loaded from a different ClassLoader than the system one caused SecurityException since you can't load certain packages. Adding them to the boot classpath forces them to be in the same ClassLoader. Change-Id: Id518ab0a99da6defac525c0ad430a63f600ce85f
-
- 27 Feb, 2013 1 commit
-
-
Ian Rogers authored
-
- 26 Feb, 2013 3 commits
-
-
Ian Rogers authored
Make the host and the target x86 build more uniform by using the same machine flags. Its unlikely Android has ever been built on a machine without SSE3 support. Bug: 8068608 Change-Id: I19635528b61bf2c6faf02c2e575b1d9bf8025d3a
-
Ying Wang authored
-
Ying Wang authored
If LOCAL_DEX_PREOPT is enabled. Change-Id: Ie2a706fbb77bc31c9fdb01c8435819c5de97ea28
-
- 25 Feb, 2013 1 commit
-
-
Jean-Baptiste Queru authored
-
- 23 Feb, 2013 2 commits
-
-
Tim Roes authored
Output a meaningful error message, when OpenJDK is detected instead of giving the "wrong java version" output. That output confused several users (from experiences in IRC) since it gives you an output like "You are using java version 1.6.0, right version would be Java SE 1.6". Change-Id: I31ceeb03f1f98524b2b7de9b8be45231985fdb9e Signed-off-by:
Tim Roes <tim.roes88@googlemail.com>
-
Nick Kralevich authored
-
- 22 Feb, 2013 3 commits
- 20 Feb, 2013 2 commits
-
-
Nick Kralevich authored
Change-Id: Ic3c94f990c34a56d84f01c151f1b64f419e16419
-
Chris Dearman authored
Add -D_FORTIFY_SOURCE=1 to the default cflags Update build rule for executable with PRIVATE_ALL_WHOLE_STATIC_LIBRARIES Use single dash version of -print-whatever compile everything with relro / bind_now Enable NX protections Some other cleanups to reduce differences between ARM and MIPS config files Change-Id: I30b4de449e6353b581ef7f9437a3bb9be53d5bbf Signed-off-by:
Chris Dearman <chris@mips.com>
-