Dan Albert
1042afe618
am e6ad1630: am 305be18d: Merge "Allow make to set a timeout for the host tests."
...
* commit 'e6ad16304d054a9e6fff25693153a03455808bde':
Allow make to set a timeout for the host tests.
2015-01-24 00:13:54 +00:00
Dan Albert
e6ad16304d
am 305be18d: Merge "Allow make to set a timeout for the host tests."
...
* commit '305be18d10254df4a9444f8505f569e94718f488':
Allow make to set a timeout for the host tests.
2015-01-24 00:07:20 +00:00
Chih-Hung Hsieh
54ab69d33f
am 75bce066: am f5ae7e91: Merge "Add comments about the -shared flag."
...
* commit '75bce0660ad558577dd5a2913f8fbcd39da1cbb6':
Add comments about the -shared flag.
2015-01-24 00:04:17 +00:00
Dan Albert
305be18d10
Merge "Allow make to set a timeout for the host tests."
2015-01-24 00:01:40 +00:00
Chih-Hung Hsieh
75bce0660a
am f5ae7e91: Merge "Add comments about the -shared flag."
...
* commit 'f5ae7e91ea2c3364d6423ef4d54f5f295197335f':
Add comments about the -shared flag.
2015-01-23 23:41:01 +00:00
Chih-Hung Hsieh
f5ae7e91ea
Merge "Add comments about the -shared flag."
2015-01-23 23:33:54 +00:00
Elliott Hughes
ed78e5f883
am 590641b0: am cf744fc8: am 7f3d65de: Merge "Add a log message to make the transition from linker to user code clear."
...
* commit '590641b0ad90d88c99cf965036d3c806f381d879':
Add a log message to make the transition from linker to user code clear.
2015-01-23 19:57:07 +00:00
Dan Albert
4ce907d2ce
Allow make to set a timeout for the host tests.
...
Change-Id: Icc2ebf64bd1da1687bf313fe7a5640155c5795d8
2015-01-23 11:35:48 -08:00
Elliott Hughes
590641b0ad
am cf744fc8: am 7f3d65de: Merge "Add a log message to make the transition from linker to user code clear."
...
* commit 'cf744fc89a7bac815bb42802dcfce73101ddbe1d':
Add a log message to make the transition from linker to user code clear.
2015-01-23 19:14:16 +00:00
Elliott Hughes
cf744fc89a
am 7f3d65de: Merge "Add a log message to make the transition from linker to user code clear."
...
* commit '7f3d65de8cf2920981d73adee278c0d7bee79170':
Add a log message to make the transition from linker to user code clear.
2015-01-23 18:59:45 +00:00
Elliott Hughes
7f3d65de8c
Merge "Add a log message to make the transition from linker to user code clear."
2015-01-23 18:55:30 +00:00
Elliott Hughes
611f95689e
Add a log message to make the transition from linker to user code clear.
...
Handy when looking at strace output for seeing "where does my code start?",
though you'll need to set LD_DEBUG=1 (or greater) and constructors will
already have run (but you can set LD_DEBUG to a higher value to track that).
Change-Id: I82d53a7123b39febf5b2a956de83c8a30f229651
2015-01-23 10:43:58 -08:00
Dmitriy Ivanov
39b7bc3167
am 4d2dcb89: am 8e2b0e55: am bb3b1303: Merge "Enable -Wold-style-cast warnings for linker"
...
* commit '4d2dcb896abcf3e13972665d3eaf179365bc799f':
Enable -Wold-style-cast warnings for linker
2015-01-23 04:19:50 +00:00
Dmitriy Ivanov
4d2dcb896a
am 8e2b0e55: am bb3b1303: Merge "Enable -Wold-style-cast warnings for linker"
...
* commit '8e2b0e550a8e64da23c95fe265dbea7c6701e7c1':
Enable -Wold-style-cast warnings for linker
2015-01-23 03:28:02 +00:00
Dmitriy Ivanov
8e2b0e550a
am bb3b1303: Merge "Enable -Wold-style-cast warnings for linker"
...
* commit 'bb3b1303e1167a662218c9686977b379964e0072':
Enable -Wold-style-cast warnings for linker
2015-01-23 03:14:35 +00:00
Dan Albert
3e41329e62
am 2e7715b2: am f908b21a: am ab58559a: Merge "Add a basic NDK compatibility library."
...
* commit '2e7715b29fc7e2e96c997eb005343cd8563fff36':
Add a basic NDK compatibility library.
2015-01-23 03:12:17 +00:00
Elliott Hughes
c6f3ed2db4
am 682d5d8b: am 9c8a5265: am b161fe27: Merge "There\'s no such thing as LOCAL_CXXFLAGS."
...
* commit '682d5d8b826a8b4fec181dde264caa699955aecd':
There's no such thing as LOCAL_CXXFLAGS.
2015-01-23 03:10:40 +00:00
Elliott Hughes
08c18b67f8
am 4adced31: am 25437c59: am ae095a73: Merge "Fix the stdio.fread_EOF test."
...
* commit '4adced31e84d299a907e8ffa0f8ff9840a1ce5ee':
Fix the stdio.fread_EOF test.
2015-01-23 03:10:39 +00:00
Elliott Hughes
903dbf99a0
am 0f7f31f8: am a0313e04: am d5d9221b: Merge "Fix fread_EOF test name."
...
* commit '0f7f31f8193ffb61d73d3a3f2c89e437f81a0245':
Fix fread_EOF test name.
2015-01-23 03:10:38 +00:00
Dmitriy Ivanov
bb3b1303e1
Merge "Enable -Wold-style-cast warnings for linker"
2015-01-23 03:09:22 +00:00
Chih-Hung Hsieh
306ea7ebe5
Add comments about the -shared flag.
...
Must build this linker as a shared object.
A statically linked module does not load during init.
BUG: 18008984
Change-Id: I5f0411129024edcb9381c473ea4e741a075e9184
2015-01-22 19:09:20 -08:00
Dan Albert
2e7715b29f
am f908b21a: am ab58559a: Merge "Add a basic NDK compatibility library."
...
* commit 'f908b21a5cdb68184907ac6cb1475dfe771c28cf':
Add a basic NDK compatibility library.
2015-01-23 00:54:53 +00:00
Dan Albert
f908b21a5c
am ab58559a: Merge "Add a basic NDK compatibility library."
...
* commit 'ab58559a9cc40766c0636c6e97a93dfd5e74d923':
Add a basic NDK compatibility library.
2015-01-23 00:51:39 +00:00
Elliott Hughes
682d5d8b82
am 9c8a5265: am b161fe27: Merge "There\'s no such thing as LOCAL_CXXFLAGS."
...
* commit '9c8a5265c9a2262735214a1310b5fc0246873bc9':
There's no such thing as LOCAL_CXXFLAGS.
2015-01-23 00:50:32 +00:00
Elliott Hughes
4adced31e8
am 25437c59: am ae095a73: Merge "Fix the stdio.fread_EOF test."
...
* commit '25437c598473a22a697b8cae009a897df80f38e6':
Fix the stdio.fread_EOF test.
2015-01-23 00:50:31 +00:00
Dan Albert
ab58559a9c
Merge "Add a basic NDK compatibility library."
2015-01-23 00:46:54 +00:00
Elliott Hughes
0f7f31f819
am a0313e04: am d5d9221b: Merge "Fix fread_EOF test name."
...
* commit 'a0313e04b368c3af4152c573780549477b0ec5f8':
Fix fread_EOF test name.
2015-01-23 00:46:45 +00:00
Dmitriy Ivanov
1649e7ee5b
Enable -Wold-style-cast warnings for linker
...
And fix old style casts.
Change-Id: I37e7a3e3fd852528ea76f02d967c7bd8cd5b06c9
2015-01-22 16:33:30 -08:00
Elliott Hughes
9c8a5265c9
am b161fe27: Merge "There\'s no such thing as LOCAL_CXXFLAGS."
...
* commit 'b161fe27433b899b896b5685571373df4a1f8a21':
There's no such thing as LOCAL_CXXFLAGS.
2015-01-22 23:41:35 +00:00
Elliott Hughes
25437c5984
am ae095a73: Merge "Fix the stdio.fread_EOF test."
...
* commit 'ae095a730d6b3af69dc5eff662c5609cde6f5d70':
Fix the stdio.fread_EOF test.
2015-01-22 23:41:34 +00:00
Elliott Hughes
b161fe2743
Merge "There's no such thing as LOCAL_CXXFLAGS."
2015-01-22 23:40:08 +00:00
Elliott Hughes
62284dd2cc
There's no such thing as LOCAL_CXXFLAGS.
...
Change-Id: Iad70e6bd4cb7cec9e0ece500a540e4dadc83d92e
2015-01-22 15:36:24 -08:00
Elliott Hughes
ae095a730d
Merge "Fix the stdio.fread_EOF test."
2015-01-22 23:35:48 +00:00
Elliott Hughes
0ed7e08cda
Fix the stdio.fread_EOF test.
...
Another sizeof/strlen screwup caused by trying to be too clever. Use
std::string instead.
Also fix all the ASSERT_STREQ calls in this file that had the arguments
the right^Wwrong way round. If I ever see Kent Beck...
Change-Id: I47a1bdfee99cf4e7bed9b398f3158a308fbcf1e8
2015-01-22 15:28:48 -08:00
Elliott Hughes
a0313e04b3
am d5d9221b: Merge "Fix fread_EOF test name."
...
* commit 'd5d9221b9c96a8213b0a83dde468653d49e76dd8':
Fix fread_EOF test name.
2015-01-22 22:28:23 +00:00
Elliott Hughes
d5d9221b9c
Merge "Fix fread_EOF test name."
2015-01-22 22:24:53 +00:00
Elliott Hughes
bcb378d643
Fix fread_EOF test name.
...
Change-Id: I53a7f1428fd27c0b2a5c80f2e8af4845d17f5b4b
2015-01-22 14:18:35 -08:00
Dan Albert
d75ff6c9ea
am b874754c: am 579fda5f: am d2806754: Merge "Add support for building other architectures."
...
* commit 'b874754c2b3e46017e6af222e8f0f77d08948968':
Add support for building other architectures.
2015-01-22 22:16:37 +00:00
Dan Albert
b874754c2b
am 579fda5f: am d2806754: Merge "Add support for building other architectures."
...
* commit '579fda5f0d9db0042cec9741f0cd8a68c57dfaaf':
Add support for building other architectures.
2015-01-22 22:10:49 +00:00
Dan Albert
579fda5f0d
am d2806754: Merge "Add support for building other architectures."
...
* commit 'd280675405e605d47c74c037b0d2b4f06826ed4d':
Add support for building other architectures.
2015-01-22 22:04:48 +00:00
Dan Albert
d280675405
Merge "Add support for building other architectures."
2015-01-22 22:00:37 +00:00
Elliott Hughes
08aec8cbd3
am 9455d3b7: am d4517fb3: am 53df4bfc: Merge "Use a more specific return type for app_id_from_name."
...
* commit '9455d3b7a07628bed4cb36b25f1a6e5af84ce881':
Use a more specific return type for app_id_from_name.
2015-01-22 20:32:15 +00:00
Elliott Hughes
7647f16284
am f7b64d09: am 69838daa: am d1668a71: Merge "Turn on -Wold-style-cast and fix the errors."
...
* commit 'f7b64d09002b22fade3ab703cf31c7b140ea9cd1':
Turn on -Wold-style-cast and fix the errors.
2015-01-22 20:32:15 +00:00
Elliott Hughes
9455d3b7a0
am d4517fb3: am 53df4bfc: Merge "Use a more specific return type for app_id_from_name."
...
* commit 'd4517fb37ce5d306fa3d6f65e0fcfe949e7fd6fd':
Use a more specific return type for app_id_from_name.
2015-01-22 20:26:36 +00:00
Elliott Hughes
d4517fb37c
am 53df4bfc: Merge "Use a more specific return type for app_id_from_name."
...
* commit '53df4bfce81d8a6cfd4b5d991f5299f18dc4c958':
Use a more specific return type for app_id_from_name.
2015-01-22 20:21:30 +00:00
Elliott Hughes
53df4bfce8
Merge "Use a more specific return type for app_id_from_name."
2015-01-22 20:15:04 +00:00
Elliott Hughes
c56af08c21
Use a more specific return type for app_id_from_name.
...
I suspect we can simplify this code, but I don't know enough about it
to get involved now.
Change-Id: I1c39761ae31beb70d41ffa6f0e396a4f17529d46
2015-01-22 11:02:59 -08:00
Dan Albert
9c3fd59b00
Add a basic NDK compatibility library.
...
We know we can safely statically link `libm`, since it doesn't have
any dependencies on the OS or the layout of a data type that has
changed between releases (like `pthread_t`).
We can safely statically link `libc_syscalls` because the user can
check for and handle `ENOSYS`.
Update `ndk_missing_symbols.py` to account for symbols that are in the
compatibility library.
Improve `symbols.py` to be able to pull symbols from a static library.
Change-Id: Ifb0ede1e8b4a8f0f33865d9fed72fb8b4d443fbc
2015-01-21 18:12:15 -08:00
Dan Albert
2b6c99b6e2
am 0855e923: am c673a2fe: am 4f11c59b: Merge "Add ndk_missing_symbols.py."
...
* commit '0855e923f6ff268632a9529caf44ae526953842a':
Add ndk_missing_symbols.py.
2015-01-22 02:07:36 +00:00
Elliott Hughes
f7b64d0900
am 69838daa: am d1668a71: Merge "Turn on -Wold-style-cast and fix the errors."
...
* commit '69838daa8764eb4d008df679e961fb510a37687b':
Turn on -Wold-style-cast and fix the errors.
2015-01-22 02:02:46 +00:00