Commit Graph

11881 Commits

Author SHA1 Message Date
Raphael Moll
8d894a705a am 98013c6f: am cc8a21a2: SDK: Generate build-tools package. DO NOT MERGE.
* commit '98013c6f47475f0990eb135353fd8f9107267e73':
  SDK: Generate build-tools package. DO NOT MERGE.
2013-03-21 21:00:16 -07:00
Raphael Moll
98013c6f47 am cc8a21a2: SDK: Generate build-tools package. DO NOT MERGE.
* commit 'cc8a21a276ec3c0d4f7c3a09809971f6924f1d0f':
  SDK: Generate build-tools package. DO NOT MERGE.
2013-03-21 20:57:59 -07:00
Jeff Brown
34fd8af67c Add support library SDK dependency.
Bug: 8175766
Change-Id: I327a7d0b57a37fb2fbdb11ab44b1a09832b56863
2013-03-20 18:56:58 -07:00
Jeff Brown
84e6be0c69 Add action bar support library samples.
These samples are simply ported from the ApiDemos package
with package names updated to use the support library
implementation instead.

Bug: 8175766
Change-Id: Idfa35708d4db65a201a20c3726bb18663c2c0a81
2013-03-20 18:20:18 -07:00
Jeff Brown
63c90a5512 Add grid layout support library samples.
These samples are simply ported from the ApiDemos package
with package names updated to use the support library
implementation instead.

Bug: 8175766
Change-Id: Ib24c1250ed7571353f606422734a4660f382b368
2013-03-20 18:20:18 -07:00
Jeff Brown
bda0c73168 Move media router samples to new Support7Demos project.
Add media router support library to SDK build.

Bug: 8175766
Change-Id: I2f333d40ad39e820e8d706a7dab086241692a861
2013-03-20 18:20:18 -07:00
Jeff Brown
3221bcdb88 Update appcompat support lib atree rules.
Bug: 8175766
Change-Id: I553d24844e3f85313207c2c2d64336ee6a5c9a17
2013-03-20 18:20:18 -07:00
Jeff Brown
a00f2f6eb8 Update gridlayout support library atree rules.
Bug: 8175766
Change-Id: Ia2e2faeff2540cc2879e93f11d082fe47ae1de8f
2013-03-20 18:20:18 -07:00
Raphael Moll
cc8a21a276 SDK: Generate build-tools package. DO NOT MERGE.
Change-Id: I6ae3757f947e927ea09b637e552834e17f70dc44
2013-03-20 16:43:47 -07:00
Andrew Hsieh
1b871ef1c4 am 9b813396: am 4d49f477: Merge "Fix build >= JB"
* commit '9b8133966ac16c11033200edf0a1c717a2bfcb9e':
  Fix build >= JB
2013-03-20 12:18:16 -07:00
Andrew Hsieh
9b8133966a am 4d49f477: Merge "Fix build >= JB"
* commit '4d49f477fcf14f82f6c588dd7afc5b5c3beaea18':
  Fix build >= JB
2013-03-20 12:15:46 -07:00
Andrew Hsieh
4d49f477fc Merge "Fix build >= JB" 2013-03-20 18:55:45 +00:00
Andrew Hsieh
2f6ae26a67 Fix build >= JB
File arch-mips/sigsetjmp.S includes <asm-generic/portability.h>
already defined in LOCAL_CFLAGS, and build system prior JB
passes LOCAL_CFLAGS for building *.S as well, but no more >=JB.

Use LOCAL_C_INCLUDES instead (pass for *.S too)

Change-Id: I7e6d6e838d632f980aa6c9b6b2b2862bd7de11b1
2013-03-20 11:35:43 -07:00
Elliott Hughes
16617b1712 am 48f4a1f8: am 8c4c7b6a: Merge "Use H rather than k in date/time formats."
* commit '48f4a1f86e59c97a0a67d520ff0daa3726e2f62b':
  Use H rather than k in date/time formats.
2013-03-20 09:52:38 -07:00
Elliott Hughes
48f4a1f86e am 8c4c7b6a: Merge "Use H rather than k in date/time formats."
* commit '8c4c7b6a9851554371f94aef9f09813a7f0bc14e':
  Use H rather than k in date/time formats.
2013-03-20 09:47:31 -07:00
Elliott Hughes
8c4c7b6a98 Merge "Use H rather than k in date/time formats." 2013-03-20 16:34:49 +00:00
Andrew Hsieh
89096decc2 am 76a2d4ef: am fa33fb11: Merge "Clean up unnecessary wrap functions."
* commit '76a2d4ef3e70aa986ca9fff9f77c2af053679c4b':
  Clean up unnecessary wrap functions.
2013-03-20 08:07:41 -07:00
Andrew Hsieh
3c5eda266e am a20e67b5: am 1fa69e47: Merge "Don\'t use errno directly"
* commit 'a20e67b5abc7f6e8292cd46190b983eff2ee5352':
  Don't use errno directly
