Skip to content
Snippets Groups Projects
  1. Mar 20, 2018
  2. Mar 19, 2018
    • Alan Stokes's avatar
      Add alanstokes as an owner. · ac40afad
      Alan Stokes authored
      Test: n/a
      Change-Id: Iba86b7d77582e85de7469bedaf31465205e42433
      ac40afad
    • Chong Zhang's avatar
      allow mediaprovider to use media extractor · 8e3fef3d
      Chong Zhang authored
      When extraction exif info, certain file formats may requires
      parsing the container. Allow mediaprovider to use extractor
      to do the parsing.
      
      bug: 73978990
      Test: manually test the scenario in b/73978990 and verify
            the Exif is extracted correctly.
      
      Change-Id: I1cd46d793ebc9c38b816a3b63f361967e551d046
      8e3fef3d
    • Hector Dearman's avatar
      Allow system server to set persist.traced.enable · 6f2040f8
      Hector Dearman authored
      To enable/disable the traced and traced_probes deamons remotely we would
      like system server to be able to set persist.traced.enable.
      See also ag/3736001.
      
      Denial:
      selinux: avc: denied { set } for
      property=persist.traced.enable
      pid=1606 uid=1000 gid=1000
      scontext=u:r:system_server:s0
      tcontext=u:object_r:default_prop:s0 tclass=property_service
      permissive=0\x0a
      
      Run:
      $ adb shell 'ps -A | grep traced'
      Should see traced.
      $ adb shell 'settings put global sys_traced 0'
      $ adb shell 'ps -A | grep traced'
      Should no longer see traced.
      
      Test: See above.
      Change-Id: I245b7df3853cabeb0e75db41fb4facaa178ab8f1
      6f2040f8
    • Treehugger Robot's avatar
    • Bowgo Tsai's avatar
      Allow dexopt to follow /odm/lib(64) symlinks. · 88cd813f
      Bowgo Tsai authored
      Several /odm/* symlinks are added in the following change, to fallback
      to /vendor/odm/* when there is no /odm partition on the device.
      
        https://android-review.googlesource.com/#/c/platform/system/sepolicy/+/638159/
      
      This change allows dexopt operations to 'getattr' those symlinks during
      OTA.
      
      Bug: 75287236
      Test: boot a device
      Change-Id: I2710ce5e2c47eb1a3432123ab49f1b6f3dcb4ffe
      88cd813f
  3. Mar 18, 2018
  4. Mar 16, 2018
  5. Mar 15, 2018
  6. Mar 14, 2018
  7. Mar 13, 2018
  8. Mar 12, 2018
Loading