Skip to content
Snippets Groups Projects
  1. Jul 23, 2020
  2. Jul 09, 2020
  3. Jul 07, 2020
  4. Jun 10, 2020
  5. Apr 23, 2020
  6. Apr 10, 2020
  7. Apr 01, 2020
  8. Mar 30, 2020
    • android-build-team Robot's avatar
      Snap for 6347857 from ab38d707 to qt-qpr3-release · 18cf6d21
      android-build-team Robot authored
      Change-Id: Ib923cecdadf14e40643cf0b19563671360b2a356
      18cf6d21
    • Tao Bao's avatar
      Ignore the denial due to vendor_misc_writer reading DT fstab. · ab38d707
      Tao Bao authored
      This CL addresses the following denial, when vendor_misc_writer tries to
      read DT fstab (i.e. device tree fstab) for /misc entry.
      
      avc: denied { search } for comm="misc_writer" name="android" dev="sysfs" ino=17456 scontext=u:r:vendor_misc_writer:s0 tcontext=u:object_r:sysfs_dt_firmware_android:s0 tclass=dir
      
      DT fstab was used for devices shipped prior to Q, for early-mounting
      partitions (e.g. /system, /vendor, /product), which has been disallowed
      for Q launch devices. vendor_misc_writer is a new module added since Q,
      so it doesn't need to worry about the legacy code path; in practice
      there's no benefit of putting /misc entry into DT fstab either.
      
      Bug: 134122603
      Bug: 152718206
      Test: Build and flash taimen with the change that enables
            vendor_misc_writer. Check that it no longer gives the above denial
            during boot.
      Change-Id: Id2fb206706f7cd19a4cde2701e4155bfc03f01b4
      ab38d707
  9. Mar 23, 2020
  10. Mar 21, 2020
    • Steven Thomas's avatar
      Allow access to the "refresh_rate_switching" system property · 4ee80893
      Steven Thomas authored
      Bug: 147233255
      Bug: 136592946
      Bug: 138261472
      
      Test: Ran with the patch applied, confirmed surface flinger can access
      the system property.
      
      Change-Id: I259a488399c5e698de384322852ea81ea1a96e7d
      Merged-In: I259a488399c5e698de384322852ea81ea1a96e7d
      Exempt-From-Owner-Approval: Approved internally
      4ee80893
  11. Mar 14, 2020
  12. Mar 12, 2020
    • android-build-team Robot's avatar
      Snap for 6290189 from a68dd136 to qt-qpr3-release · f51dd2ff
      android-build-team Robot authored
      Change-Id: I30b3cf572220a2c5af68a4de570f3ef5b8c003c6
      f51dd2ff
    • Jeff Vander Stoep's avatar
      Prevent apps from causing presubmit failures · a68dd136
      Jeff Vander Stoep authored
      Apps can cause selinux denials by accessing CE storage
      and/or external storage. In either case, the selinux denial is
      not the cause of the failure, but just a symptom that
      storage isn't ready. Many apps handle the failure appropriately.
      
      These denials are not helpful, are not the cause of a problem,
      spam the logs, and cause presubmit flakes. Suppress them.
      
      Bug: 145267097
      Bug: 151188413
      Test: build
      
      Merged-In: If87b9683e5694fced96a81747b1baf85ef6b2124
      Change-Id: If87b9683e5694fced96a81747b1baf85ef6b2124
      a68dd136
  13. Mar 07, 2020
  14. Mar 05, 2020
    • Orion Hodson's avatar
      Add property contexts for dex2oat cpu-set properties · 23098ec3
      Orion Hodson authored
      New properties are:
      
       dalvik.vm.dex2oat-cpu-set [default compiler thread affinity]
       dalvik.vm.boot-dex2oat-cpu-set [compiler thread affinity for boot]
       dalvik.vm.image-dex2oat-cpu-set [thread affinity recompiling the boot image]
      
      Bug: 141446571
      Bug: 149395059
      Test: Run installd tests with new properties defined in target mk file.
      Change-Id: Idcbb1332aa9c18f6082b827eae0334d063644a41
      (cherry picked from commit 7b2ee48cd2c751661c21b9c498a57da7ba6daf50)
      23098ec3
  15. Feb 26, 2020
  16. Feb 13, 2020
  17. Feb 11, 2020
    • Alex Hong's avatar
      Update Q sepolicy prebuilt · 1dd6321a
      Alex Hong authored
      This updates 29.0 api for dumpstate restart control property contexts
      
      Bug: 147730517
      Change-Id: I0aa7450dc0fb34de321cf8d2ba357b2ecabbcf43
      1dd6321a
  18. Feb 10, 2020
    • Wei Wang's avatar
      Fix: dumpstate HAL service property context · 5927933c
      Wei Wang authored
      http://aosp/678384 changed property format
      
      Fixes: 137695210
      Bug: 147730517
      Test: inject timeout and take BR see dumpstate restarted
      Change-Id: Ie24e2d42e92410a935ca4c9364b476d72aa459f3
      Merged-In: Ie24e2d42e92410a935ca4c9364b476d72aa459f3
      (cherry picked from commit 046c5104021ffc5dacb89e1d3a7299e172ad95fd)
      5927933c
  19. Feb 02, 2020
  20. Feb 01, 2020
  21. Jan 31, 2020
  22. Jan 23, 2020
  23. Jan 18, 2020
  24. Jan 17, 2020
  25. Jan 16, 2020
  26. Jan 15, 2020
  27. Jan 14, 2020
  28. Jan 12, 2020
  29. Jan 11, 2020
  30. Jan 10, 2020
    • Hector Dearman's avatar
      Allow adb forward to traced consumer socket · c0bad7b9
      Hector Dearman authored
      Currently shell can connect to the traced_consumer_socket allowing it to
      configure/start/stop and collect traces. This allows a host tool (e.g. Android Studio or
      https://ui.perfetto.dev) to connect to the device via adb and collect traces. It would
      be better if rather than executing shell commands the host tool could directly communicate
      with the consumer socket. This is possible using adb forward:
      
      adb forward tcp:9903 localfilesystem:/dev/socket/traced_consumer
      
      However in this case adbd is connecting to the socket - not shell.
      
      This CL allows adbd to connect to the socket which allows host tools to collect
      traces without having to do everything though shell commands.
      
      Note that this patch also has additional change on prebuilts in order to
      backport.
      
      Denial:
      08-30 11:28:05.809 10254 10254 W adbd    : type=1400 audit(0.0:1129): avc: denied { write } for name="traced_consumer" dev="tmpfs" ino=6719 scontext=u:r:adbd:s0 tcontext=u:object_r:traced_consumer_socket:s0 tclass=sock_file permissive=0
      
      Test: Cherry pick CL to master, make, flash
      adb logcat | grep denied
      adb forward tcp:9903 localfilesystem:/dev/socket/traced_consumer
      
      Bug: b/139536756
      Change-Id: Ie08e687c0b06d0e1121009e8cd70319a8f907ae2
      (cherry-picked from commit b56a49d979c228400abaae849e9df95d0c834f51)
      c0bad7b9
    • android-build-team Robot's avatar
      Snap for 6124118 from 6daec462 to qt-qpr2-release · 259da2fa
      android-build-team Robot authored
      Change-Id: I0a27ceac7adedd2342886ebc3efd6db7e1ddfa87
      259da2fa
    • Yiwei Zhang's avatar
      Revert "Revert "Allow dumpstate to dumpsys gpu"" · b5c47df0
      Yiwei Zhang authored
      This reverts commit 6daec462.
      
      Reason for revert: b/147458874
      
      Bug: 132402890
      Test: build passes on coral-userdebug
      
      Change-Id: Ibcbc06e99561be424aa953e62985abb5b5864c56
      b5c47df0
    • Yiwei Zhang's avatar
      Revert "Allow dumpstate to dumpsys gpu" · 6daec462
      Yiwei Zhang authored
      This reverts commit 979f5a44.
      
      Reason for revert: b/147458874
      
      Change-Id: Id8a9d7e50dbd3f293e01ab6277e9e54a8ed7619d
      6daec462
  31. Jan 09, 2020
    • Yiwei Zhang's avatar
      Allow dumpstate to dumpsys gpu · 979f5a44
      Yiwei Zhang authored
      Bug: 132402890
      Test: adb bugreport and verify dumpsys gpu is included.
      Change-Id: Ib145937889f9616a0dcdabb7b58839fb715bf6c3
      979f5a44
  32. Dec 25, 2019
Loading