2013-03-20 08:07:40 -07:00
Andrew Hsieh
76a2d4ef3e am fa33fb11: Merge "Clean up unnecessary wrap functions."
* commit 'fa33fb113275a4e78cb635f159760bcebf8cfe3c':
  Clean up unnecessary wrap functions.
2013-03-20 07:51:20 -07:00
Andrew Hsieh
a20e67b5ab am 1fa69e47: Merge "Don\'t use errno directly"
* commit '1fa69e4787806be478ca8440468d598209da01e5':
  Don't use errno directly
2013-03-20 07:51:19 -07:00
Andrew Hsieh
fa33fb1132 Merge "Clean up unnecessary wrap functions." 2013-03-20 14:43:48 +00:00
Andrew Hsieh
1fa69e4787 Merge "Don't use errno directly" 2013-03-20 14:38:07 +00:00
David 'Digit' Turner
0d92cf5450 ndk: Fix potential event handling issue in android_native_app_glue
Developers report that concurrent events generated from different
sources/devices can lead to application freezes then ANRs.

See https://code.google.com/p/android/issues/detail?id=41755

where it is suggested that handling all incoming events in
the "process_input" callback solves the issue. Hence this patch
implements the suggestion, however it's unclear whether this
solves the symptom, or the root cause of the problem.

Change-Id: Ic6b0ad05d192763a6d8842c8befcb87db9714a3c
2013-03-20 11:13:38 +01:00
Lai Wei-Chih
3917ab0c97 Clean up unnecessary wrap functions.
For wrap functions that call real function directly, it could be removed.

Change-Id: I261aa6639349da776e835b9eb74f00b246d4e3c1
2013-03-20 14:30:13 +08:00
Andrew Hsieh
78175cbcc5 Don't use errno directly
errno in MIPS is macro for "*__errno)()".  Use of errno inside
WRAP(__errno)() cause infinite loop.  This may happen in other
wrapper functions which access errno.

Change all error to *REAL(__error)()

Change-Id: I1c09d84a58855bd7896fcd4e70f740b8a0f0b386
2013-03-19 18:06:30 -07:00
Santos Cordon
957d390244 Merge "Adding dialer to test_defs & coverage_targets" into jb-mr2-dev 2013-03-19 21:18:19 +00:00
Santos Cordon
ddd7ea4c30 Adding dialer to test_defs & coverage_targets
Change-Id: I62ef6fd38f8287b00d7fe33205470fe31fdb0b83
2013-03-19 12:08:05 -07:00
Elliott Hughes
45b42d6c05 Remove dead code that's keeping other dead code in frameworks/base alive.
DateUtils.writeDateTime is @hide, @deprecated, was never in an API level,
but is currently kept alive by this dead code.

Change-Id: Ibafbd39113a7c505ba8ab8e93e6b526505e5eaf1
2013-03-19 11:49:22 -07:00
Adam Koch
bae0692c9c am 5004577d: am 303c2c87: am 0a605d37: am 90808a36: am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It\'s a basic master/detail view with a list of contacts in the maste
* commit '5004577dbaf1719c787ce610189151531c70652d':
  Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes.
2013-03-19 11:31:23 -07:00
Adam Koch
5004577dba am 303c2c87: am 0a605d37: am 90808a36: am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It\'s a basic master/detail view with a list of contacts in the master and contact
* commit '303c2c87f893d144e6982f1b2ad097141fe25ea7':
  Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes.
2013-03-19 11:30:12 -07:00
Adam Koch
303c2c87f8 am 0a605d37: am 90808a36: am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It\'s a basic master/detail view with a list of contacts in the master and contact name, photo
* commit '0a605d37d498cf345af37d719213850a29893eec':
  Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes.
2013-03-19 11:28:59 -07:00
Adam Koch
0a605d37d4 am 90808a36: am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It\'s a basic master/detail view with a list of contacts in the master and contact name, photo and mailing a
* commit '90808a363f9c3a1703147a7de8941e4c4c8d8b56':
  Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes.
2013-03-19 11:27:26 -07:00
Adam Koch
90808a363f am bc1a645f: Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It\'s a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in th
* commit 'bc1a645f26a30fd95e68043b608038537b7c798f':
  Contacts Provider Training Class - Sample App Initial Commit This is the sample app for the Contacts Provider Android training class. It's a basic master/detail view with a list of contacts in the master and contact name, photo and mailing addresses in the detail. This sample app is backward compatible to API level 7 and also optimized for all screen sizes.
2013-03-19 11:25:44 -07:00
Andrew Hsieh
15da438e02 am 32e90618: am 13d77b6c: Merge "Use linker -Wl,--wrap=symbol"
* commit '32e906183574d6b69c1951d7a79af4762aa0538d':
  Use linker -Wl,--wrap=symbol
