Commit Graph

15604 Commits

Author SHA1 Message Date
Andrew Hsieh
1978baa1ae am ec2d5674: Merge "Bump up clang vesion accepting __builtin_isnan __attribute__((pcs("aapcs")))"
* commit 'ec2d5674a8d6361eb748125b7e83120870ec5289':
  Bump up clang vesion accepting __builtin_isnan __attribute__((pcs("aapcs")))
2014-09-29 01:25:52 +00:00
Andrew Hsieh
f5ad59d43f am 154cb254: Merge "Add posix_memalign to libc.so for API 17,18,19"
* commit '154cb254080b5f5ae1869464d822a9928cf08351':
  Add posix_memalign to libc.so for API 17,18,19
2014-09-29 01:20:50 +00:00
Andrew Hsieh
132945b90c am c316a240: Merge "Added sys/ucontext.h and sys/user.h to all API levels."
* commit 'c316a240c548ebbe98cbc25bcf895f87a8536cf3':
  Added sys/ucontext.h and sys/user.h to all API levels.
2014-09-29 01:20:48 +00:00
Andrew Hsieh
ec2d5674a8 Merge "Bump up clang vesion accepting __builtin_isnan __attribute__((pcs("aapcs")))" 2014-09-29 01:20:12 +00:00
Andrew Hsieh
154cb25408 Merge "Add posix_memalign to libc.so for API 17,18,19" 2014-09-29 01:20:03 +00:00
Andrew Hsieh
c316a240c5 Merge "Added sys/ucontext.h and sys/user.h to all API levels." 2014-09-29 01:18:07 +00:00
Dake Gu
221b154a72 SupportLeanbackDemo: Fix crash of launch Detail from Search
Now DetailsFragment is expecting PhotoItem,  SearchFragment should not pass
a String to DetailsFragment.

Change-Id: I7794c6a14dcaa1de1d1177f3288bb7460a45bf7d
2014-09-27 01:32:10 +00:00
Andrew Hsieh
70319d4de1 Add posix_memalign to libc.so for API 17,18,19
note that arch-x86 has it in 797351fd3b

Change-Id: I34c5d0b6887bdc7bd3411a837f90e6788bdf7ff4
2014-09-26 16:28:36 +08:00
Andrew Hsieh
3dbef8fe11 Bump up clang vesion accepting __builtin_isnan __attribute__((pcs("aapcs")))
Upstream clang3.6 still doesn't allow change of calling convension of
__builtin_isnan from the default to "softfp" (via __attribute__((pcs("aapcs"))))
as required by bionic libm.so for 32-bit ARM.  Let's hope clang3.7
fix that.  See upstream bug http://llvm.org/bugs/show_bug.cgi?id=20958

Change-Id: Ibdcc1783ffa7cf2f36e733983bd6d912ad38df70
2014-09-26 16:20:56 +08:00
Dan Albert
48a1ff8685 am 9bc92deb: am 20d16a75: Merge "Silence lcov existence test output."
* commit '9bc92deb11d67f4288595c1ca64e28f66ce27cc9':
  Silence lcov existence test output.
2014-09-25 20:15:07 +00:00
Dan Albert
9bc92deb11 am 20d16a75: Merge "Silence lcov existence test output."
* commit '20d16a75b2e14fe8408e664cad0faae07f200f47':
  Silence lcov existence test output.
2014-09-25 20:03:43 +00:00
Dan Albert
20d16a75b2 Merge "Silence lcov existence test output." 2014-09-25 19:57:18 +00:00
Dan Albert
7d133d23f9 Silence lcov existence test output.
Change-Id: I72ea929c8358d82c5653d7b475a35ddcb918dac0
2014-09-25 11:23:30 -07:00
Xavier Ducrohet
8439bda6b0 am 91909fae: Prepare the SDK component version numbers.
* commit '91909fae54217a8f9c17e7c1fecef1523e192bd9':
  Prepare the SDK component version numbers.
2014-09-23 16:55:06 +00:00
Xavier Ducrohet
91909fae54 Prepare the SDK component version numbers.
Change-Id: I2577ec690533e6b45a95b38c6cc0f82cb0981c5b
2014-09-22 18:55:19 -07:00
Dan Albert
f9026b3669 am cbe2394e: am 217d230a: Merge "Add acov for coverage gathering/reporting."
* commit 'cbe2394ef0c8717cdfc13f6134ec7e957326d5b9':
  Add acov for coverage gathering/reporting.
2014-09-22 16:40:02 +00:00
Dan Albert
cbe2394ef0 am 217d230a: Merge "Add acov for coverage gathering/reporting."
* commit '217d230af8f29583c5be96b0870fe8e187033bc2':
  Add acov for coverage gathering/reporting.
