- 10 Jul, 2015 3 commits
-
-
Dan Albert authored
The --package flag will cause the NDK to be packaged once the build is complete. Note that this flag is on by default until the build server configuration is updated; use --no-package to skip this step for local builds. Bug: http://b/22404289 Change-Id: Idea82eb8c1bc005dafb3acbfe9fe827772bb817e
-
Dan Albert authored
Also adds the --system name for --systems. Will replace --systems since we only allow building one system anyway. Change-Id: I1d5d129d0a9a8b44efe030b4a7ae92ffccadf74d
-
Elliott Hughes authored
-
- 09 Jul, 2015 11 commits
-
-
Dan Albert authored
-
Dan Albert authored
Change-Id: Ie161eea3490650377fb090130990c99a89f58c09
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
Leave the old name around until we get the build server updated. Change-Id: Ib064f9de149e6f9788d23362d3290a4be51b1a60
-
Dan Albert authored
We still ship 32-bit Windows tools, so we can't force on --try-64 unconditionally. Disallow building Linux and Windows in the same invocation because we don't have the control to build 32-bit and 64-bit at the same time. As an added bonus, verify that the system we're passed is an actual valid system. No more 20 minute typo penalties. Change-Id: I53fbe16d2d50a26c19ed2aee0c2710dc22cc0749
-
Dan Albert authored
Change-Id: I12a98e666d9d8a13c4cff71f9e13f3e4c3fb49a3
-
Dan Albert authored
checkbuild.sh was starting to get too complicated. Move it to a real language so we don't end up back in the mess we're trying to fix. Leave checkbuild.sh that just forwards to checkbuild.py until we've updated the build server configuration. Change-Id: Id13d6ba02506e46893788ca05e584cc850bc5813
-
Elliott Hughes authored
Switch build-llvm.py over to using plain "darwin", "linux", and "windows", and ensure that the output file has the appropriate -x86(_64)? suffix. If any unpack_prebuilt fails, fail the whole process. Comment out the two renderscript stages for now because we have neither prebuilts nor a script to build what we need (http://b/22377128). Finally, the .tar.bz2 file was actually just a .tar file (http://b/22362727). Change-Id: Ic3b79624c60c8374747075be2bdcf4b372bc997b
-
- 08 Jul, 2015 8 commits
-
-
Dan Albert authored
* changes: Don't build target prebuilts for Mac or Windows. Make analyzer build failures fatal.
-
Dan Albert authored
-
Dan Albert authored
We only need one copy of these, and they might as well come from Linux since that's where we're working. At some point we should probably transition to using the prebuilt toolchains to build the target libraries, at which point the target libraries don't need to be associated with the host build at all. Change-Id: Ifb5d038e26e2af2ad30e6eef1fc0881a8d66e23f
-
Dan Albert authored
Change-Id: Ide0328592dd88ffbdd7453465c7f2880d44d25a9
-
Dan Albert authored
Change-Id: I94151440af332227909b6caa77090ce3e7eb49b6
-
Dan Albert authored
-
Elliott Hughes authored
-
Egor Kochetov authored
This fixes the NDK self-test device/test-unwind-struct, see the bug: http://b.android.com/177423 The struct 'private_' members are converted to 'unsigned long' instead of explicit 'uint32_t'. ABIs for all supported platforms state that it is a correct change. Note that there is a required function for x86_64 ABI 'uint64_t _Unwind_GetCFA (struct _Unwind_Context*)' which is neither declared nor implemented. But the NDK header test passes. Change-Id: Ieef84acea3ea4feabdc2d4dccf11229a0a934339 Signed-off-by:
Egor Kochetov <egor.kochetov@intel.com>
-
- 07 Jul, 2015 3 commits
-
-
Dan Albert authored
Change-Id: I257578690b6811a66c24f24834d5c9206d548a42
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I55ef72389be149c3101543b3ae6d24cd3bbba734
-
- 06 Jul, 2015 4 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
ndk-common.sh is shared between build-time scripts and "use-time" scripts. Change-Id: I47e7e61fd6719ec9cdcd8dbc030786a2e5574d6f
-
Elliott Hughes authored
-
Elliott Hughes authored
-
- 03 Jul, 2015 2 commits
-
-
Egor Kochetov authored
while testing the 'wait4' function a 'wait3' error message was produced in case of error. See also: http://b.android.com/177424 Change-Id: Ibe7c8544f2717c913ff7022df7890e5c2a010472 Signed-off-by:
Egor Kochetov <egor.kochetov@intel.com>
-
Egor Kochetov authored
libdl_unittest.cc has been deleted from the test suite, but not from the makefile, thus the test itself failed to build. Change-Id: I5d5ee248ab600cc1a95489d682a0274bf2c7b53f Signed-off-by:
Egor Kochetov <egor.kochetov@intel.com>
-
- 30 Jun, 2015 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
-
- 29 Jun, 2015 7 commits
-
-
Elliott Hughes authored
We're not going to switch to an older version of binutils than we currently have. (Though our 2.25 is actually 2.24 plus patches, but that's a bug for another day...) Change-Id: Ib00ad384e6f120b402fc7492991265167d86234d
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: https://code.google.com/p/android/issues/detail?id=72331 Change-Id: I364e7440b28272691e4d8817925279cd9e2e266f
-
Elliott Hughes authored
Bug: https://code.google.com/p/android/issues/detail?id=79984 Change-Id: I41348ffb761ece173d1e8e83e67341f282e36c10
-
Elliott Hughes authored
We've already removed the 4.8 source... Change-Id: I68c4444a23e4a622d3b1b6fc19709c4b32a4c0c6
-
Elliott Hughes authored
-