1. 20 Jun, 2014 1 commit
    • Narayan Kamath's avatar
      Add a zygote 64/32 bit config. · 8975f302
      Narayan Kamath authored
      64 bit zygote is the "primary" and the system server is run
      as a 64 bit process.
      
      (cherry picked from commit 7cdbbcab)
      
      Change-Id: I56363e08b546dead14c2ee46b0069235cc4597e8
      8975f302
  2. 14 May, 2014 1 commit
  3. 10 Apr, 2014 1 commit
    • Narayan Kamath's avatar
      Add a config for dual mode zygote. · 468b37c1
      Narayan Kamath authored
      Note that init.zygote64.rc, which supports a "pure"
      64 bit zygote is around only for testing.
      
      The life cycles of both zygotes are controlled by init,
      and the assumption here is that they will be available
      always. We start the system_server in 32 bit mode.
      
      Note that the distinction between "primary" and "secondary"
      simply defines the order in which ABI support is queried,
      there's no real requirement that the primary zygote supports
      the primary ABI of the device.
      
      bug: 13647418
      
      Change-Id: Id0be001ea6f934c3c2022d89a63aae9fae66cc38
      468b37c1
  4. 31 Mar, 2014 1 commit
    • Narayan Kamath's avatar
      Move zygote init config to its own file. · 4456a55c
      Narayan Kamath authored
      This allows us to choose different configs depending on
      whether or not the target is 64 capable, and what its preferred
      default is.
      
      bug: 13647418
      Change-Id: Ie1ce4245a3add7544c87d27c635ee390f4062523
      4456a55c