Commit Graph

13270 Commits

Author SHA1 Message Date
Andrew Hsieh
8326e0edba Update 64-bit headers/libs
Also
1) rename lib -> lib64
2) add src/ for android-20/arch-arm64 and arch-mips64
3) delete android-9/arch-arm64 and arch-mips64

Change-Id: I4958c4e52946e29e57b910f39ff0104200853a06
2014-04-10 15:28:53 -07:00
Andrew Hsieh
37f3302d6e am 6db591b9: Merge "Directories/symlinks changes for x86_64 support"
* commit '6db591b98cef806b8fc01bde94b100798c871327':
  Directories/symlinks changes for x86_64 support
2014-04-10 20:21:48 +00:00
Andrew Hsieh
6db591b98c Merge "Directories/symlinks changes for x86_64 support" 2014-04-10 20:20:02 +00:00
Andrew Hsieh
11cd67cc31 am 2d2e407f: Merge "Implement libportable for unknown arch 64bit."
* commit '2d2e407f1ff28f5c6d168bfccf20e2ebbbd5649a':
  Implement libportable for unknown arch 64bit.
2014-04-10 02:44:28 +00:00
Andrew Hsieh
2d2e407f1f Merge "Implement libportable for unknown arch 64bit." 2014-04-10 02:42:31 +00:00
WenHan Gu
859559268d Implement libportable for unknown arch 64bit.
Change-Id: I1e1fd8714b907bfccd5fa8df12a94697886e59cb
2014-04-08 16:28:22 +08:00
Steve Moyer
1601b1c9e6 am 6c56e9e1: (-s ours) Merge "DO NOT MERGE: fix package for AndroidJUnitRunner"
* commit '6c56e9e104d6071d459f04b266c6b8c53a32c635':
  DO NOT MERGE: fix package for AndroidJUnitRunner
2014-04-07 22:48:19 +00:00
Steve Moyer
6c56e9e104 Merge "DO NOT MERGE: fix package for AndroidJUnitRunner" 2014-04-07 22:43:27 +00:00
Steve Moyer
3a49f89e86 DO NOT MERGE: fix package for AndroidJUnitRunner
Change-Id: I6b3fb006212f273d018121800d1d94e8a8d7404d
2014-04-04 16:32:31 -07:00
Steve Moyer
20c4a33489 am 0b1a1f7b: (-s ours) Merge "DO NOT MERGE: Add SmsTest and mege emulator smoke tests"
* commit '0b1a1f7b38f6fdfa4de35238529036d2a6230615':
  DO NOT MERGE: Add SmsTest and mege emulator smoke tests
2014-04-04 16:36:17 +00:00
Steve Moyer
0b1a1f7b38 Merge "DO NOT MERGE: Add SmsTest and mege emulator smoke tests" 2014-04-04 16:32:00 +00:00
Steve Moyer
6ded79d696 DO NOT MERGE: Add SmsTest and mege emulator smoke tests
Picked Changes:
Add SMS test to verify emulator can receive sms from DDMS
Adding test tag to sms test
Add up to 6 10 second delays to wait for sms
Merging emulator smoke test projects
Combining SmsTest, GpsLocationTests, and ConnectivityTest

Conflicts:
	build/sdk.atree

Change-Id: I1343c59418a69b2f5e1eb0c6cde54f2bc09300ac
2014-04-03 16:02:56 -07:00
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