1. 15 Dec, 2015 1 commit
  2. 07 Nov, 2015 1 commit
  3. 31 Jul, 2015 1 commit
    • Dan Albert's avatar
      Remove the NDK's host Perl. · 42872d8f
      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
      42872d8f
  4. 28 Jul, 2015 1 commit
    • Dan Albert's avatar
      Copy the prebuilt analyzer. · 008b8f89
      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
      008b8f89
  5. 10 Jul, 2015 2 commits
    • Dan Albert's avatar
      Add packaging support to checkbuild.py. · b82a69d7
      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
      b82a69d7
    • Dan Albert's avatar
      Use argparse since this wrapper is growing. · e62491b2
      Dan Albert authored
      Also adds the --system name for --systems. Will replace --systems
      since we only allow building one system anyway.
      
      Change-Id: I1d5d129d0a9a8b44efe030b4a7ae92ffccadf74d
      e62491b2
  6. 09 Jul, 2015 2 commits
    • Dan Albert's avatar
      Default to building only Linux for Linux hosts. · f60e3460
      Dan Albert authored
      Change-Id: I12a98e666d9d8a13c4cff71f9e13f3e4c3fb49a3
      f60e3460
    • Dan Albert's avatar
      Move checkbuild to Python. · 44f106a7
      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
      44f106a7
  7. 24 Jun, 2015 1 commit
  8. 22 Jun, 2015 1 commit
  9. 20 Jun, 2015 1 commit
    • Dan Albert's avatar
      Take LLVM from the platform prebuilts. · 140644f1
      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
      140644f1
  10. 19 Jun, 2015 3 commits
  11. 29 May, 2015 1 commit
    • Dan Albert's avatar
      Improve the README. · 292de85d
      Dan Albert authored
      Remove the crap, turn it into markdown, and add the build
      instructions.
      
      Change-Id: Iac482a7925456fc77fc7cfc7233e5238020db12f
      292de85d