1. 298bafd Merge "Support memtag_heap in SANITIZE_TARGET_DIAG, fix cc_test interation." by Evgenii Stepanov · 4 years, 6 months ago
  2. 73056ea Add legacy_permissive license kind. by Bob Badour · 4 years, 6 months ago
  3. 1de5a57 Merge changes from topic "future_symbol" by Jiyong Park · 4 years, 6 months ago
  4. 2b7d4e1 Merge "Allow service-media-s in apex" by Hyundo Moon · 4 years, 6 months ago
  5. d684e04 Merge "LOCAL_REQUIRED_MODULES from apex has ":32" or ":64" suffix" by Treehugger Robot · 4 years, 6 months ago
  6. ec7cab8 Merge "Truncate vendor snapshot header glob list after filtering it" by Inseob Kim · 4 years, 7 months ago
  7. 8bee1b0 Allow service-media-s in apex by Hyundo Moon · 4 years, 7 months ago
  8. 3a62a9c Truncate vendor snapshot header glob list after filtering it by Colin Cross · 4 years, 7 months ago
  9. ab15f96 Merge "Speed up vendor snapshot header globs" by Inseob Kim · 4 years, 7 months ago
  10. 636b767 Merge changes Ifa1ed8de,I969bf4a2 by Jiyong Park · 4 years, 7 months ago
  11. 04896ca Support memtag_heap in SANITIZE_TARGET_DIAG, fix cc_test interation. by Evgenii Stepanov · 4 years, 7 months ago
  12. 0cec312 Move reflect.ValueOf out of product variable loop by Colin Cross · 4 years, 7 months ago
  13. 0f93e5b Speed up vendor snapshot header globs by Colin Cross · 4 years, 7 months ago
  14. 324234b Merge "dexpreopt: Use the dirty-image-objects path from frameworks/base." by Nicolas Geoffray · 4 years, 7 months ago
  15. 0ae13ec Merge "Build against cfi supported coverage lib" by Cindy Zhou · 4 years, 7 months ago
  16. bdeafb9 Merge "Don't create SDK variants for native bridge modules" by Colin Cross · 4 years, 7 months ago
  17. 0caabb6 Merge "Support building boot images with disabled dexpreopt." by Ulyana Trafimovich · 4 years, 7 months ago
  18. 1c8e5e8 Merge changes from topic "prebuilt-hiddenapi" by Bill Peckham · 4 years, 7 months ago
  19. 965561c Merge "avoid error if bazel intermediates dir already exists" by Christopher Parsons · 4 years, 7 months ago
  20. 1086e60 dexpreopt: Use the dirty-image-objects path from frameworks/base. by Nicolas Geoffray · 4 years, 7 months ago
  21. 43c2fe1 Merge "Fix capex build rule when building using RBE" by Mohammad Islam · 4 years, 7 months ago
  22. a4a1c4e Support building boot images with disabled dexpreopt. by Ulya Trafimovich · 4 years, 7 months ago
  23. 57621b2 LOCAL_REQUIRED_MODULES from apex has ":32" or ":64" suffix by Jiyong Park · 4 years, 7 months ago
  24. 04f8d37 Add clang-analyzer check if selected. by Chih-Hung Hsieh · 4 years, 7 months ago
  25. 9bd66d1 Merge "Implement directed vendor snapshot" by Inseob Kim · 4 years, 7 months ago
  26. 4c4de0e Merge "Refine sysprop_library header rules" by Inseob Kim · 4 years, 7 months ago
  27. 809eac3 Merge "Switch platform EH unwinder to prebuilt LLVM libunwind" by Ryan Prichard · 4 years, 7 months ago
  28. cdbbb1e Merge "Make TestJavaSdkLibraryEnforce faster" by JaeMan Park · 4 years, 7 months ago
  29. 71baa76 Sign android_filesystem with avbtool by Jiyong Park · 4 years, 7 months ago
  30. 7267831 Refactor filesystem.go to make it easy to build prop file by Jiyong Park · 4 years, 7 months ago
  31. 94e347e Don't create SDK variants for native bridge modules by Colin Cross · 4 years, 7 months ago
  32. 07c1e4a avoid error if bazel intermediates dir already exists by Chris Parsons · 4 years, 7 months ago
  33. fb04df4 Supply LOCAL_SOONG_DEX_JAR for java_import with compile_dex. by Bill Peckham · 4 years, 7 months ago
  34. a41a696 Enable an apex to include a java_import. by Bill Peckham · 4 years, 7 months ago
  35. bae4749 Enable prebuilt hiddenapi CSV files. by Bill Peckham · 4 years, 7 months ago
  36. de13573 Merge "Implement code-generation step for bp2build." by Treehugger Robot · 4 years, 7 months ago
  37. daa54bc Implement code-generation step for bp2build. by Jingwen Chen · 4 years, 8 months ago
  38. ad3421a Merge "Improve aquery-related validation and error handling" by Christopher Parsons · 4 years, 7 months ago
  39. fe6147e Merge "Export dex implementation jars from prebuilt_apex" by Paul Duffin · 4 years, 7 months ago
  40. 0e3aaa4 Merge "Remove unused parameter to newContext." by Treehugger Robot · 4 years, 7 months ago
  41. 9ac0e32 Fix capex build rule when building using RBE by Mohammad Samiul Islam · 4 years, 7 months ago
  42. f61dfa5 Merge "Allow sysprop library API files to be missing" by Inseob Kim · 4 years, 7 months ago
  43. 09b609d Remove unused parameter to newContext. by Jingwen Chen · 4 years, 7 months ago
  44. 7cf1465 Implement directed vendor snapshot by Inseob Kim · 4 years, 7 months ago
  45. 0641004 Refine sysprop_library header rules by Inseob Kim · 4 years, 7 months ago
  46. 4d31a04 Do not enable all clang-analyzer-* checks, by Chih-Hung Hsieh · 4 years, 7 months ago
  47. 9235fea Merge "add more global default checks" by Treehugger Robot · 4 years, 7 months ago
  48. 2207565 Merge "WITH_TIDY=1 implies -warnings-as-errors=-*" by Treehugger Robot · 4 years, 7 months ago
  49. 2b72906 Merge "Add java_boot_libs to sdk" by Treehugger Robot · 4 years, 7 months ago
  50. 34850d3 add more global default checks by Chih-Hung Hsieh · 4 years, 7 months ago
  51. 1b4934a WITH_TIDY=1 implies -warnings-as-errors=-* by Chih-Hung Hsieh · 4 years, 7 months ago
  52. 4f06989 Improve aquery-related validation and error handling by Chris Parsons · 4 years, 7 months ago
  53. 064b70c Export dex implementation jars from prebuilt_apex by Paul Duffin · 4 years, 9 months ago
  54. db170e4 Add java_boot_libs to sdk by Paul Duffin · 4 years, 8 months ago
  55. 0dd1912 Merge "manifest_fixer: Set targetSdkVersion to '16' for libraries" by Colin Cross · 4 years, 7 months ago
  56. c9770d6 Allow sysprop library API files to be missing by Inseob Kim · 4 years, 7 months ago
  57. 90e7535 Make TestJavaSdkLibraryEnforce faster by JaeMan Park · 4 years, 7 months ago
  58. b47dcf7 Merge "Adjust the double loadable check" by Treehugger Robot · 4 years, 7 months ago
  59. 423e378 API availability should be checked using __builtin_available by Jiyong Park · 5 years ago
  60. ee8ae11 Merge "Must use vendor variant for health storage AIDL HAL" by Treehugger Robot · 4 years, 7 months ago
  61. 46cad06 Revert "To use same default for the nightly builds." by Chris Li · 4 years, 7 months ago
  62. 18dcd04 manifest_fixer: Set targetSdkVersion to '16' for libraries by Andrew Wheeler · 4 years, 7 months ago
  63. 5d5cfc1 Build against cfi supported coverage lib by Cindy Zhou · 4 years, 7 months ago
  64. 6c0a9f6 Merge "Remove global state from VNDK" by Colin Cross · 4 years, 7 months ago
  65. d7e51e0 Merge "Use 1.49.0 prebuilts" by Thiébaud Weksteen · 4 years, 7 months ago
  66. 0ce3a40 Merge "The build related changes for Secure Clock and Shared Secret functionalities." by Janis Danisevskis · 4 years, 7 months ago
  67. 2463ec5 Merge "Update apex/allowed_deps.txt" by Treehugger Robot · 4 years, 7 months ago
  68. 4746ae4 Merge "Extract ApexFileProperties from apex PrebuiltProperties" by Paul Duffin · 4 years, 7 months ago
  69. ecbe559 Merge "Move temp blocklist APIs to max-sdk-r list." by Mathew Inwood · 4 years, 7 months ago
  70. 797e067 Update apex/allowed_deps.txt by Mill Chen · 4 years, 7 months ago
  71. 0474e1f Adjust the double loadable check by Jiyong Park · 4 years, 7 months ago
  72. 47dbd26 Merge "Add bpf_syscall_wrappers for tethering apex and update allowed-deps.txt" by Maciej Żenczykowski · 4 years, 7 months ago
  73. b35a85e Switch platform EH unwinder to prebuilt LLVM libunwind by Ryan Prichard · 4 years, 7 months ago
  74. 7821224 Remove global state from VNDK by Colin Cross · 4 years, 7 months ago
  75. 78d0f48 Must use vendor variant for health storage AIDL HAL by Yifan Hong · 4 years, 7 months ago
  76. 851f399 Extract ApexFileProperties from apex PrebuiltProperties by Paul Duffin · 4 years, 7 months ago
  77. b767f91 Fix comment. by Chih-Hung Hsieh · 4 years, 7 months ago
  78. 66f7fdd Merge "To use same default for the nightly builds." by Chih-hung Hsieh · 4 years, 7 months ago
  79. 8b638ad Merge "Add memtag_heap notes to allowed deps." by Evgenii Stepanov · 4 years, 7 months ago
  80. e261c01 Add bpf_syscall_wrappers for tethering apex and update allowed-deps.txt by Hungming Chen · 4 years, 7 months ago
  81. c1be2f8 Move temp blocklist APIs to max-sdk-r list. by Mathew Inwood · 4 years, 7 months ago
  82. e045b0c Merge "Add tzdata-module-test-exports to the list of targets." by Nicolas Geoffray · 4 years, 7 months ago
  83. 62555ff Merge "Remove remaining libnativehelper implicit includes" by Orion Hodson · 4 years, 7 months ago
  84. aa12c9b Add memtag_heap notes to allowed deps. by Evgenii Stepanov · 4 years, 7 months ago
  85. 2bcb494 Merge changes Ib29ede45,I1b2bfdfb by Colin Cross · 4 years, 7 months ago
  86. e7c39a5 Merge "Include/exclude lists for memtag_heap sanitizer." by Evgenii Stepanov · 4 years, 7 months ago
  87. cfa2205 The build related changes for Secure Clock and Shared Secret functionalities. by Chirag Pathak · 4 years, 8 months ago
  88. b35a819 __ANDROID_API__ tracks min_sdk_version by Jiyong Park · 5 years ago
  89. fdb9e89 Merge "Add property to apex soong modules to forcefully compress an APEX" by Mohammad Islam · 4 years, 7 months ago
  90. fb49bd1 Merge "Expose the SkipInstall flag." by Martin Stjernholm · 4 years, 7 months ago
  91. b063dc4 To use same default for the nightly builds. by Chih-Hung Hsieh · 4 years, 7 months ago
  92. 50ab3ff Create authsecret aidl interface by ChengYou Ho · 4 years, 7 months ago
  93. 4beaa0c Include/exclude lists for memtag_heap sanitizer. by Evgenii Stepanov · 4 years, 7 months ago
  94. 193ac2e Support "memtag_heap" sanitizer. by Evgenii Stepanov · 5 years ago
  95. 016370b Merge "Remove ANDROID_EXPERIMENTAL_MTE." by Peter Collingbourne · 4 years, 7 months ago
  96. bbdea51 Merge "Refactor queryview." by Liz Kammer · 4 years, 7 months ago
  97. 9e7f45e Expose the SkipInstall flag. by Martin Stjernholm · 4 years, 7 months ago
  98. b2ec09d Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 4 years, 8 months ago
  99. c1b1663 Add tzdata-module-test-exports to the list of targets. by Nicolas Geoffray · 4 years, 7 months ago
  100. 142b28a Create OemLock aidl interface by ChengYou Ho · 4 years, 7 months ago