1. 10 Apr, 2014 4 commits
  2. 09 Apr, 2014 6 commits
  3. 08 Apr, 2014 1 commit
    • Narayan Kamath's avatar
      Add 32 / 64 bit abi lists to system properties. · 7303ebda
      Narayan Kamath authored
      Introduce ro.product.cpu.abilist32 / abilist64, which are
      comma separated lists of the 32 and 64 bit ABIs that the
      device supports. These properties are used by the zygote and
      system server to determine what ABI an app should be
      started with.
      
      This changes move abilist related make steps out of envsetup.mk
      and into config.mk because they depend on variables set by
      core/combo/***. Additionally, config.mk performs a few additional
      cleanups of these variables (like stripping them) after the
      inclusion of envsetup.mk so this seems like a better place to
      put them.
      
      bug: 13647418
      
      Change-Id: I3db39bdd761220c5b4966f651892fb592396f9a1
      7303ebda
  4. 07 Apr, 2014 6 commits
  5. 05 Apr, 2014 2 commits
    • Ying Wang's avatar
      Merge "Build with java7 by default." · 260942fa
      Ying Wang authored
      260942fa
    • Narayan Kamath's avatar
      Build with java7 by default. · c84889b8
      Narayan Kamath authored
      All introduce a flag LEGACY_USE_JAVA6 to force java6 builds.
      This is an unsupported configuration, and provided temporarily
      to iron out regressions and compare build output (if required.).
      
      - Increment the version check sequence number.
      - Move a more specific check (OpenJDK vs non OpenJDK) after
        the more general version check.
      - Update the link in the version check error message to the
        "initializing" page instead of the "download" page. The latter
        talks about repo, mainly.
      
      bug: 8992787
      
      Change-Id: I313e17b1911768d4f3bc318c4162c53dec6eaf0d
      
      Conflicts:
      	core/main.mk
      c84889b8
  6. 04 Apr, 2014 3 commits
  7. 03 Apr, 2014 3 commits
  8. 02 Apr, 2014 11 commits
  9. 01 Apr, 2014 4 commits