- 24 May, 2016 2 commits
-
-
Dan Albert authored
Change-Id: Ic2a0d2185965f798e8c2e0dfdbeed621e924aa5a
-
Sebastian Pop authored
Change-Id: I6f75fad53fc6eecc6a16d6be13a4c5eacba67327
-
- 20 Apr, 2016 3 commits
-
-
Dan Albert authored
The bad rendering here is actually a gerrit bug, and this makes it worse. This reverts commit 92b8744d. Change-Id: Ieb94242a3862523c5cb23a107be313afb75ffc87
-
Dan Albert authored
Change-Id: Ia7283ab6dc056d2e3470f8feab37c38af503e851
-
Dan Albert authored
It's been named this since the dawn of time. Might have made more sense then, but it's not very helpful now. Change-Id: I11f0adf131afbd4dc973efa831513bfc2a219059
-
- 06 Apr, 2016 1 commit
-
-
Dan Albert authored
Change-Id: I806f1633909ad816622a3019c6153434fdf8bcd2
-
- 30 Mar, 2016 1 commit
-
-
Dan Albert authored
Change-Id: I30804f1d65800a2aa4d76f078b169ad49f7954e9
-
- 29 Mar, 2016 1 commit
-
-
Courtney Goeltzenleuchter authored
Generate and package Vulkan validation layers into a source bundle that an application can compile and integrate into their application during development. Change-Id: I3ef98a78b6bd0db166a56ad40d0ed05b759ee771
-
- 24 Mar, 2016 1 commit
-
-
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
-
- 01 Mar, 2016 2 commits
-
-
Dan Albert authored
Passing the path to the NDK under test form the environment was a little clunky: * Path completion doesn't work if you already have the rest of the command typed out. * The path needed to be absolute. * NDK shouldn't need to be set in the user's environment, so we shouldn't be testing in that configuration. The latter two could be fixed differently, but this seems more ergonomic anyway. Change-Id: If5d7ada5cef7467fd96ce203d38165ce1f12ee9e
-
Dan Albert authored
Change-Id: Ib844cbe34ba755b66f752ff6f4c235cf2d45481f
-
- 10 Feb, 2016 1 commit
-
-
Dan Albert authored
I've answered the question of how to add new native frameworks APIS several times in the past week, so I've finally taken the time to write it all down. Change-Id: Ic828ede2f1de5b29e283306ff0264ac2e469d70d
-
- 09 Feb, 2016 2 commits
-
-
Dan Albert authored
* We've returned to the old package layout, so fix those paths. * Be more specific about which sources/* directories contain modules for `import-module`. * Include hint about `--system windows64`. * Reword the `--package` vs `--no-package` section to encourage using the default behavior. * Fix the bit about `--toolchain clang` for `run-all.py`. Since Clang is now the default, we need to advise about using GCC. * Remove the bit about libc++ ARM32 unwinding being broken, since I've fixed that now. Change-Id: I61b8ca9458c1884a38248c8c04dc6bc529781570
-
Dan Albert authored
Had the wrong name for mingw, and we don't need dmake any more (I think). Bug: http://b/26965334 Change-Id: I4d455cad8ba2255eb21c1e4ad0fb10838213c350
-
- 15 Dec, 2015 1 commit
-
-
Dan Albert authored
Change-Id: I97ee449890de029c346359ff1b33a1f55e83309c
-
- 07 Nov, 2015 1 commit
-
-
Dan Albert authored
Change-Id: I34e566b0095ee4c0f574b03d6dd1eb3f9dd77ee9
-
- 31 Jul, 2015 1 commit
-
-
Dan Albert authored
We don't actually use this. The only reason we ship Perl is so that systems without it (Windows) can use scan-build. However, the cross compilation of Perl was never done, and we don't ship Perl to Windows, so this was never used for it's intended purpose. Just delete it. Bug: http://b/22413538 Change-Id: I5e069a4406f6c4d9d7b5c5d6655a305d615ba1aa
-
- 28 Jul, 2015 1 commit
-
-
Dan Albert authored
This is copied into the platform prebuilts now, so we don't need to copy our own (and can remove external/clang from the manifest). Bug: http://b/22183733 Change-Id: I08770d69fb687ccb32275ad571f83963c19a8149
-
- 10 Jul, 2015 2 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
-
- 09 Jul, 2015 2 commits
-
-
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
-
- 24 Jun, 2015 1 commit
-
-
Elliott Hughes authored
Change-Id: Ifbb59ea25b74a50e5b97bd2d3b895857464e4b08
-
- 22 Jun, 2015 1 commit
-
-
Dan Albert authored
Bug: http://b/21534147 Change-Id: I1717594c3a8cfa2e727dc83db323fe05fa4ca106
-
- 20 Jun, 2015 1 commit
-
-
Dan Albert authored
We won't be able to build the Windows LLVM until we get one in the platform, but that doesn't build right now anyway. As a side effect, stop building compiler-rt. We get this for free as part of the prebuilt LLVM. When building with LLVM, use the platform LLVM. Note that having ANDROID_BUILD_TOP set is now a requirement. This can be set manually, by `lunch`, or will be handled by `checkbuild.sh`, but must be set. Change-Id: Ieceace0e7b2091421eabb363f427f935ddd9436a
-
- 19 Jun, 2015 3 commits
-
-
Elliott Hughes authored
I haven't cleaned up the scripts on the assumption that they're all going the way of the dodo anyway. Change-Id: Iaee6bc69887d7f50cc5c4fc983c90b1607259115
-
Dan Albert authored
Change-Id: I03eae28483f069ff20adf00b51bb5cf275ccd9a0
-
Dan Albert authored
The master-ndk branch of AOSP now contains an already checked out and patched version of the toolchain repository at toolchain/. The process of using download-toolchain-sources.sh is now obsolete. Update the docs accordingly and remove the obsolete components. Change-Id: I8e059010fef07b376a73e355c985e4e8e784223b
-
- 29 May, 2015 1 commit
-
-
Dan Albert authored
Remove the crap, turn it into markdown, and add the build instructions. Change-Id: Iac482a7925456fc77fc7cfc7233e5238020db12f
-