2014-09-22 16:28:17 +00:00
Dan Albert
217d230af8 Merge "Add acov for coverage gathering/reporting." 2014-09-22 16:18:11 +00:00
Dan Albert
98e2c644f2 Add acov for coverage gathering/reporting.
acov is a tool for gathering coverage information from a device and
generating a report from that information. To use:

1. sudo apt-get install lcov
2. Build application/library with coverage information.
3. Push the new binaries to the device.
4. Run tests with the additional environment variables:
    * GCOV_PREFIX=/data/local/tmp/gcov
    * GCOV_PREFIX_STRIP=`echo $(ANDROID_BUILD_TOP) | grep -o / | wc -l`
5. Run `acov`.

acov will pull all coverage information from the device, push it to the
right directories, run lcov, and display the coverage report (currently
by opening it in your browser).

Bug: 10134489
Change-Id: I604c8ec2e9fa5d23ee9c279b515ff6cfc497dfa7
2014-09-22 09:15:45 -07:00
Naoki Ishihara
a9b5dd3bb3 Add samples to sdk.atree
Change-Id: I34ee63184f2dea6db253bf2ae2b671abb9ab6c4a
2014-09-19 22:17:08 -07:00
Andrew Hsieh
9eac1b60d3 Added sys/ucontext.h and sys/user.h to all API levels.
Also
1. Header singal.h now includes <sys/ucontext.h>
2. asm/user.h include sys/user.h
3. change use of user_i387_struct to user_fpregs_struct

See bionic 26a8eb50a84e131d34d10d5d167d67e9995399bd

Change-Id: I9592e98b90d773ef5babb428a6a6ef208fe86327
2014-09-19 15:50:12 +00:00
Andrew Hsieh
7ab39b2a63 am 04df6b31: am eef4aba8: Merge "Add missing posix_memalign function in x86 libc.so.functions.txt. (See b.android.com/28834)"
* commit '04df6b31bfc70bc85ced6cd30f33c0597fae3803':
  Add missing posix_memalign function in x86 libc.so.functions.txt. (See b.android.com/28834)
2014-09-18 15:55:42 +00:00
Andrew Hsieh
04df6b31bf am eef4aba8: Merge "Add missing posix_memalign function in x86 libc.so.functions.txt. (See b.android.com/28834)"
* commit 'eef4aba8b8edd09768178f81f3293552cc52e64c':
  Add missing posix_memalign function in x86 libc.so.functions.txt. (See b.android.com/28834)
2014-09-18 15:49:20 +00:00
Andrew Hsieh
eef4aba8b8 Merge "Add missing posix_memalign function in x86 libc.so.functions.txt. (See b.android.com/28834)" 2014-09-18 15:40:38 +00:00
Varvara Rainchik
797351fd3b Add missing posix_memalign function in x86 libc.so.functions.txt.
(See b.android.com/28834)

android-17,-18,-19
	posix_memalign

Change-Id: I9e0632f9fa8cabd17a66ded2dc6f3553261c4054
Signed-off-by: Varvara Rainchik <varvara.rainchik@intel.com>
2014-09-18 12:06:03 +04:00
Dake Gu
0b5fedbd68 am 7c4d38c4: SupportLeanbackDemo: dont override fragment\'s object from activity
* commit '7c4d38c43e85914996a83a365ebcab529a4a1fde':
  SupportLeanbackDemo: dont override fragment's object from activity
2014-09-17 21:26:09 +00:00
Dake Gu
7c4d38c43e SupportLeanbackDemo: dont override fragment's object from activity
Activity should only initialize fragment's object when it is first created.
Then the object's lifecycle is controled by fragment.

b/17547817

Change-Id: I169111d2936aadfa9386b288e6922c563b4b5277
2014-09-17 17:14:33 +00:00
Dake Gu
7bacdb314f am 7c6a3e4f: Merge "Use image card view for DetailsFragment example" into lmp-dev
* commit '7c6a3e4fb17da6e78fe1e1a6ab06f62aac114bdc':
  Use image card view for DetailsFragment example
2014-09-16 23:23:48 +00:00
Dake Gu
7c6a3e4fb1 Merge "Use image card view for DetailsFragment example" into lmp-dev 2014-09-16 23:04:52 +00:00
Dake Gu
fd5a5de66a Use image card view for DetailsFragment example
b/17499864

Change-Id: I7c5f77da52424afa5020a66b032df68cfdf5846e
2014-09-16 14:43:48 -07:00
Andrew Hsieh
0a8ec94811 am 726f6d87: am 5b664707: Merge "Bugfix for libportable to make compile happy."
* commit '726f6d87a59a8b56db08820e8204cd410ab0c0d4':
  Bugfix for libportable to make compile happy.
