Commit Graph

16272 Commits

Author SHA1 Message Date
Dan Willemsen
cb994dd019 Remove the mingw package check
We're using mingw prebuilts checked into the tree now, the external
package is no longer necessary.

Change-Id: I349f9605d3d09decc3ec5df3ba595728c0a2727c
2015-08-13 14:27:23 -07:00
Ying Wang
f6b91cf39b Merge "Switch to 64-bit host tools in Linux/Mac SDK build." 2015-08-01 17:23:30 +00:00
Ying Wang
fca823453b Switch to 64-bit host tools in Linux/Mac SDK build.
Bug: 22776595
Change-Id: Iadf56f045f6920d4e97c8b1219b1b3907213b12b
2015-07-31 13:38:57 -07:00
Paul Miller
6ae8b0bf0f Merge "Remove references to Browser tests" 2015-07-24 21:02:50 +00:00
Elliott Hughes
7a734ced76 Merge "Warn if you're trying to use gdbclient without "adb root"." 2015-07-24 17:39:59 +00:00
Elliott Hughes
ef3f1e2c1a Warn if you're trying to use gdbclient without "adb root".
Bug: http://b/22715953
Change-Id: If729fbc89ccd65407e8900bc27df8fa4174dd64e
2015-07-24 10:32:07 -07:00
Paul Miller
f5da1f2a76 Remove references to Browser tests
Browser is going away

BUG:19351071
Change-Id: Ief2a0843fce4d28be7fa1200021ad2b3aa047958
2015-07-22 11:15:58 -07:00
Elliott Hughes
73371e581b Merge "Fix gdbclient to work with emulator builds" 2015-07-09 15:48:55 +00:00
Nikola Veljkovic
4efdec68b0 Fix gdbclient to work with emulator builds
gdbclient got broken by:
https://android-review.googlesource.com/156974

To fix, check for special case when device is actually an emulator,
and set the $DEVICE variable accordingly.

Change-Id: I85d0d520ae1e2ea022aa3e2d08a10cd0b1cb491f
2015-07-09 12:05:13 +02:00
Dmitriy Ivanov
30b96ba70d Merge "Use ro.hardware property to detect the device" 2015-06-29 21:08:28 +00:00
Dmitriy Ivanov
91dcbe968b Use ro.hardware property to detect the device
Bug: http://b/22120411
Change-Id: Ida9bc157b560edbe8c2db67f5df5109c192fef9d
2015-06-29 11:27:30 -07:00
Elliott Hughes
6201465c3c Merge "Remove more libportable cruft." 2015-06-25 22:06:46 +00:00
Elliott Hughes
9e164c6a56 Remove more libportable cruft.
Change-Id: I971f6d501abf5145bd03a05eeed246f34406e6ea
2015-06-25 15:03:54 -07:00
Stephen Hines
b85e0a9e59 Merge "Remove unnecessary clang from product_sdk.mk." 2015-06-25 21:57:57 +00:00
Stephen Hines
27241e7056 Remove unnecessary clang from product_sdk.mk.
It is sufficient to just have this exist in windows_sdk.mk.

Change-Id: I33e4b41622bd7891f5e4868ba0e5138f3d83fa1f
2015-06-25 14:37:59 -07:00
Stephen Hines
2ca0c6f9b6 Merge "Add clang.exe to Windows SDK build." 2015-06-25 21:17:24 +00:00
Stephen Hines
eb8b46d7a7 Add clang.exe to Windows SDK build.
Bug: 22044739

This is needed as part of the NDK itself, now that we are shipping the
platform Clang as the one true Clang. It can be built by doing:

make winsdk-tools

Change-Id: I3363f46b5dcc52258aa92b42b5a92a96bf868e73
2015-06-25 14:11:11 -07:00
Elliott Hughes
71142c8d92 Merge "Patch android-21 with x86 gdbserver <sys/procfs.h> and <sys/user.h> fixes." 2015-06-25 14:30:37 +00:00
Elliott Hughes
dd0632273f Patch android-21 with x86 gdbserver <sys/procfs.h> and <sys/user.h> fixes.
This makes the files match (AOSP ToT post-M) bionic.

Bug: http://b/22068064
Change-Id: I100ac14afc06c2fe09ef5ecf9c2e3afa13b68c3b
2015-06-24 17:41:12 -07:00
Elliott Hughes
2acf10ae21 Merge "Don't try to build libportable." 2015-06-24 19:56:01 +00:00
Elliott Hughes
e9dcde67ad Don't try to build libportable.
Change-Id: I161a2e05c9bedddda40713346769878fb8c5a588
2015-06-24 12:41:52 -07:00
Chris Craik
400ae3d4e7 Merge "Support new systrace file structure after refactor" 2015-06-23 01:33:48 +00:00
Zhen Wang
05819dbf05 Support new systrace file structure after refactor
This is needed for
https://android-review.googlesource.com/#/c/154850/

