Commit Graph

16232 Commits

Author SHA1 Message Date
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
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
Brian Carlstrom
73cd247e45 Delete dbt command for dalvik
Change-Id: I177097f65a5b70d12f758c118710efca07c2a0a2
2015-05-18 08:42:58 -07:00
Andrew Hsieh
30ee8be285 Merge "Modify ctype.h headers to test for non-GNU inline semantics correctly" 2015-05-15 01:41:56 +00:00
Peter Collingbourne
c90758f420 Modify ctype.h headers to test for non-GNU inline semantics correctly
GCC and Clang will not define __GNUC_STDC_INLINE__ when compiling C++, so this
macro currently implies regular C++ inline semantics in C++. This may cause
the compiler to emit an external definition of the function, which will cause
link errors when compiling with -fvisibility=hidden; see e.g. crbug.com/481902.

To fix this, also test the __cplusplus macro when deciding whether to assume
non-GNU inline semantics.

Change-Id: Icbd1f42279c2f65610e62f21d4a0a09d3b0e091c
2015-05-13 17:41:18 -07:00
Dan Albert
2d7242f207 Merge "Use the right variable for evaluating 'windows'." 2015-05-04 22:46:59 +00:00
Dan Albert
1a96b4dcc7 Use the right variable for evaluating 'windows'.
HOST_PREBUILT_TAG is for the building OS, not the target OS.

Change-Id: If97a826548a28dcb268a3836c925529730c45642
2015-05-04 14:42:59 -07:00
Elliott Hughes
a6e89ce332 Merge "Remove unnecessary theme attribute for Sync Test" 2015-05-04 20:31:24 +00:00
Naman Dwivedi
f6b781683c Remove unnecessary theme attribute for Sync Test
Dont know why but there's a theme attribute for SyncAdapterDrive activity havingvalue as Theme.Light resulting in a beautiful Gingerbread screen.

Change-Id: I4f74243152a212197e1881e8f65acf1cbb7dfad8
2015-05-04 23:29:45 +05:30
Elliott Hughes
4a2828c6d2 Merge "Fix ActivityNotFound Exception in Dev Tools" 2015-05-04 17:03:45 +00:00
Naman Dwivedi
951836c554 Fix ActivityNotFound Exception in Dev Tools
Developer Settings->Dev Tools->Package Browser->Package Summary->Click on ony activity. Force close as ShowActivity is not declared in AndoridManifest.

Change-Id: Ic1b74dc08c83023418912a5f82b127f5537710cd
2015-05-04 19:32:46 +05:30
Ying Wang
4ea82d63dd Merge "Update prebuilts path." 2015-04-23 17:02:22 +00:00
Ying Wang
87f01085fe Update prebuilts path.
Bug: 20239510
Change-Id: Id2c699fb516d55deceffd8194a485b078564c8de
2015-04-23 10:00:15 -07:00
Dan Albert
386b837415 Merge "Allow acov --prep to succeed in a clean build." 2015-04-14 23:37:07 +00:00
Dan Albert
f1d27e2c9a Allow acov --prep to succeed in a clean build.
Change-Id: I8f72da827d660f9aad051738a8287463dccd0619
2015-04-14 13:46:57 -07:00
Andreas Gampe
9ec6712d59 Merge "Development/scripts: Update gdbclient for native bridge" 2015-04-06 20:31:14 +00:00
Andreas Gampe
512cc91be2 Development/scripts: Update gdbclient for native bridge
The Nexus Player has a mixed abi-list, but native applications are
still x86. Move x86 ahead to prefer it over arm.

Change-Id: I3e2f3dc0da97b94078f7fd5dc3fede711603961a
2015-04-06 13:29:57 -07:00
Chris Craik
630b075cdb Merge "Fix build - support new systrace file structure" 2015-04-01 19:50:04 +00:00
Chris Craik
6941c574cf Fix build - support new systrace file structure
Change-Id: Ifcd97179b9d724ad8df6e623b492517d509d82dc
2015-03-30 18:07:32 -07:00
Dan Albert
2474617f01 Merge "Allow libbase to be used on Windows." 2015-03-30 17:47:20 +00:00
Narayan Kamath
05bbd6dd35 Merge "Remove reference to libzipfile." 2015-03-23 09:58:39 +00:00
Narayan Kamath
08857b6268 Remove reference to libzipfile.
This target has been deleted.

