Andrew Hsieh
68b45b9125
am 54c9ab47: am 35086b3b: am 45b3c498: Merge "Add required permission to sample code"
...
* commit '54c9ab473c8a5ee52c851442a6e471440e0738e5':
Add required permission to sample code
2014-09-04 20:05:59 +00: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
54c9ab473c
am 35086b3b: am 45b3c498: Merge "Add required permission to sample code"
...
* commit '35086b3b8bb076e15539c6a7245d4ccd9c68a7ce':
Add required permission to sample code
2014-09-04 19:59:56 +00: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
35086b3b8b
am 45b3c498: Merge "Add required permission to sample code"
...
* commit '45b3c498c4bc78e9949fedd1dc4ce4fdb7cea340':
Add required permission to sample code
2014-09-04 19:48:30 +00:00
Andrew Hsieh
45b3c498c4
Merge "Add required permission to sample code"
2014-09-04 19:40:40 +00:00
Andrew Hsieh
e3d40345d1
am 3b4aacc2: am dfaca9ff: am 61b90c04: Merge "Refresh 64-bit headers/libs (WW36)"
...
* commit '3b4aacc247ff3b88d9571e959a0eb9eeb1b179a9':
Refresh 64-bit headers/libs (WW36)
2014-09-04 18:30:00 +00:00
Andrew Hsieh
787d378044
Remove out-dated android-20 and android-21 now called android-L
...
Change-Id: I6aae2d2ba9381bc719ad8d9784333409fe379523
2014-09-04 11:25:43 -07: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
3b4aacc247
am dfaca9ff: am 61b90c04: Merge "Refresh 64-bit headers/libs (WW36)"
...
* commit 'dfaca9ff769b05fb66dd1a56861ddb41c98381b0':
Refresh 64-bit headers/libs (WW36)
2014-09-04 18:18:48 +00:00
Andrew Hsieh
1a82740cb2
am 25201b2d: am a3dcb3f2: am 811fc430: Merge "Update android-L/include/android"
...
* commit '25201b2de1528cf150bf70bcd017225d2f6ab0a7':
Update android-L/include/android
2014-09-04 18:15:24 +00:00
Andrew Hsieh
dfaca9ff76
am 61b90c04: Merge "Refresh 64-bit headers/libs (WW36)"
...
* commit '61b90c04ede2ddf741f43ff279c5684bfc95d634':
Refresh 64-bit headers/libs (WW36)
2014-09-04 18:04:44 +00:00
Andrew Hsieh
25201b2de1
am a3dcb3f2: am 811fc430: Merge "Update android-L/include/android"
...
* commit 'a3dcb3f229459b72af97eb7968ef2afee31d9ce0':
Update android-L/include/android
2014-09-04 17:59:30 +00:00
Andrew Hsieh
61b90c04ed
Merge "Refresh 64-bit headers/libs (WW36)"
2014-09-04 17:57:44 +00:00
Andrew Hsieh
a3dcb3f229
am 811fc430: Merge "Update android-L/include/android"
...
* commit '811fc430bbde6f67fe71c108ca9ad4d683cc9183':
Update android-L/include/android
2014-09-04 17:46:07 +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
Yigit Boyar
c97619c125
am 444f7e7c: am 319a2029: Merge "SupportV7 Navigation Bar Demo" into lmp-dev
...
* commit '444f7e7cf30ceb9e225d143d1c98bcab2eb7af1a':
SupportV7 Navigation Bar Demo
2014-09-04 00:16:54 +00:00
Julian Odell
8567693ffa
am e255ed87: am 9b00ec91: Bug 17262099: MMS API changes (multi-project).
...
* commit 'e255ed875ca2d6d59170edce05e45307cb0ffbf9':
Bug 17262099: MMS API changes (multi-project).
2014-09-04 00:16:52 +00:00
Yigit Boyar
444f7e7cf3
am 319a2029: Merge "SupportV7 Navigation Bar Demo" into lmp-dev
...
* commit '319a20297d4926ac3641302f81c31028a43968a2':
SupportV7 Navigation Bar Demo
2014-09-03 23:48:48 +00:00
Julian Odell
e255ed875c
am 9b00ec91: Bug 17262099: MMS API changes (multi-project).
...
* commit '9b00ec9132fc426c7787c70546f84779e62cf3d2':
Bug 17262099: MMS API changes (multi-project).
2014-09-03 23:47:08 +00:00
Yigit Boyar
319a20297d
Merge "SupportV7 Navigation Bar Demo" into lmp-dev
2014-09-03 22:14:11 +00:00
Julian Odell
9b00ec9132
Bug 17262099: MMS API changes (multi-project).
...
Change API demo to use new content provider based MMS API.
Rebased and merged with TOT.
Change-Id: Ia1b815f2904ccfc9962960369f85e1f2de830927
2014-09-03 13:13:33 -07:00
George Mount
2cbec5f8d2
am 96729f2a: am 91df7895: Merge "Changed attribute name." into lmp-dev
...
* commit '96729f2a49fc99583ed2c1cac532aff1b80196df':
Changed attribute name.
2014-09-03 17:42:26 +00:00
George Mount
96729f2a49
am 91df7895: Merge "Changed attribute name." into lmp-dev
...
* commit '91df78959530874471bcd2bb931fd9d77711698a':
Changed attribute name.
2014-09-03 15:38:40 +00:00
George Mount
91df789595
Merge "Changed attribute name." into lmp-dev
2014-09-03 14:21:37 +00:00
Marco Nelissen
619165a1a3
am caa3bc3c: am 5c8a816e: Merge "Add required permission to sample code" into lmp-dev
...
* commit 'caa3bc3c909158d5be2fce2dea584bd5faf0f590':
Add required permission to sample code
2014-09-03 05:03:59 +00:00
Marco Nelissen
caa3bc3c90
am 5c8a816e: Merge "Add required permission to sample code" into lmp-dev
...
* commit '5c8a816e781753215be279986764dcdc4dd26b3f':
Add required permission to sample code
2014-09-02 21:19:35 +00:00
Marco Nelissen
5c8a816e78
Merge "Add required permission to sample code" into lmp-dev
2014-09-02 20:58:05 +00:00
Marco Nelissen
486a53c016
Add required permission to sample code
...
Bug: 15014196
Change-Id: I0edf8320e9eaa02031d564735c17c016d7e14fda
2014-09-02 12:08:48 -07:00
Elliott Hughes
f863c719de
am 99c64a26: am 6b9a4ef2: am 72bd0479: Merge "Make \'stack\' able to find toolchains regardless of lunch."
...
* commit '99c64a26fdea069c51eb6944ccd61252a3008a09':
Make 'stack' able to find toolchains regardless of lunch.
2014-09-01 11:25:51 +00:00
George Mount
bdb8e21e40
Changed attribute name.
...
Bug 17188255
Change-Id: I8d5cbcd7e67ea62aeb19ca8d5652f47cafb70d3a
2014-08-31 16:03:28 -07:00
Elliott Hughes
99c64a26fd
am 6b9a4ef2: am 72bd0479: Merge "Make \'stack\' able to find toolchains regardless of lunch."
...
* commit '6b9a4ef217303018e44fcdfd67ec3e7395ec80b2':
Make 'stack' able to find toolchains regardless of lunch.
2014-08-29 22:51:54 +00:00
Elliott Hughes
6b9a4ef217
am 72bd0479: Merge "Make \'stack\' able to find toolchains regardless of lunch."
...
* commit '72bd04795b38b8dbbbf5d4b6e8c5cac2a4322702':
Make 'stack' able to find toolchains regardless of lunch.
2014-08-29 22:38:47 +00:00
Yigit Boyar
98f71019b1
SupportV7 Navigation Bar Demo
...
Change-Id: I4347762a621a887ccac03372071abac5b56b52f3
2014-08-29 15:31:39 -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
Alan Viverette
4893f59cc8
am 63fe7fe3: am fe3ba7fb: Add device default light and dark dialogs to ApiDemos
...
* commit '63fe7fe306e865b2aa653a3edcb7d3ad88312e95':
Add device default light and dark dialogs to ApiDemos
2014-08-29 19:07:23 +00:00
Alan Viverette
63fe7fe306
am fe3ba7fb: Add device default light and dark dialogs to ApiDemos
...
* commit 'fe3ba7fbc9177fe185a16ec11723b8e740bb7649':
Add device default light and dark dialogs to ApiDemos
2014-08-29 18:48:02 +00:00
Alan Viverette
fe3ba7fbc9
Add device default light and dark dialogs to ApiDemos
...
Change-Id: I538c2cfb975828cd0e1e065d4cf5589e573307d5
2014-08-28 16:39:27 -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
Jim Miller
a1645ee7b5
am 8a9f9701: am b52c7ae8: Merge "Revert "Add test options for DPM.setTrustAgentFeaturesEnabled()" until the new API is ready. This reverts commit d6df7362ab4b332a09d12358297056cfeadcaa11." into lmp-dev
...
* commit '8a9f9701d84a91ceb3a8e411b44ff6708df6b125':
Revert "Add test options for DPM.setTrustAgentFeaturesEnabled()" until the new API is ready. This reverts commit d6df7362ab .
2014-08-27 22:01:55 +00:00
Jim Miller
8a9f9701d8
am b52c7ae8: Merge "Revert "Add test options for DPM.setTrustAgentFeaturesEnabled()" until the new API is ready. This reverts commit d6df7362ab4b332a09d12358297056cfeadcaa11." into lmp-dev
...
* commit 'b52c7ae862bb5e990ca6447e02833c2b5eba78fb':
Revert "Add test options for DPM.setTrustAgentFeaturesEnabled()" until the new API is ready. This reverts commit d6df7362ab .
2014-08-27 21:48:53 +00:00
Jim Miller
b52c7ae862
Merge "Revert "Add test options for DPM.setTrustAgentFeaturesEnabled()" until the new API is ready. This reverts commit d6df7362ab4b332a09d12358297056cfeadcaa11." into lmp-dev
2014-08-27 21:26:14 +00:00
Jim Miller
ac48e8f5e3
Revert "Add test options for DPM.setTrustAgentFeaturesEnabled()" until the new API is ready.
...
This reverts commit d6df7362ab .
Change-Id: Ie5c8e139450923374d235ea9d85f015b87851d06
2014-08-27 21:25:16 +00:00
Jeff Hao
8bd0b12912
am 47a3e7f1: am 016fc167: Update call to IActivityManager.startActivity.
...
* commit '47a3e7f1d0b62daf7b5c3e117f3e2974826a7c78':
Update call to IActivityManager.startActivity.
2014-08-26 23:40:01 +00:00
Jeff Hao
47a3e7f1d0
am 016fc167: Update call to IActivityManager.startActivity.
...
* commit '016fc167aca1f31aa0b151e1312408fcaa9bf9b6':
Update call to IActivityManager.startActivity.
2014-08-26 23:25:51 +00:00
Leandro Gracia Gil
7c5033453a
am 0d6c5e8e: am c32e9081: am 4123e088: Merge "Add the protobuf compiler binary to the Windows SDK build."
...
* commit '0d6c5e8ec6178206a39f1688ad4b006b0b656a78':
Add the protobuf compiler binary to the Windows SDK build.
2014-08-26 19:30:13 +00:00
Leandro Gracia Gil
0d6c5e8ec6
am c32e9081: am 4123e088: Merge "Add the protobuf compiler binary to the Windows SDK build."
...
* commit 'c32e90813965eab51f1494cfabb9d3457c938d85':
Add the protobuf compiler binary to the Windows SDK build.
2014-08-26 19:19:37 +00:00
Leandro Gracia Gil
c32e908139
am 4123e088: Merge "Add the protobuf compiler binary to the Windows SDK build."
...
* commit '4123e0886b69fd7ecb91abe1c4ac9bfca1de52e7':
Add the protobuf compiler binary to the Windows SDK build.
2014-08-26 19:09:34 +00:00