1. 47f644e dumpstate: disable vibration when -q option is set by Takuya Ogawa · 7 years ago
  2. ced274e Merge "Add missing sensor types to <android/sensor.h>." by Elliott Hughes · 6 years ago
  3. f78be36 Add missing sensor types to <android/sensor.h>. by Elliott Hughes · 6 years ago
  4. b511370 Merge "Multi-A2DP support - add a new internal API to suppress Audio Noisy intent" by Treehugger Robot · 6 years ago
  5. 439bf29 Multi-A2DP support - add a new internal API to suppress Audio Noisy intent by Pavlin Radoslavov · 6 years ago
  6. 37ea948 Merge "Add new dexopt flag to control hidden API restrictions" by Treehugger Robot · 6 years ago
  7. 7fb0aa5 Merge "Add 'exclude parent' option to debug." by Treehugger Robot · 6 years ago
  8. aaf2c87 Merge "Prevent otapreopt_chroot from crashing with no arguments" by Zach Riggle · 6 years ago
  9. 7fcbb81 Add new dexopt flag to control hidden API restrictions by David Brazdil · 7 years ago
  10. bf5e6b1 Merge "Update filesystem permissions in atrace.rc to give selinux control." by Treehugger Robot · 7 years ago
  11. 318853a Prevent otapreopt_chroot from crashing with no arguments by Zach Riggle · 7 years ago
  12. 7c7a04c Merge "Fix number of arguments in otapreopt v4" by Treehugger Robot · 7 years ago
  13. 617968b Merge "Remove libziparchive dependency on libutils" by David Sehr · 7 years ago
  14. d9024ef Fix number of arguments in otapreopt v4 by David Brazdil · 7 years ago
  15. 5f32889 Add 'exclude parent' option to debug. by Steven Moreland · 7 years ago
  16. 385f7ee Update filesystem permissions in atrace.rc to give selinux control. by Carmen Jackson · 7 years ago
  17. 172f7a7 Merge "Reserve enum for EXT_image_gl_colorspace. Test: no test necessary Change-Id: I65d92163cf50da03ff386e5cf9a784f01f3212e9" by Treehugger Robot · 7 years ago
  18. 0756265 Remove libziparchive dependency on libutils by David Sehr · 7 years ago
  19. 95c8f46 Reserve enum for EXT_image_gl_colorspace. by Philip Rideout · 7 years ago
  20. 3723625 Merge "dumpstate: add media.metrics" by Andy Hung · 7 years ago
  21. 54bcf1c Merge "Pass targetSdkVersion to dex2oat" by David Brazdil · 7 years ago
  22. 570d398 Pass targetSdkVersion to dex2oat by David Brazdil · 7 years ago
  23. 1aafb84 Merge "Silence bogus unused-lambda-capture warning" by Treehugger Robot · 7 years ago
  24. 3e05919 Merge "Add feature flag for MBMS" by Treehugger Robot · 7 years ago
  25. 33f0097 Merge "Installd: new interface to enable apk verity" by Treehugger Robot · 7 years ago
  26. 99de516 Installd: new interface to enable apk verity by Victor Hsieh · 7 years ago
  27. 9ace484 Merge "readdir_r is deprecated." by Elliott Hughes · 7 years ago
  28. 2eab3fc readdir_r is deprecated. by Elliott Hughes · 7 years ago
  29. 4f9ecc6 Merge "Disable cdex for non background dexopt" by Mathieu Chartier · 7 years ago
  30. 1fb463e Disable cdex for non background dexopt by Mathieu Chartier · 7 years ago
  31. 69acdd7 Merge "Disable compact dex for input fd == output fd" by Mathieu Chartier · 7 years ago
  32. b41ffcc Disable compact dex for input fd == output fd by Mathieu Chartier · 7 years ago
  33. 9c3769f Merge "lshal: debug checks fqname" by Treehugger Robot · 7 years ago
  34. 5fcdcca Merge "surfaceflinger: Initialize Description field" by Greg Kaiser · 7 years ago
  35. 4ca7a3f surfaceflinger: Initialize Description field by Greg Kaiser · 7 years ago
  36. 6f7f629 Merge "Fix unused variable warning" by Treehugger Robot · 7 years ago
  37. ef973d3 Fix unused variable warning by Yi Kong · 7 years ago
  38. 96f471e Silence bogus unused-lambda-capture warning by Yi Kong · 7 years ago
  39. 756655c dumpstate: add media.metrics by Andy Hung · 7 years ago
  40. f07ec17 Merge "SF: Switch computeBounds to return FloatRect" by Treehugger Robot · 7 years ago
  41. 3481c9a lshal: debug checks fqname by Steven Moreland · 7 years ago
  42. 74a5e17 SF: Switch computeBounds to return FloatRect by Dan Stoza · 7 years ago
  43. 3aa6c98 Merge "Fix sensorservice on integer sanitized builds." by Treehugger Robot · 7 years ago
  44. 6f1f7b9 Merge "Fix sanitizer in ISensorService list functions." by Ivan Lozano · 7 years ago
  45. 28b48f2 Merge "Remove sys/class/leds from dumpstate." by Treehugger Robot · 7 years ago
  46. bfbf7c2 Merge "Fix surfaceflinger on integer sanitized builds." by Treehugger Robot · 7 years ago
  47. ef5dcaa Merge "Actually apply version script" by Treehugger Robot · 7 years ago
  48. c770d27 Merge "surfaceflinger: do not check HWC2::Capability::SkipValidate" by Chia-I Wu · 7 years ago
  49. 2aa4cc4 Merge "StartsWith/EndsWith allow std::string prefixes/suffixes now." by Treehugger Robot · 7 years ago
  50. a7b2ac2 Merge "Fix sanitizer in surfaceflinger waitForEvent." by Ivan Lozano · 7 years ago
  51. 630fcaf Merge "Fix surfaceflinger on integer sanitized builds." by Ivan Lozano · 7 years ago
  52. 7aafa16 Fix sensorservice on integer sanitized builds. by Joel Galenson · 7 years ago
  53. 8eb5335 Fix surfaceflinger on integer sanitized builds. by Joel Galenson · 7 years ago
  54. c6c2a8a Fix surfaceflinger on integer sanitized builds. by Ivan Lozano · 7 years ago
  55. b764060 Remove sys/class/leds from dumpstate. by Steven Moreland · 7 years ago
  56. 0ace760 Fix sanitizer in ISensorService list functions. by Ivan Lozano · 7 years ago
  57. 0b3162a Fix sanitizer in surfaceflinger waitForEvent. by Ivan Lozano · 7 years ago
  58. 969e4f8 StartsWith/EndsWith allow std::string prefixes/suffixes now. by Elliott Hughes · 7 years ago
  59. 1a49778 Merge "Default to /dev/binder if binder node doesn't exist." by Treehugger Robot · 7 years ago
  60. bfdea36 Merge "Fix sanitizer in InputFlinger Reader/Dispatcher." by Ivan Lozano · 7 years ago
  61. 623c43a Fix sanitizer in InputFlinger Reader/Dispatcher. by Ivan Lozano · 7 years ago
  62. 66d9ea6 Merge "Fix sanitizer in handleTransitionLocked." by Ivan Lozano · 7 years ago
  63. 95e19cd Merge "Fix sanitizer in egl_display_t::get." by Ivan Lozano · 7 years ago
  64. 739c8b7 Merge "Fix sanitizer in setViewportAndProjection." by Ivan Lozano · 7 years ago
  65. 376a559 Default to /dev/binder if binder node doesn't exist. by Steven Moreland · 7 years ago
  66. 13f2c07 Fix sanitizer in egl_display_t::get. by Ivan Lozano · 7 years ago
  67. 34ff878 Fix sanitizer in handleTransitionLocked. by Ivan Lozano · 7 years ago
  68. 054888f Fix sanitizer in setViewportAndProjection. by Ivan Lozano · 7 years ago
  69. 41b98d4 surfaceflinger: do not check HWC2::Capability::SkipValidate by Chia-I Wu · 7 years ago
  70. a9c7e6d Merge "Include what we use." by Treehugger Robot · 7 years ago
  71. 1916513 Include what we use. by Dan Albert · 7 years ago
  72. e5563ee Merge "Do not export private headers with llndk library" by Treehugger Robot · 7 years ago
  73. 2b23a55 Merge "Accept EAGAIN on a binder transaction." by Treehugger Robot · 7 years ago
  74. d229eec Merge "Fix compiler warnings." by Chih-hung Hsieh · 7 years ago
  75. ab66edc Do not export private headers with llndk library by Justin Yun · 7 years ago
  76. e3941b2 Fix compiler warnings. by Chih-Hung Hsieh · 7 years ago
  77. 2b39df7 Accept EAGAIN on a binder transaction. by Martijn Coenen · 7 years ago
  78. f808951 Add feature flag for MBMS by Hall Liu · 7 years ago
  79. f02c8b4 Merge "Rename snapshotProfile to createProfileSnapshot for better consistency" by Treehugger Robot · 7 years ago
  80. c3596c3 Rename snapshotProfile to createProfileSnapshot for better consistency by Calin Juravle · 7 years ago
  81. 4ae4b9c Merge "DO NOT MERGE: Merge Oreo MR1 into master" by Xin Li · 7 years ago
  82. d1a6d1e DO NOT MERGE: Merge Oreo MR1 into master by Xin Li · 7 years ago
  83. c81d9b8 Merge "Keystore and gatekeeper not working when servicemanager crashed" by Treehugger Robot · 7 years ago
  84. 60175af Merge "Fix warnings in frameworks/native/services/surfaceflinger/tests/fakehwc" into stage-aosp-master by Chih-hung Hsieh · 7 years ago
  85. 72a9a36 Merge "Use -Werror in frameworks/native/cmds/cmd" am: 68686bd151 by Chih-hung Hsieh · 7 years ago
  86. 68686bd Merge "Use -Werror in frameworks/native/cmds/cmd" by Chih-hung Hsieh · 7 years ago
  87. e725faa Merge "Fix clang compiler warnings." am: 7553b18b49 by Chih-hung Hsieh · 7 years ago
  88. 7553b18 Merge "Fix clang compiler warnings." by Chih-hung Hsieh · 7 years ago
  89. 53d76f1 Fix warnings in frameworks/native/services/surfaceflinger/tests/fakehwc by Chih-Hung Hsieh · 7 years ago
  90. 4f3895c Fix clang compiler warnings. by Chih-Hung Hsieh · 7 years ago
  91. b2a90b6 Use -Werror in frameworks/native/cmds/cmd by Chih-Hung Hsieh · 7 years ago
  92. bf01f66 Merge "Remove unused variable" am: 5281f56377 by Yi Kong · 7 years ago
  93. 5281f56 Merge "Remove unused variable" by Yi Kong · 7 years ago
  94. 9254357 Remove unused variable by Yi Kong · 7 years ago
  95. dbe8513e Merge "Export AIDL files as a filegroup for framework.jar" by Colin Cross · 7 years ago
  96. e616163 Merge "Export AIDL files as a filegroup for framework.jar" by Colin Cross · 7 years ago
  97. dd2dae9 Export AIDL files as a filegroup for framework.jar by Colin Cross · 7 years ago
  98. f89ee1a Export AIDL files as a filegroup for framework.jar by Colin Cross · 7 years ago
  99. 44d517c Merge "emulator: api 26 fix guest rendering" am: 2463d6b8bc by Bo Hu · 7 years ago
  100. 2463d6b Merge "emulator: api 26 fix guest rendering" by Bo Hu · 7 years ago