Commit Graph

14480 Commits

Author SHA1 Message Date
Xavier Ducrohet
6ee68fe343 am 6e211383: am 459fdbce: am dcb2c538: Add annotation support lib to SDK.
* commit '6e21138341dde9036675737cdfa8baa76cb70c5d':
  Add annotation support lib to SDK.
2014-03-26 18:23:16 +00:00
Xavier Ducrohet
6e21138341 am 459fdbce: am dcb2c538: Add annotation support lib to SDK.
* commit '459fdbcee88c1085f64b009bfcc93c84496dfeb2':
  Add annotation support lib to SDK.
2014-03-26 18:17:10 +00:00
Xavier Ducrohet
459fdbcee8 am dcb2c538: Add annotation support lib to SDK.
* commit 'dcb2c538b88b84ba33dd2dd3a4afaab79a05608a':
  Add annotation support lib to SDK.
2014-03-26 18:10:47 +00:00
Xavier Ducrohet
dcb2c538b8 Add annotation support lib to SDK.
Change-Id: If9faed19abc14fe6af288494c688a80789215a3b
2014-03-26 10:49:13 -07:00
The Android Automerger
2fee7f81f6 merge in master-release history after reset to master 2014-03-26 05:49:33 -07:00
Andrew Hsieh
b4bd34faf2 am 36a95162: am cdd2af5f: am bf782628: Merge "Generate x86_64 symbols based on bionic 2014-03-19"
* commit '36a951624cc7078cdcccf7bc6045f1e3d0ce5528':
  Generate x86_64 symbols based on bionic 2014-03-19
2014-03-25 14:36:51 -07:00
Andrew Hsieh
e34eb7672b am 430c4b16: am 8c81d3b4: am 3000c633: Merge "Disable for a while extra warnings when using [v]sprintf"
* commit '430c4b1672e240109ac21d6934081a7b5abf11d2':
  Disable for a while extra warnings when using [v]sprintf
2014-03-25 14:36:50 -07:00
Andrew Hsieh
eea27c4059 am ab8c4854: am fc8ba054: am 70537fd9: Merge "Fix x86_64 alignment in crtbegin"
* commit 'ab8c48544759a44ae3e82579c288c74cda911981':
  Fix x86_64 alignment in crtbegin
2014-03-25 14:36:49 -07:00
Andrew Hsieh
36a951624c am cdd2af5f: am bf782628: Merge "Generate x86_64 symbols based on bionic 2014-03-19"
* commit 'cdd2af5fb25d4ac16205386f782647d68af03952':
  Generate x86_64 symbols based on bionic 2014-03-19
2014-03-25 21:20:16 +00:00
Andrew Hsieh
430c4b1672 am 8c81d3b4: am 3000c633: Merge "Disable for a while extra warnings when using [v]sprintf"
* commit '8c81d3b499990e854fe14240fcd8f06645d8286c':
  Disable for a while extra warnings when using [v]sprintf
2014-03-25 21:20:15 +00:00
Andrew Hsieh
ab8c485447 am fc8ba054: am 70537fd9: Merge "Fix x86_64 alignment in crtbegin"
* commit 'fc8ba05448008f891833530ec75110e344ff32cd':
  Fix x86_64 alignment in crtbegin
2014-03-25 21:20:01 +00:00
Pavel Chupin
e54e92427d Headers update from bionic for x86_64 support
* Add i386/elf_machdep.h, it is used during the build of 32-bit part of
multilib compiler;
* Remove page.h. See https://android-review.googlesource.com/#/c/83299;
* Update other x86 headers from bionic for compatibility which are
required for successful build;

Change-Id: Ia66301849e699b79c657146424a806d0aa22342b
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2014-03-25 19:22:22 +04:00
Pavel Chupin
ac612d2495 Move _types.h to 32-bit arch dirs to avoid impact on 64-bits
This change moves _types.h from common area to all 32-bits archs.
Required for successful NDK build.

Change-Id: Ife676a285f4b77aef4c33e465a0dbc7cab1481a3
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2014-03-25 19:21:34 +04:00
Pavel Chupin
94006ac982 Directories/symlinks changes for x86_64 support
* Cleaned up obsolete link in android-9
* Add symlink to lib-bootstrap in android-9
* Add symlink to crt* files sources so that we can build crt*.o for x86_64
* Moved static libs from lib to lib64 so that they can coexist with 32-bit libs
and automatically picked up by multilib compiler. Just plain move, nothing
changes;

Change-Id: Iba580f59f0538db9bc8484afd10e9cfd8b53913a
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2014-03-25 19:11:40 +04:00
The Android Automerger
6b508b017b merge in master-release history after reset to master 2014-03-25 05:49:33 -07:00
Andrew Hsieh
523abc09f0 Add 64-bit libc.so/libm.so/libdl.so
Generated via
  $NDK/build/tools/gen-system-symbols.sh \
    out.aosp_arm64-eng/target/product/generic_arm64/obj/lib \
    /tmp/ndk-$USER