Change-Id: Ibd5f33d0c038bfba37d81b23234945b9033c210a
Signed-off-by: Zhen Wang <zhenw@google.com>
2015-06-22 15:44:20 -07:00
Elliott Hughes
2807d9535a Merge "Remove bogus "arch-p" directory." 2015-06-19 22:11:37 +00:00
Elliott Hughes
608e77f701 Remove bogus "arch-p" directory.
Change-Id: I89d9710357dc9ee490e2d54894b5fea48236a5b2
2015-06-19 14:19:11 -07:00
Elliott Hughes
7bc5bfc65c Merge "Retcon recent header fixes needed to build gdbserver." 2015-06-18 16:29:53 +00:00
Elliott Hughes
e3ca8e7434 Retcon recent header fixes needed to build gdbserver.
Bug: http://b/21695943
Change-Id: I2b2f0e21a66093bdbbdbc0320ffa574eefaaf5fa
2015-06-17 21:51:13 -07:00
Andreas Gampe
172283617b Merge "Development: change gdbclient GDB selection" 2015-06-02 00:08:29 +00:00
Andreas Gampe
ec469238b2 Merge "Development: Mips64 stack-core test" 2015-06-02 00:05:47 +00:00
Andreas Gampe
876b092025 Development: change gdbclient GDB selection
Mips now uses the 64-bit version in general. Also simplify the x86
selection.

Bug: 21467410
Bug: 21555893
Change-Id: If0477356d3c3dbf9e0dfbfcabcb098dc7b8aeba2
2015-06-01 15:57:25 -07:00
Andreas Gampe
820ca728db Development: Mips64 stack-core test
Add a test for Mips64 stack-core.

Bug: 21555893
Change-Id: I2d6feba9bde3977cabc5e771bf14c55de1fbff53
2015-06-01 15:43:52 -07:00
Andreas Gampe
7d4a83600f Merge "Add mips64 to stack tool" 2015-05-26 16:59:37 +00:00
Andrew Hsieh
e6d6227a90 Merge "Fix fegetenv and fesetenv for arm" 2015-05-26 05:01:19 +00:00
Andrew Hsieh
2c41a70977 Merge "Fix sys/ucontext.h for mips64" 2015-05-26 05:01:08 +00:00
Andrew Hsieh
04aaa129db Merge "Fix end pointer size/alignment of crtend_* for mips64 and x86_64" 2015-05-26 05:00:58 +00:00
Andrew Hsieh
f89ee85b72 Merge "Fix mips/mips64 headers" 2015-05-26 05:00:46 +00:00
Andrew Hsieh
b440125a59 Merge "Remove libthreads_db" 2015-05-26 05:00:34 +00:00
Andrew Hsieh
c7931cf4a9 Fix fegetenv and fesetenv for arm
Change-Id: Ied522151e7fd654c9d5bcf5647611538cfc15380
2015-05-26 12:51:50 +08:00
Andrew Hsieh
ae557964dc Fix sys/ucontext.h for mips64
Change-Id: Ie3c51b53d76377a618757268fe724d3ce9ab9f3c
2015-05-26 12:49:11 +08:00
Andrew Hsieh
ece719c7f6 Fix end pointer size/alignment of crtend_* for mips64 and x86_64
Change-Id: I16fec92826cb42a2f68e2b910b8a67301d3eae28
2015-05-26 12:47:21 +08:00
Andrew Hsieh
29fe2de27d Fix mips/mips64 headers
Change-Id: Id65b3bd0c040df62710eee4f5d6571cb5667d57a
2015-05-26 12:33:29 +08:00
Andrew Hsieh
ba9952c429 Remove libthreads_db
Change-Id: I21f3ac64ac7ba15dbdc566fbb042ff9c42e16dd2
2015-05-26 11:23:38 +08:00
Andrew Hsieh
e267d2209d Merge "Build the neon intrinsics for arm64-v8a and x86_64 as well" 2015-05-22 05:55:48 +00:00
Andreas Gampe
5521841a42 Add mips64 to stack tool
Add register definitions to stack_core.

Change-Id: I2d9d2ae075efe8d8c92fac387d2ae30f9cbb999c
2015-05-21 14:56:40 -07:00
Yohann Roussel
35aeb6fad8 Merge "[DO NOT MERGE] Compile using Jack" 2015-05-21 09:23:53 +00:00
Christopher Ferris
4f8616f06d Merge "Add a conditional removal of \r\n from adb output." 2015-05-21 05:31:09 +00:00
Christopher Ferris
8981aee6a9 Add a conditional removal of \r\n from adb output.
Bug: 21338668
Change-Id: Iea8804c462f3bd1e5cc24c8f6d12e41b09a15d53
2015-05-20 19:36:54 -07:00
Brian Carlstrom
2f8ded4d13 Merge "Delete dbt command for dalvik" 2015-05-20 15:57:42 +00:00
Martin Storsjo
59f328ad5c Build the neon intrinsics for arm64-v8a and x86_64 as well
This relies on a change for the NDK build system to recognize and
accept the neon tag in these builds as well.

The intrinsics work just fine in these build configurations.

Change-Id: Ib652ab69e822b56edaa9387400bad326fab10133
2015-05-20 15:02:47 +03:00
Yohann Roussel
cfaf1bffea [DO NOT MERGE] Compile using Jack
Declare target to allow compilation to Jack files.

This includes cherry-picks of the following changes:
83efd5e421
491a3adb8d

Change-Id: Ia1bb627debb87c413ab2a184bd50d8510fd5cd45
2015-05-19 18:17:05 +02:00