- 26 Mar, 2016 1 commit
-
-
Josh Gao authored
Bug: https://github.com/android-ndk/ndk/issues/46 Change-Id: Icd08775a6932f88a360e827aa1e09df84678b074
-
- 24 Mar, 2016 11 commits
-
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
* changes: Update the host-only build definition. Fix pylint/pep8 issues.
-
Dan Albert authored
-
Dan Albert authored
Apparently I haven't updated this in a long time... Change-Id: Ib85e8a9811c959944b7d8f1794a3ead2d85c568d
-
Dan Albert authored
Change-Id: I926f3ccf1a447a8a081c263f2cfcde42d19ac8cc
-
Dan Albert authored
Bug: https://github.com/android-ndk/ndk/issues/45 Change-Id: I4d7f40d6f5609b0067cd89d2b2b75f1195c360bf
-
Dan Albert authored
-
Dan Albert authored
* We aren't testing mips Jelly Bean. * There are no Marshmallow emulator images for mips or mips64. Change-Id: I2b3a4e095b76a2f63c85057e3d340dc87a821026
-
Dan Albert authored
I've written a bit more about what we do for testing, as well as some instructions about setting up devices and emulators. Change-Id: I518a150dfb569e8c3788891c0f7b615c9c37eb4f
-
Dan Albert authored
Change-Id: I4bce8f10bc39d45f260518ae34628b6dc2bb9585
-
- 23 Mar, 2016 4 commits
-
-
Andrew Woloszyn authored
-
Andrew Woloszyn authored
shader_tools are host programs they do not change depending on the arch. Change-Id: Iec8a128ee2cc42b0ed0f2f39fcd53fcedb9d82dd
-
Andrew Woloszyn authored
-
Andrew Woloszyn authored
This includes glslc, spirv-as, spirv-dis, spirv-val. The builds use mingw to compile for windows. Change-Id: I2719b3eb0eea908e83e8a5ecd62760f733ff3b88
-
- 22 Mar, 2016 4 commits
-
-
Dan Albert authored
-
Dan Albert authored
The version of libatomic we have from GCC uses ifuncs for some functions, which are not supported on anything but the latest versions of Android. GCC ends up using these functions when using libc++, so GCC+libc++ libraries will not be able to load on most devices. Bug: http://b/22699878 Bug: https://github.com/android-ndk/ndk/issues/31 Change-Id: I90ddc472685d016db76690773ab47da44ddc1037
-
Dan Albert authored
-
Courtney Goeltzenleuchter authored
Forces the package step even if checkbuild doesn't think it has all the modules it needs. Change-Id: I09e6cd6d3fcd5f40d8bf9dd574752326b9721c27
-
- 21 Mar, 2016 2 commits
-
-
Dan Albert authored
-
Dan Albert authored
We moved the installed location of `ndk-which` into prebuilts/blah. Update the path from there to the root. Fixes https://github.com/android-ndk/ndk/issues/29. Change-Id: I9d36a3862e438ad517f2a4f8070b211548f602d4
-
- 16 Mar, 2016 4 commits
-
-
Dan Albert authored
-
Dan Albert authored
This code is really non-obvious. These calls aren't being run immediately, they are part of a function that is assigned above that gets run later. All that lack of whitespace was significant (note the backslashes at the end of every line). Thanks to make being a high quality language, there's no way to add comments on each line to at least make it more readable :( Bug: http://b.android.com/201225 Change-Id: I08c685e5065d7a174b45f6a19de6aa6f38e26a9a
-
Dan Albert authored
-
Dan Albert authored
-
- 15 Mar, 2016 8 commits
-
-
Dan Albert authored
GCC is always passed as -lgcc rather than as a full path, so we shouldn't be calling host-path for it. This was incorrectly invoking `cygpath -m -lgcc`, which is bogus. Bug: http://b.android.com/195486 Change-Id: I895fe1f2fe6def737848550e59196e920af2e1f1
-
Dan Albert authored
-
Dan Albert authored
Change-Id: I915a694cc524a20d7a878e7edcf1f326ba469e99
-
Dan Albert authored
-
Dan Albert authored
* changes: Add more top level shortcuts for tools. Include `ndk-which` in host-tools.
-
Dan Albert authored
Adds shortcuts for ndk-gdb, ndk-stack, ndk-depends, and ndk-which. Bug: https://github.com/android-ndk/ndk/issues/19 Change-Id: Ibef61e6271753e4fdeb5170830f96ab7f1e682f4
-
Dan Albert authored
Bug: https://github.com/android-ndk/ndk/issues/19 Change-Id: I1f3afdba5e9cda37fc6a4bff09317511aef2d559
-
Dan Albert authored
The ARM debug flags were added twice. Bug: http://b.android.com/201225 Change-Id: I8dc600998f9cecfa0c96210aa08214361214519f
-
- 14 Mar, 2016 6 commits
-
-
Josh Gao authored
-
Josh Gao authored
The adb and gdbrunner modules don't work in python3. Until we get a chance to fix them, use our prebuilt python2. Change-Id: I968310a153731d8e8daca77ce93e61c79a8a2ffd
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
Change-Id: Iccc621473e49a65de30174db73d85d2f059bc162
-