2013-03-19 11:20:27 -07:00
Andrew Hsieh
32e9061835 am 13d77b6c: Merge "Use linker -Wl,--wrap=symbol"
* commit '13d77b6c070e32adeb12d0c2d4c0870be2eed06b':
  Use linker -Wl,--wrap=symbol
2013-03-19 11:15:51 -07:00
Andrew Hsieh
13d77b6c07 Merge "Use linker -Wl,--wrap=symbol" 2013-03-19 18:03:16 +00:00
Adam Koch
bc1a645f26 Contacts Provider Training Class - Sample App Initial Commit
This is the sample app for the Contacts Provider Android training
class. It's a basic master/detail view with a list of contacts in the
master and contact name, photo and mailing addresses in the detail.
This sample app is backward compatible to API level 7 and also
optimized for all screen sizes.

Change-Id: I83fe6beae9fd4c3fe710426b7dd0863e094cbc89
2013-03-19 12:40:00 -04:00
Andrew Hsieh
6433ec22b1 Use linker -Wl,--wrap=symbol
Linker --wrap option resolves to __wrap_symbol for undefined symbol.
During the compilation of host libportable.a, __HOST__ is defined
to rename all portable functions to  __wrap_symbol, and the
real function to __real_symbol.  This way libportable.a can be
validated at host w/o changes of user's source code.

See http://sourceware.org/binutils/docs/ld/Options.html

Change-Id: Idcbe53dd642536f3dc2be85a875f95535b9dc0b1
2013-03-18 21:55:39 -07:00
Elliott Hughes
da6181c891 Use H rather than k in date/time formats.
Bug: 8359981
Change-Id: Ica1741aafc801d017252f74189aca0946bed9a0f
2013-03-18 16:29:12 -07:00
Andrew Hsieh
f37f01b084 am 7ccd822d: am e6915e0e: Merge "Fix X86 sigsetjmp and siglongjmp"
* commit '7ccd822d1b56bcace157534ff9b5e0551e278908':
  Fix X86 sigsetjmp and siglongjmp
2013-03-15 08:43:18 -07:00
Andrew Hsieh
7ccd822d1b am e6915e0e: Merge "Fix X86 sigsetjmp and siglongjmp"
* commit 'e6915e0e08a2a6b96f882e4b5e7fbdaa9496a43f':
  Fix X86 sigsetjmp and siglongjmp
2013-03-15 08:40:31 -07:00
Andrew Hsieh
e6915e0e08 Merge "Fix X86 sigsetjmp and siglongjmp" 2013-03-15 15:32:44 +00:00
Andrew Hsieh
228a227967 Fix X86 sigsetjmp and siglongjmp
Both exist in header android-X/arch-<arch>/usr/include/setjmp.h
already.  Add to X86 to be consistent with header and other archs
ARM/MIPS

See https://code.google.com/p/android/issues/detail?id=19851

Change-Id: I635c6c0491f5bf2aaa9013f23cb4b1bf7cb57a40
2013-03-14 14:40:37 -07:00
Andrew Hsieh
39720af97a am 426b6b15: am d7faff47: Merge "Added struct Elf32_auxv_t and Elf64_auxv_t"
* commit '426b6b15a128a30fa55e0e32f4e076dec8f0ed72':
  Added struct Elf32_auxv_t and Elf64_auxv_t
2013-03-14 13:41:03 -07:00
Andrew Hsieh
76d9d4fe93 am 55d2aa7d: am 342a2ae9: Merge "Fix OpenSLES_AndroidConfiguration.h to be usable for C code"
* commit '55d2aa7dd5bf7d8a7b942632619bde13324ee903':
  Fix OpenSLES_AndroidConfiguration.h to be usable for C code
2013-03-14 13:41:02 -07:00
Andrew Hsieh
426b6b15a1 am d7faff47: Merge "Added struct Elf32_auxv_t and Elf64_auxv_t"
* commit 'd7faff47ab2ca2294326aea261fb0cfac18a7d35':
  Added struct Elf32_auxv_t and Elf64_auxv_t
2013-03-14 13:38:32 -07:00
Andrew Hsieh
55d2aa7dd5 am 342a2ae9: Merge "Fix OpenSLES_AndroidConfiguration.h to be usable for C code"
* commit '342a2ae9f28849f6c388faf3f289b64c4bbbb0b3':
  Fix OpenSLES_AndroidConfiguration.h to be usable for C code
2013-03-14 13:38:32 -07:00
Andrew Hsieh
d7faff47ab Merge "Added struct Elf32_auxv_t and Elf64_auxv_t" 2013-03-14 20:28:20 +00:00
Andrew Hsieh
342a2ae9f2 Merge "Fix OpenSLES_AndroidConfiguration.h to be usable for C code" 2013-03-14 20:27:55 +00:00
Fabrice Di Meglio
f6151b661a Merge "Fix #8185319 Need to put Android BidiFormatter into the Support Library" into jb-mr2-dev 2013-03-14 19:48:29 +00:00