1. 20 Oct, 2015 1 commit
    • Andreas Gampe's avatar
      Build: Fix DEX2OAT_TARGET_CPU_VARIANT setting · 847b00bf
      Andreas Gampe authored
      The secondary variant fallback was not set. The build system expects
      the variants, so system properties were malformed for x86-64:
      
        [dalvik.vm.isa.x86.variant]: [dalvik.vm.isa.x86.features=default]
      
      Bug: 24989387
      Change-Id: Idbf54f81494f2650ad56080305807fd6b7ed4161
      847b00bf
  2. 15 Oct, 2015 5 commits
  3. 14 Oct, 2015 11 commits
  4. 13 Oct, 2015 3 commits
  5. 12 Oct, 2015 3 commits
    • Dan Willemsen's avatar
      90ddd588
    • Dan Willemsen's avatar
      Add all-named-(dirs|files)-under and related · 92f5fcc5
      Dan Willemsen authored
      To consolidate the number of places that we're using 'find' in the tree,
      add some more helpers:
      
        all-named-dirs-under
        all-subdir-named-dirs
        all-named-files-under
        all-subdir-named-files
      
      This change also makes many of the current helpers use these helpers
      instead of using their own implementation.
      
      The 'dirs' helpers are using '-type d' so that they only output
      directories. It's probably safe to use '-type f' for the files helpers,
      but that increased the kati load time by ~20%.
      
      Bug: 24204119
      Change-Id: I3312e2fe8c146f10955e1d986ad15d9c8be494e1
      92f5fcc5
    • Neil Fuller's avatar
      Fix for Java 8 toolchain builds · e8304ef7
      Neil Fuller authored
      We don't need to assume the OpenJDK (i.e. for Mac builds).
      
      Change-Id: I1ac1856813045c7b1478dee6b08ad7b49300e4d7
      e8304ef7
  6. 08 Oct, 2015 3 commits
  7. 07 Oct, 2015 1 commit
    • Yohann Roussel's avatar
      Ensure dump-words-to-file creates the target · f8c63cba
      Yohann Roussel authored
      Even if word list is empty.
      
      Not creating the file was causing print of error messages that were
      not preventing compilation to continue when compiling Java module with
      no source.
      
      Change-Id: I095b85f85ed6fcef5882afa39d4af51b78124c7c
      f8c63cba
  8. 03 Oct, 2015 4 commits
  9. 02 Oct, 2015 7 commits
  10. 01 Oct, 2015 2 commits