Xavier Ducrohet
47eadf1ece
Merge "Move ZipAlign to build-tools."
2014-04-03 22:21:08 +00:00
Xavier Ducrohet
76510e2dd2
Move ZipAlign to build-tools.
...
Change-Id: Id83a8dc86946bcde78e9eaaab009a06a59fccbd0
2014-04-03 10:09:53 -07:00
Andrew Hsieh
497b94df02
Merge "Headers update from bionic for x86_64 support"
2014-04-02 08:21:49 +00:00
Andrew Hsieh
0123d3496a
Merge "Move _types.h to 32-bit arch dirs to avoid impact on 64-bits"
2014-03-29 03:12:46 +00:00
Andrew Hsieh
ac982541a9
Merge "Refresh locale.h from bionic"
2014-03-29 03:07:31 +00:00
Andrew Hsieh
1782523e75
Merge "Add 64-bit libc.so/libm.so/libdl.so"
2014-03-29 03:05:27 +00:00
Pavel Chupin
cd9dfd0ffd
Refresh locale.h from bionic
...
Change-Id: I2dfa05f13f6e6e92a5ca238504bd7ee7c511640c
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com >
2014-03-28 16:55:51 +04: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
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
bf78262845
Merge "Generate x86_64 symbols based on bionic 2014-03-19"
2014-03-25 10:29:52 +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
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
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
Andrew Hsieh
d8118ba51b
Refresh 64-bit headers and libs
...
Change-Id: I300537b883705cedbcb6f21fe616f187b54c4afd
2014-03-22 17:45:39 +08: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
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
Adam Koch
3a09d75f5b
am bdd20c5c: Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
...
* commit 'bdd20c5c1a78941e0e94123c78152123f0be946a':
Remove bitmapfun code sample (it has moved to samples framework).
2014-03-20 09:31:03 +00:00
Adam Koch
bdd20c5c1a
Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
2014-03-20 07:22:29 +00:00
Joe Fernandez
c0afddffa7
am b67283c0: am b378f58a: Merge "Adding production app.yaml to source control" into klp-docs
...
* commit 'b67283c07d9e7ced4f5d7e734c4de21d4a5c6520':
Adding production app.yaml to source control
2014-03-14 04:17:30 +00:00
Ricardo Cervera
863618a117
am f203e028: am c861a265: Merge "docs: Modified sample descriptions for March sample push." into klp-docs
...
* commit 'f203e0289eb1e418a5ce2049893306bcd13d30a7':
docs: Modified sample descriptions for March sample push.
2014-03-14 04:17:27 +00:00
Alexander Lucas
9e924b6820
am 7ae2eca4: am 7a80e034: Merge "Added new samples to sdk.atree for march push" into klp-docs
...
* commit '7ae2eca4a0762f347e2a1981dc1becbc16a5c4bc':
Added new samples to sdk.atree for march push
2014-03-14 04:14:08 +00:00
Lorenzo Colitti
779bd60565
am 8680138d: Merge "Add clatd test definitions to the testrunner."
...
* commit '8680138dd64c81cf25e05a4ae4f8195368cb9e55':
Add clatd test definitions to the testrunner.
2014-03-14 00:45:08 +00:00
Lorenzo Colitti
774c6fc31d
am 20615c2b: Merge "Ensure that the native tests are run from /data/nativetest to match TF. Also cleanup a missing test from test_defs.xml"
...
* commit '20615c2bcec61d743d5899c0e723c1762f4a3190':
Ensure that the native tests are run from /data/nativetest to match TF. Also cleanup a missing test from test_defs.xml
2014-03-14 00:45:01 +00:00
Lorenzo Colitti
8680138dd6
Merge "Add clatd test definitions to the testrunner."
2014-03-14 00:38:14 +00:00
Lorenzo Colitti
20615c2bce
Merge "Ensure that the native tests are run from /data/nativetest to match TF. Also cleanup a missing test from test_defs.xml"
2014-03-14 00:38:05 +00:00
Joe Fernandez
b67283c07d
am b378f58a: Merge "Adding production app.yaml to source control" into klp-docs
...
* commit 'b378f58a1d5b3c0047da52631156588758f29c95':
Adding production app.yaml to source control
2014-03-13 22:15:12 +00:00
Ricardo Cervera
f203e0289e
am c861a265: Merge "docs: Modified sample descriptions for March sample push." into klp-docs
...
* commit 'c861a2650bce3a0ff02f1efcb5c6b38e741c1878':
docs: Modified sample descriptions for March sample push.
2014-03-13 22:15:03 +00:00
Alexander Lucas
7ae2eca4a0
am 7a80e034: Merge "Added new samples to sdk.atree for march push" into klp-docs
...
* commit '7a80e034839e02c295cb75c59c6af75e17dad238':
Added new samples to sdk.atree for march push
2014-03-13 22:15:02 +00:00
Joe Fernandez
b378f58a1d
Merge "Adding production app.yaml to source control" into klp-docs
2014-03-13 21:10:01 +00:00
Trevor Johns
e3fd5a1ca4
am 9d563550: Merge "Align "from code" parent-child preference flow with "from XML""
...
* commit '9d5635501a9fdf2f9ef5b51a4be021622f2f9a67':
Align "from code" parent-child preference flow with "from XML"
2014-03-13 01:55:45 +00:00
Trevor Johns
9d5635501a
Merge "Align "from code" parent-child preference flow with "from XML""
2014-03-11 19:52:17 +00:00
Andrew Hsieh
fad9a0a392
am c046b48b: Merge "Add scalbln, scalblnf, and scalblnl to x86 libm.so for API>=18"
...
* commit 'c046b48bd6a048b5b3c020b49c778536165668e3':
Add scalbln, scalblnf, and scalblnl to x86 libm.so for API>=18
2014-03-11 18:08:01 +00:00
Andrew Hsieh
991a335903
am fea707ac: Merge "Define __PTHREAD_*_INIT_VLAUE in pthread.h for API < 9"
...
* commit 'fea707ac00967f2d3dd0df8320553eb6b8840a35':
Define __PTHREAD_*_INIT_VLAUE in pthread.h for API < 9
2014-03-11 00:38:26 +00:00
Ricardo Cervera
c861a2650b
Merge "docs: Modified sample descriptions for March sample push." into klp-docs
2014-03-10 22:14:35 +00:00
Ricardo Cervera
9b23d66215
docs: Modified sample descriptions for March sample push.
...
Edited the _index.jd files from the new samples.
Stage: http://localhost:8001/samples/MediaRouter/index.html
Patch: Addressed Dirk's comments.
Change-Id: I029a9a1cb3fbfbe93e09ce2cdd8a7b5e49c6c074
2014-03-10 15:10:47 -07:00
Alexander Lucas
98b1d72ccb
am 4362d331: resolved conflicts for merge of 6da9c2ed to klp-ub-dev
...
* commit '4362d331f0ee5257b881a346fce63348e880fa1c':
Updating build metadata for march sample push.
2014-03-10 22:08:33 +00:00
Alexander Lucas
4362d331f0
resolved conflicts for merge of 6da9c2ed to klp-ub-dev
...
Change-Id: I2997c1204ff7aa9728f4df782fefe9d413bfbba7
2014-03-10 15:02:25 -07:00
Alexander Lucas
7a80e03483
Merge "Added new samples to sdk.atree for march push" into klp-docs
2014-03-10 21:54:40 +00:00
Alexander Lucas
c4a6ecf00d
Added new samples to sdk.atree for march push
...
Change-Id: Ic138c1ff32c86ebb48375cc07d0c138829c8a3f7
2014-03-10 14:49:49 -07:00
Alexander Lucas
6da9c2edfe
Merge "Updating build metadata for march sample push." into klp-docs
2014-03-10 21:45:52 +00:00
Alexander Lucas
46fd3900eb
am 94f80bce: am a780ba4b: Adding browsable prebuilt samples for march push
...
* commit '94f80bce07febc80df1372fc84514b51c7b1e8c7':
Adding browsable prebuilt samples for march push
2014-03-10 19:53:01 +00:00
Alexander Lucas
94f80bce07
am a780ba4b: Adding browsable prebuilt samples for march push
...
* commit 'a780ba4b15cbe69e7ad74c34c21ccef5e8cdce23':
Adding browsable prebuilt samples for march push
2014-03-10 19:49:41 +00:00