1. 09 Jul, 2015 1 commit
    • 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
  2. 24 Jun, 2015 1 commit
  3. 22 Jun, 2015 1 commit
  4. 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
  5. 19 Jun, 2015 3 commits
  6. 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