Change-Id: I0a79c41eda1b325d3e61066dd6842812c5d1d582
2015-03-20 09:35:30 +00:00
Dan Albert
23c2bb52b3 Allow libbase to be used on Windows.
Change-Id: I9182f42393438d722f4ad33548c262d8405c1cba
2015-03-19 22:40:12 -07:00
Dan Albert
80dd2ac93d Merge "Fix SDK library paths for Windows and Darwin too." 2015-03-14 03:03:18 +00:00
Dan Albert
d4a1f0619b Fix SDK library paths for Windows and Darwin too.
Change-Id: Ibaae6fd4089c804f50f8065e614c5de1b71c242b
2015-03-14 02:34:38 +00:00
Dan Albert
170b153b3e Merge "Fix library paths for SDK tools." 2015-03-14 00:02:38 +00:00
Dan Albert
b7125622c8 Fix library paths for SDK tools.
The rpath for the binaries is ../lib but the libraries were being
installed to the same directory as the executables.

Bug: 19617220
Change-Id: I5c4158698b6703843b67543d4396e2bffc5fb313
2015-03-13 16:30:21 -07:00
Xavier Ducrohet
3565380e47 am 2762443c: Merge "Mips system image also supports gpu."
* commit '2762443cedb8703c9cd6da1382f3e93c20848868':
  Mips system image also supports gpu.
2015-03-09 19:23:14 +00:00
Xavier Ducrohet
2762443ced Merge "Mips system image also supports gpu." 2015-03-09 19:06:46 +00:00
Geoff Mendal
dd4dc51a25 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-02-27 07:26:04 +00:00
Geoff Mendal
e3e13c36a3 Import translations. DO NOT MERGE
Change-Id: I44190f89c510bb0307eedda601ceaedcbe0b8baa
Auto-generated-cl: translation import
2015-02-26 17:24:12 -08:00
Geoff Mendal
ee5bd86e43 Import translations. DO NOT MERGE
Change-Id: I3a40482175025bb0c4d4882e13020f7647f93376
Auto-generated-cl: translation import
2015-02-26 12:26:58 -08:00
Dan Albert
f1c280b4c1 am 7ce263a8: Merge "Make adb_api.h safe to include first."
* commit '7ce263a8512d2abe92957061c55fae383af88d44':
  Make adb_api.h safe to include first.
2015-02-25 05:38:55 +00:00
Dan Albert
7ce263a851 Merge "Make adb_api.h safe to include first." 2015-02-25 05:32:47 +00:00
Dan Albert
28f76a9b1b Make adb_api.h safe to include first.
Change-Id: I0fd2e3c52c69f67d7cd2b24ffcfa764613817b6f
2015-02-24 16:40:45 -08:00
Elliott Hughes
6b50c254ba am e7c31ba1: Merge "Add missing <stdlib.h> include to the native app glue."
* commit 'e7c31ba1429c16bce8b990a06f9667680a4fe052':
  Add missing <stdlib.h> include to the native app glue.
2015-02-20 17:02:27 +00:00
Elliott Hughes
e7c31ba142 Merge "Add missing <stdlib.h> include to the native app glue." 2015-02-20 16:58:15 +00:00
Elliott Hughes
cdf349cf11 Add missing <stdlib.h> include to the native app glue.
On LP64, this could have caused the top bits of the pointer returned by
malloc to be lost because sizeof(int) != sizeof(void*).

Change-Id: I866a5071c1d359478d020d7fa4d466b53d52edab
2015-02-19 22:41:50 -08:00
Bill Yi
35eb9ae37e Merge commit '418d8cac94a1e5f5dad0ee232197f2453a595c14' into HEAD 2015-02-19 14:30:37 -08:00
Elliott Hughes
19fbca0a9d Merge "Remove elftree." 2015-02-17 21:25:18 +00:00
Elliott Hughes
33937e0edf Remove elftree.
Other than the original commit (from an author who's long gone), the
only people who've ever touched elftree are us, fixing the build on
many different occasions. It's not referenced anywhere else in the
tree, so let's find out if anyone's actually using it...

Change-Id: I5c6163064d64ba686b796f7886b19cf330069a94
2015-02-17 13:22:33 -08:00
Elliott Hughes
7a35b08548 Merge "Use the exported elfutils headers." 2015-02-17 21:03:32 +00:00