Andrew Hsieh
2db7f63f99
Fixed atexit()
...
See b.android.com/66595
Change-Id: I1d4c3db424c7f839e48756359cc095a6b1028ace
2014-09-04 13:17:25 -07:00
Andrew Hsieh
83fb2f6940
ptrace(3) should be varargs
...
See bionic 98b088dce70a2625d5cfa1872e427af5f06bfd99
Change-Id: I9e1993aa41fb8309beb1d653d48c5aacad44e4cd
2014-09-04 13:11:20 -07:00
Andrew Hsieh
6c2d94dfcf
Add __gnuc_va_list in stdio.h to stop gcc from generating include-fixed/stdio.h
...
When GCC is built bionic's stdio.h (among other headers) is fixed: __va_list
is replaced with __gnuc_va_list, and put in include-fixed/stdio.h,
unless stdio.h already contains __gnuc_va_list. When GCC is later
used bionic's stdio.h is never included.
The problem in the context of NDK is that all 32-bit Android toolchain
are built with android-9 header and expect to work with all API levels
sometime with sustantially different stdio.h.
This CL stops GCC from generating include-fixed/stdio.h by putting
__gnuc_va_list in it.
See bionic df85f50b and b.android.com/73728
Change-Id: I7a490496efbd491a0376608b9ae6e9e2dfc15fb3
2014-09-04 13:00:28 -07:00
Andrew Hsieh
09532ff646
Add back arc4random_stir for 32-bit android-L
...
See bionic 5dea47221a116aa87b0c286230c944ed6b629636
Change-Id: Id7342a4ea6e21764869d1809a0f75d435baf8ac2
2014-09-04 12:57:06 -07:00
Andrew Hsieh
45b3c498c4
Merge "Add required permission to sample code"
2014-09-04 19:40:40 +00:00
Marco Nelissen
f6d2ae9279
Add required permission to sample code
...
Bug: 15014196
Change-Id: I0edf8320e9eaa02031d564735c17c016d7e14fda
2014-09-04 11:21:03 -07:00
Andrew Hsieh
61b90c04ed
Merge "Refresh 64-bit headers/libs (WW36)"
2014-09-04 17:57:44 +00:00
Andrew Hsieh
811fc430bb
Merge "Update android-L/include/android"
2014-09-04 17:36:36 +00:00
Andrew Hsieh
3f53b6f2fe
Refresh 64-bit headers/libs (WW36)
...
sync to lmp-dev/bionic 1e010d60397db706cd3d1c4d5701a2bced441aa8
Change-Id: Ieed39d41eb0655d7c8f027bd038be1753a9e56a6
2014-09-03 22:36:28 -07:00
Elliott Hughes
72bd04795b
Merge "Make 'stack' able to find toolchains regardless of lunch."
2014-08-29 22:29:43 +00:00
Elliott Hughes
c3c8619579
Make 'stack' able to find toolchains regardless of lunch.
...
This is needed by the internal stack decoding website, which
will be pulling symbols from the build servers anyway (so doesn't
need to be correctly lunched).
Bug: 16734486
Change-Id: I9190065148c0d4bb4eacec28bcc062fa95798917
2014-08-29 13:49:57 -07:00
Andrew Hsieh
c7f04c38a0
Update android-L/include/android
...
Added more constants, and 6 new sensor functions
Change-Id: I0b8a028ec948ba66074e949bc20435cb05845a80
2014-08-28 14:29:28 +08:00
Leandro Gracia Gil
4123e0886b
Merge "Add the protobuf compiler binary to the Windows SDK build."
2014-08-26 18:53:23 +00:00
Stephen Hines
6d884d6cb3
Merge "Fix RS samples to prepare for 64-bit compilation."
2014-08-22 23:27:39 +00:00
Stephen Hines
73ae6d9f02
Fix RS samples to prepare for 64-bit compilation.
...
Bug: 16031597
Change-Id: I8f79773e4d5219d3c8dc4696176cd42f8236c87b
(cherry picked from commit d8295c9e49 )
2014-08-22 01:16:21 -07:00
Ying Wang
7ec230eaf2
Merge "Use arm64 kernel-qemu in sdk-android-arm64-v8a.atree."
2014-08-19 15:49:56 +00:00
Ying Wang
00b44e517b
Use arm64 kernel-qemu in sdk-android-arm64-v8a.atree.
...
Bug: 17105204
Change-Id: I80dcad8198926dd0b758d65bd8704eb4c6b39e8d
2014-08-19 09:33:45 -07:00
Andrew Hsieh
348e340245
Merge "Refresh 64-bit headers/libs (WW31)"
2014-08-01 15:55:34 +00:00
Kenny Root
9ce4e448dc
Merge "make_key: reduce raciness of password input"
2014-07-31 19:45:30 +00:00
Kenny Root
7f3f83e0e3
make_key: reduce raciness of password input
...
Bug: 14595245
Change-Id: I8a9e4f2c46aa3c85763975c5cb7a47df197f7746
2014-07-31 13:00:12 -07:00
Andrew Hsieh
b4ddea108f
Refresh 64-bit headers/libs (WW31)
...
Change-Id: If08781ae4ca14710a95d6bd0bd61477e0a472293
2014-07-30 14:18:12 +08:00
Leandro Gracia Gil
653fe8eb04
Add the protobuf compiler binary to the Windows SDK build.
...
Change-Id: I0acca9fc39b8b5528a1ca4bf25b0bacb32b515e2
2014-07-28 15:25:41 -07:00
Andrew Hsieh
0efeb2c66b
Merge "Fix the name of the native app glue lib in a header comment"
2014-07-25 11:19:19 +00:00
Martin Storsjo
4ff22dcdcb
Fix the name of the native app glue lib in a header comment
...
The incorrect name is misleading and confusing.
Change-Id: I4040d7bc10370c440401dd9de7e1fc472830287a
2014-07-27 22:15:58 +03:00
Andrew Hsieh
b50f8f6612
Merge "Add APP_ABI for module-exports sample"
2014-07-17 22:52:20 +00:00
Arseniy Antonov
22359ed8bf
Add APP_ABI for module-exports sample
...
Add APP_ABI := all
to be able to compile this sample for all platforms
without additional manual manipulations.
Change-Id: I8ebb98c86dae2f6e926885b6d70d306ceca33d1f
Signed-off-by: Arseniy Antonov <arseniy.antonov@intel.com >
2014-07-21 16:51:46 +04:00
Andrew Hsieh
30c2909f51
Merge "Refresh 64-bit headers/libs (WW29)"
2014-07-17 22:52:20 +00:00
Andrew Hsieh
cc101e0860
Refresh 64-bit headers/libs (WW29)
...
Change-Id: Ifaee25e70db14327c6f8104b04bf3abd71493477
2014-07-19 16:03:48 +08:00
Andrew Hsieh
fa902f3344
Merge "Fix gl3stub.h"
2014-07-17 23:12:27 +00:00
Yohann Roussel
e15f6511b7
Merge "Move multidex support library"
2014-07-17 22:39:21 +00:00
Maurice Chu
6fee567b2f
Move multidex support library
...
Multidex is being moved from frameworks/support/multidex to
frameworks/multidex.
Bug: 10674263
(cherry picked from commit 7b433ee4e4 )
Change-Id: If33387af7b58da2f258eba1240a911483daa9c7e
2014-07-18 10:52:54 +00:00
Yohann Roussel
2d2ce1b6c3
Merge "Add res folder to multidex SDK projects."
2014-07-17 22:37:43 +00:00
Yohann Roussel
93b72e4703
Merge "android-support-multidex-instrumentation in SDK."
2014-07-17 22:36:58 +00:00
Yohann Roussel
c854c636d9
Merge "Add multidex ADT project to SDK."
2014-07-17 22:37:43 +00:00
Yohann Roussel
0d1b03f127
Merge "Include android-support-multidex in SDK libs."
2014-07-17 22:36:58 +00:00
Yohann Roussel
b16fd5a5f4
Add res folder to multidex SDK projects.
...
This will fix an error when importing thoses projects with ADT.
(cherry picked from commit 6fa1156b3b )
Change-Id: Ibcd570a3f4f3bd6c8c4fd263d2d18e2cec18b787
2014-07-17 16:44:30 +02:00
Yohann Roussel
96dc8db6e5
android-support-multidex-instrumentation in SDK.
...
(cherry picked from commit 6f57b24889 )
Change-Id: Ic8e609c0025d86c873161b28d99bb0da2b6c2d27
2014-07-17 16:44:30 +02:00
Yohann Roussel
ef0e4f5a3b
Add multidex ADT project to SDK.
...
(cherry picked from commit a6ca3cf29f )
Change-Id: I44cf397dbc5649d9d701e2f8524a322d74c2aaa6
2014-07-17 16:44:30 +02:00
Yohann Roussel
604bf1f185
Include android-support-multidex in SDK libs.
...
(cherry picked from commit 9e27887b60 )
Change-Id: Ieb2901a633a687927a0c5a5db6d17896c3b86449
2014-07-17 16:44:30 +02:00
Andrew Hsieh
36dea383df
Fix gl3stub.h
...
Only define the following before android-L (where new headers define
them already)
typedef khronos_int64_t GLint64;
typedef khronos_uint64_t GLuint64;
typedef struct __GLsync *GLsync;
Also define L to 9999 for crtbrand.c which needs it to be an integer
Change-Id: I9ed957d70b85cd1cdfeacf11f77203b39c93023d
2014-07-17 16:32:05 +08:00
Andrew Hsieh
37feee2abc
Merge "Update mipsel and mips64el multilib lib* and lib-bootstrap"
2014-07-17 04:11:20 +00:00
Andrew Hsieh
d10a35fe44
Update mipsel and mips64el multilib lib* and lib-bootstrap
...
Needed by:
https://android-review.googlesource.com/#/c/101410
https://android-review.googlesource.com/#/c/101022
Change-Id: Ia5f96fa2ee91984cba12983c9fb01a6b2e584209
2014-07-17 16:24:51 +08:00
Andrew Hsieh
37351fdd10
Merge "Remove symlink ndk/platforms/android-L/arch-mips64/lib"
2014-07-17 04:11:20 +00:00
Andrew Hsieh
8b4f4331b7
Remove symlink ndk/platforms/android-L/arch-mips64/lib
...
This is for coming CL which replaces symlink lib with physical directory.
Somehow android-review.googlesource.com dislikes removal of
symlink and addition of physical directory appear in the same CL
Change-Id: I42a06761d940ef74859bf3bf8f6bb12667863a1e
2014-07-17 16:20:21 +08:00
Andrew Hsieh
488f2392a5
Merge "getSampletime -> getSampleTime"
2014-07-17 04:11:20 +00:00
Marco Nelissen
7a2be752cb
getSampletime -> getSampleTime
...
Change-Id: I089adb8a4050fe72befe272318a903ef93744335
2014-07-17 15:31:43 +08:00
Marco Nelissen
cf8a4a67a5
Media NDK files
...
Change-Id: Ie41df1949abde194156ab188a662ec7065343d54
2014-07-17 15:31:04 +08:00
Marco Nelissen
ba5926ec3e
NDK media codec sample
...
Change-Id: Id7e70cfccdace8bce253bdac4434c42f52ff72f3
2014-07-17 15:29:09 +08:00
Jesse Hall
22d95914d5
ndk: Add GLES 3.1 and AEP extensions to NDK libGLESv3.so
...
Also update existing GLES2 and GLES3 headers to latest official
Khronos versions.
Bug: 15028495
Change-Id: Iecdc1d2cc23fbe10f225511536fb0bd46d11af4a
2014-07-17 15:20:39 +08:00
Glenn Kasten
5c939bfd32
Update OpenSLES_Android.h for API L
...
All other include/SLES/*.h are unchanged since API 14
Change-Id: If4be7449fc8866ee630dd7986d3ee0d6a48549d4
2014-07-17 15:13:15 +08:00