Change-Id: Ie8e9b8fe1b7c4eb2bd6ed6052f52806885544378
2014-03-25 18:47:13 +08:00
Andrew Hsieh
d297be2136 am bf782628: Merge "Generate x86_64 symbols based on bionic 2014-03-19"
* commit 'bf7826284571062477a6a441077d22ce88ad7398':
  Generate x86_64 symbols based on bionic 2014-03-19
2014-03-25 10:41:23 +00:00
Andrew Hsieh
cdd2af5fb2 am bf782628: Merge "Generate x86_64 symbols based on bionic 2014-03-19"
* commit 'bf7826284571062477a6a441077d22ce88ad7398':
  Generate x86_64 symbols based on bionic 2014-03-19
2014-03-25 10:41:06 +00:00
Andrew Hsieh
bf78262845 Merge "Generate x86_64 symbols based on bionic 2014-03-19" 2014-03-25 10:29:52 +00:00
Andrew Hsieh
8c81d3b499 am 3000c633: Merge "Disable for a while extra warnings when using [v]sprintf"
* commit '3000c633ef527c31fde474aae7a1ed3a9084f0e3':
  Disable for a while extra warnings when using [v]sprintf
2014-03-25 10:27:11 +00:00
Andrew Hsieh
aaef3dd31a am 3000c633: Merge "Disable for a while extra warnings when using [v]sprintf"
* commit '3000c633ef527c31fde474aae7a1ed3a9084f0e3':
  Disable for a while extra warnings when using [v]sprintf
2014-03-25 10:26:30 +00:00
Andrew Hsieh
fc8ba05448 am 70537fd9: Merge "Fix x86_64 alignment in crtbegin"
* commit '70537fd9ea46a78e3268a02b3f0091127d4a0a7e':
  Fix x86_64 alignment in crtbegin
2014-03-25 10:20:00 +00:00
Andrew Hsieh
7f5e5944b7 am 70537fd9: Merge "Fix x86_64 alignment in crtbegin"
* commit '70537fd9ea46a78e3268a02b3f0091127d4a0a7e':
  Fix x86_64 alignment in crtbegin
2014-03-25 10:19:14 +00:00
Andrew Hsieh
3000c633ef Merge "Disable for a while extra warnings when using [v]sprintf" 2014-03-25 10:17:05 +00:00
Andrew Hsieh
70537fd9ea Merge "Fix x86_64 alignment in crtbegin" 2014-03-25 10:06:44 +00:00
Tim Kilbourn
32842e2e69 am 2a137224: am 939cafef: am 3baefeb5: Initial leanback sample code.
* commit '2a137224a65359e5da673cb18aae21021c36ca87':
  Initial leanback sample code.
2014-03-24 15:41:29 -07:00
Tim Kilbourn
2a137224a6 am 939cafef: am 3baefeb5: Initial leanback sample code.
* commit '939cafeffa71d5db33d4882cadd39314f4ee1a64':
  Initial leanback sample code.
2014-03-24 22:36:50 +00:00
Andrew Hsieh
047ca65c2d am 839fc5d6: am c7e064b8: am 16636e4b: Merge "Refresh 64-bit headers and libs"
* commit '839fc5d698ccf16489a2527ce892d78d5d635e3c':
  Refresh 64-bit headers and libs
2014-03-24 14:30:36 -07:00
Andrew Hsieh
839fc5d698 am c7e064b8: am 16636e4b: Merge "Refresh 64-bit headers and libs"
* commit 'c7e064b86384797f08d36c6fdb118a24b22a39fe':
  Refresh 64-bit headers and libs
2014-03-24 21:25:32 +00:00
Tim Kilbourn
5d34a26480 am cdb09c94: am 56c1077d: am c9d6af6b: Merge "Add the stub src dir to the leanback extras." into klp-modular-dev
* commit 'cdb09c943ea2de51c2ecad805e76dc59684a0d84':
  Add the stub src dir to the leanback extras.
2014-03-24 12:41:33 -07:00
Tim Kilbourn
cdb09c943e am 56c1077d: am c9d6af6b: Merge "Add the stub src dir to the leanback extras." into klp-modular-dev
* commit '56c1077d131cf807563eb7b8e8bc2263f8bb1748':
  Add the stub src dir to the leanback extras.
2014-03-24 19:35:16 +00:00
Tim Kilbourn
939cafeffa am 3baefeb5: Initial leanback sample code.
* commit '3baefeb50bbd72db2347d112fc6e3daeff94ffc0':
  Initial leanback sample code.
2014-03-24 17:17:22 +00:00
Andrew Hsieh
c7e064b863 am 16636e4b: Merge "Refresh 64-bit headers and libs"
* commit '16636e4bf101847c57b6bcb2d54635e7c41b6941':
  Refresh 64-bit headers and libs
