Skip to content
Snippets Groups Projects
  1. Jan 03, 2019
    • Jiyong Park's avatar
      Label the dynamic linker in the runtime APEX correctly · 048e1366
      Jiyong Park authored
      e2bc9fe9d5ac82457bc6050bf705ff43a1b05cbf in platform/art project added
      the dynamic linker to the runtime APEX. Since the dynamic linker has
      been labeled as 'system_linker_exec' so does the linker in the APEX.
      
      Bug: 120266448
      Test: ls -Z /apex/com.android.runtime/bin/linker
      u:object_r:system_linker_exec:s0 /apex/com.android.runtime/bin/linker
      
      Change-Id: I243b86a74d94058b3283830c32232c6584639ff3
      048e1366
  2. Dec 07, 2018
    • Neil Fuller's avatar
      Add tz files to the runtime module permissions · 13a72f4b
      Neil Fuller authored
      Code in bionic / libcore will now look in the runtime
      APEX module for data files.
      
      Bug: 119293618
      Bug: 119390260
      Test: build / treehugger only
      Change-Id: I965c763e7f0452b8ef5ffbf730733e9a41254beb
      13a72f4b
  3. Nov 24, 2018
    • Dario Freni's avatar
      Remove permission for APEX manifest. · 4df603a0
      Dario Freni authored
      There is no real need to access the manifest.json (which is being
      renamed in other CLs anyway). So remove the access to it.
      
      Bug: 119672727
      Test: m, installed on device, boots.
      Change-Id: I2d82062031da36f871b2a64d97a50a6f1e6fc3dd
      4df603a0
  4. Nov 16, 2018
    • Roland Levillain's avatar
      Add `file_contexts` for Release Runtime APEX module. · 4592b0f0
      Roland Levillain authored
      Also rename `file_contexts` for the "Debug" Runtime APEX module
      (containing both release and debug variants, as well as additional
      tools).
      
      Test: make com.android.runtime
      Test: make com.android.runtime.release
      Test: make com.android.runtime.debug
      Test: art/build/apex/runtests.sh
      Bug: 113373927
      Change-Id: I6b917d7f5b1734aeb717932081c7b03366ef2774
      4592b0f0
  5. Nov 14, 2018
  6. Nov 13, 2018
    • Jiyong Park's avatar
      Move file_contexts for APEXes to under /system/sepolicy · 03ccac0e
      Jiyong Park authored
      For centralized development of sepolices, file_contexts files for APEXes
      are all moved to under /system/seplicy.
      
      Bug: 119034475
      Bug: 113373927
      Test: m apex.test com.android.tzdata com.android.runtime com.android.media
      Change-Id: I9bf4874793db4dbdb75cbd759ae95f72d7281007
      03ccac0e
Loading