2014-09-16 19:42:41 +00:00
Craig Stout
d50f3f06d4 am a0f2a8db: Fix build.
* commit 'a0f2a8db7ea6c44f2d0acbdfeac37a1f7bae5661':
  Fix build.
2014-09-16 08:47:38 +00:00
Craig Stout
bd1630f90a am 76d6eba7: Use new callback for search by intent.
* commit '76d6eba7e2999ca7b030459e73d83f71773a16a3':
  Use new callback for search by intent.
2014-09-16 08:47:35 +00:00
Andrew Hsieh
726f6d87a5 am 5b664707: Merge "Bugfix for libportable to make compile happy."
* commit '5b6647076bcc06ec43ea49ad7a472942226f35a3':
  Bugfix for libportable to make compile happy.
2014-09-16 08:41:40 +00:00
Andrew Hsieh
5b6647076b Merge "Bugfix for libportable to make compile happy." 2014-09-16 03:21:47 +00:00
WenHan Gu
e257b563df Bugfix for libportable to make compile happy.
Just a tricky issue.
WRAP(stat) -> stat_portable, However we have a struct naming stat_portable.
Let's just rename it.

Change-Id: If0a33661d9d23750d4af45158d1336bb71a08cab
2014-09-16 11:01:28 +08:00
Siva Velusamy
bb5620c689 am bd2bea18: Update revision of Android SDK USB driver for Windows
* commit 'bd2bea18ab91a3e0502c7e74adc977f08d1c511e':
  Update revision of Android SDK USB driver for Windows
2014-09-15 22:03:38 +00:00
Siva Velusamy
715dcb3712 am 6ae0b776: Android SDK Windows USB driver: Project Tango pid
* commit '6ae0b7763dab2f5fa07ae33fef5b74717095f157':
  Android SDK Windows USB driver: Project Tango pid
2014-09-15 22:03:37 +00:00
Andrew Hsieh
4d8856da36 am 6b801349: Merge "Remove out-dated android-20 and android-21 now called android-L" into lmp-dev
* commit '6b80134995e3a477b5069bfe21d35870fb8fe17d':
  Remove out-dated android-20 and android-21 now called android-L
2014-09-15 22:03:34 +00:00
Andrew Hsieh
076b3b27fc am 5c0471db: am 3941c44f: Merge "Add support for x86 to hello-neon sample"
* commit '5c0471db0703dca4b22379fb4f227950b5d44a28':
  Add support for x86 to hello-neon sample
2014-09-15 22:02:25 +00:00
Andrew Hsieh
6174c4c437 am 53a20e54: am a8c78c38: Merge "Refresh android-L headers/libs (WW37)"
* commit '53a20e5434ca973ef06fab5a93e85a08b5e0efa1':
  Refresh android-L headers/libs (WW37)
2014-09-15 22:01:53 +00:00
Craig Stout
a0f2a8db7e Fix build.
Change-Id: I90dda90014131e48eace67bac26453ea278b4e87
2014-09-15 14:14:46 -07:00
Craig Stout
76d6eba7e2 Use new callback for search by intent.
Change-Id: I3e3eafa50a93ad55f55bff0bb5b0b6efdda48bbb
2014-09-15 12:47:00 -07:00
Andrew Hsieh
5c0471db07 am 3941c44f: Merge "Add support for x86 to hello-neon sample"
* commit '3941c44f6156a13224183b74deb3bc4d5f5a8895':
  Add support for x86 to hello-neon sample
2014-09-15 19:23:52 +00:00
Andrew Hsieh
53a20e5434 am a8c78c38: Merge "Refresh android-L headers/libs (WW37)"
* commit 'a8c78c384e8996bb4df85277b2710824bc60676b':
  Refresh android-L headers/libs (WW37)
2014-09-15 19:23:48 +00:00
Siva Velusamy
bd2bea18ab Update revision of Android SDK USB driver for Windows
Rev 11 adds Project Tango (generic) drivers

(cherry picked from commit 05467d3526)

Change-Id: I458281bcb5294e587f100ec60d73d30c341659ba
2014-09-15 10:52:19 -07:00
Andrew Hsieh
3941c44f61 Merge "Add support for x86 to hello-neon sample" 2014-09-15 17:43:18 +00:00
Siva Velusamy
6ae0b7763d Android SDK Windows USB driver: Project Tango pid
(cherry picked from commit f41962ca29)

Change-Id: I9764290e6433aa30453636d43c6580c2dfbc9761
2014-09-15 10:36:09 -07:00
Andrew Hsieh
6b80134995 Merge "Remove out-dated android-20 and android-21 now called android-L" into lmp-dev 2014-09-15 17:00:10 +00:00
Andrew Hsieh
a8c78c384e Merge "Refresh android-L headers/libs (WW37)" 2014-09-15 16:59:09 +00:00