2014-03-24 12:33:47 +00:00
Andrew Hsieh
61bbf0c2ea am 16636e4b: Merge "Refresh 64-bit headers and libs"
* commit '16636e4bf101847c57b6bcb2d54635e7c41b6941':
  Refresh 64-bit headers and libs
2014-03-24 12:33:31 +00:00
Andrew Hsieh
16636e4bf1 Merge "Refresh 64-bit headers and libs" 2014-03-24 00:39:37 +00:00
The Android Automerger
7239f61398 merge in master-release history after reset to master 2014-03-22 05:49:38 -07:00
Andrew Hsieh
d8118ba51b Refresh 64-bit headers and libs
Change-Id: I300537b883705cedbcb6f21fe616f187b54c4afd
2014-03-22 17:45:39 +08:00
Tim Kilbourn
3baefeb50b Initial leanback sample code.
SupportLeanbackDemos starts out with a fully functional app with a
BrowseFragment. Still need to add examples with cursors, hovercards,
and more.

Change-Id: I845d5b92c29a5585af7968b08e7daa11b2996f5a
2014-03-21 15:13:12 -07:00
Guang Zhu
c8c42846c5 am 644b8222: blacklist KEYCODE_SLEEP in random key generation
* commit '644b8222183d57dafd8de98e04756cbd28b7ae80':
  blacklist KEYCODE_SLEEP in random key generation
2014-03-21 14:24:57 -07:00
Tim Kilbourn
56c1077d13 am c9d6af6b: Merge "Add the stub src dir to the leanback extras." into klp-modular-dev
* commit 'c9d6af6b8760c79f6527e40549592d85f780cab4':
  Add the stub src dir to the leanback extras.
2014-03-21 20:59:48 +00:00
Tim Kilbourn
c9d6af6b87 Merge "Add the stub src dir to the leanback extras." into klp-modular-dev 2014-03-21 20:53:49 +00:00
Guang Zhu
644b822218 blacklist KEYCODE_SLEEP in random key generation
Bug: 13583213
Change-Id: Ic0fa933440acb27a0636b2db83be08695e9df0db
2014-03-21 12:16:05 -07:00
Pavel Chupin
fa5250051f Fix x86_64 alignment in crtbegin
Sync from bionic

Change-Id: Ic2b5f1cf87c4c89f75571f76b6a078990bfcb1e4
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2014-03-21 15:23:07 +04:00
Pavel Chupin
dea9950e23 Generate x86_64 symbols based on bionic 2014-03-19
Per each lib done by:

nm out/target/product/generic_x86_64/symbols/system/lib64/libc.so
| grep "\S\+ T \S\+" | awk "{ print \$3; }" >
symbols/libc.so.functions.txt

nm out/target/product/generic_x86_64/symbols/system/lib64/libc.so
| grep "\S\+ [BGD] \S\+" | awk "{ print \$3; }" >
symbols/libc.so.variables.txt

Change-Id: I0192eb3a2df34112b053a9f798c7917cb1658efe
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2014-03-21 15:22:11 +04:00
Pavel Chupin
717581313a Disable for a while extra warnings when using [v]sprintf
Toolchain has a lot of usage of these functions and since we are
building the most components with -Werror it produces lots of errors.

Change-Id: Iaf5a95d6b493adb8d85803a62b184029060727d9
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2014-03-21 15:21:51 +04:00
Adam Koch
a5dba95f6b am afe9bac9: am 4d5a7ace: am 87bd56ff: am 3a09d75f: am bdd20c5c: Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
* commit 'afe9bac93aa94444b6e5d82f34b340c33ed38274':
  Remove bitmapfun code sample (it has moved to samples framework).
2014-03-20 14:11:33 -07:00
Adam Koch
afe9bac93a am 4d5a7ace: am 87bd56ff: am 3a09d75f: am bdd20c5c: Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
* commit '4d5a7ace8e214c14001128cbeaf410a97da729a0':
  Remove bitmapfun code sample (it has moved to samples framework).
2014-03-20 21:05:20 +00:00
Adam Koch
4d5a7ace8e am 87bd56ff: am 3a09d75f: am bdd20c5c: Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
* commit '87bd56ff96c226d0f53911205657f07cd2bb19c0':
  Remove bitmapfun code sample (it has moved to samples framework).
2014-03-20 17:05:17 +00:00
Adam Koch
87bd56ff96 am 3a09d75f: am bdd20c5c: Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
* commit '3a09d75f5bb284ce9367816d557b5e25d1c5fea2':
  Remove bitmapfun code sample (it has moved to samples framework).
2014-03-20 16:59:16 +00:00
Adam Koch
c56451c704 am 3a09d75f: am bdd20c5c: Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
* commit '3a09d75f5bb284ce9367816d557b5e25d1c5fea2':
  Remove bitmapfun code sample (it has moved to samples framework).
2014-03-20 16:38:06 +00:00