1. 5649b31 fs_config_generate: unit test by Mark Salyzyn · 7 years ago
  2. 5aada52 Merge "Embed jni libs in vendor apks for treble-ized devices" by Treehugger Robot · 7 years ago
  3. b27fb9f Merge "Added make files for variable Nougat MR1" by Vikas Marwaha · 7 years ago
  4. 7ffb8c8 Merge "warn.py: have URLs open in new tabs" by Treehugger Robot · 7 years ago
  5. f1ec8ac Merge "base_rules.mk : Support subconfigs for testcases." by Treehugger Robot · 7 years ago
  6. 3e73e2b base_rules.mk : Support subconfigs for testcases. by Simran Basi · 7 years ago
  7. 1cb8dea Embed jni libs in vendor apks for treble-ized devices by Jiyong Park · 7 years ago
  8. 169f5f1 warn.py: have URLs open in new tabs by George Burgess IV · 7 years ago
  9. cd46573 Merge "make libprotobuf-cpp-* libs VNDK" by Treehugger Robot · 7 years ago
  10. a637a59 Merge "link_type: common overrides 2nd" by Treehugger Robot · 7 years ago
  11. 2b7f8ab link_type: common overrides 2nd by Dan Willemsen · 7 years ago
  12. 594eb16 Merge "Disable CFI for ASAN targets. (Make)" by Treehugger Robot · 7 years ago
  13. 2f9b9f0 Merge "Fix LOCAL_MULTILIB := 64 in TARGET_TRANSLATE_2ND_ARCH builds" by Treehugger Robot · 7 years ago
  14. 64e48c0 Merge "Update fuzz_test makefile." by Dan Austin · 7 years ago
  15. 2e3c3cf Fix LOCAL_MULTILIB := 64 in TARGET_TRANSLATE_2ND_ARCH builds by Dan Willemsen · 7 years ago
  16. e4d92ef Merge "Rewrite link type checking" by Dan Willemsen · 7 years ago
  17. c026f6d Disable CFI for ASAN targets. (Make) by Vishwath Mohan · 7 years ago
  18. c8f57d9 make libprotobuf-cpp-* libs VNDK by Jiyong Park · 7 years ago
  19. b47d4e9 Rewrite link type checking by Dan Willemsen · 7 years ago
  20. eddf74c Merge "Change the global CFI flag to default to enabled." by Vishwath Mohan · 7 years ago
  21. 45fd769 Merge "Change the global CFI flag to default to enabled." by Vishwath Mohan · 7 years ago
  22. 5567e50 Update fuzz_test makefile. by Dan Austin · 7 years ago
  23. c838792 Merge "Filter and colorize javac output V3" by Treehugger Robot · 7 years ago
  24. 5f89212 Filter and colorize javac output V3 by Colin Cross · 7 years ago
  25. 4be1d88 Merge "Make PIC/PIE levels compatible for LTO." by Treehugger Robot · 7 years ago
  26. c3b2556 Make PIC/PIE levels compatible for LTO. by Vishwath Mohan · 7 years ago
  27. 04e4fd3 Merge "Set PRIVATE_PREFIX when using $(transform-prebuilt-to-target)" by Colin Cross · 7 years ago
  28. 9ea5c1a Merge changes Ieb58dd9a,I8ada38df by Bowgo Tsai · 7 years ago
  29. 9b37760 AVB: support BOARD_BUILD_SYSTEM_ROOT_IMAGE by Bowgo Tsai · 7 years ago
  30. 8ee4a3d AVB: support signing vendor.img by Bowgo Tsai · 7 years ago
  31. 01f4e20 Merge "Overridden packages shouldn't install vdex files either" by Dan Willemsen · 7 years ago
  32. d2e778f Set PRIVATE_PREFIX when using $(transform-prebuilt-to-target) by Colin Cross · 7 years ago
  33. e224725 Overridden packages shouldn't install vdex files either by Dan Willemsen · 7 years ago
  34. dd63df8 Merge "Make mini-debug-info stripping pass on already stripped binaries" by Colin Cross · 7 years ago
  35. 5e93057 Make mini-debug-info stripping pass on already stripped binaries by Colin Cross · 7 years ago
  36. c5b172b Merge "Add the ability to save off the CSV to a file." by Sam Saccone · 7 years ago
  37. 03aaa7e Add the ability to save off the CSV to a file. by Sam Saccone · 7 years ago
  38. ba0ebe9 Merge "Revert "Revert "device-tests: As a dependency to tests""" by Treehugger Robot · 7 years ago
  39. 4d15a84 Merge "Common testcase directories: Clean up duplicates" by Treehugger Robot · 7 years ago
  40. 4e789c2 Merge "Support split /system and /vendor modules from Soong" by Dan Willemsen · 7 years ago
  41. 0f8767e Merge changes from topic 'anno' by Treehugger Robot · 7 years ago
  42. cde1498 Support java annotation proccessors by Colin Cross · 7 years ago
  43. 9d2b328 Support split /system and /vendor modules from Soong by Dan Willemsen · 7 years ago
  44. 5e58793 Add support for LOCAL_ERROR_PRONE_FLAGS by Colin Cross · 7 years ago
  45. 2d6e79d Merge "Add LLNDK support for the VNDK" by Dan Willemsen · 7 years ago
  46. ffa3258 Add LLNDK support for the VNDK by Dan Willemsen · 7 years ago
  47. 6cb177f Merge "releasetools: Add validate_target_files.py." by Tao Bao · 7 years ago
  48. f9f8b21 Merge "Fix duplicate and dangling rules" by Treehugger Robot · 7 years ago
  49. 96476c1 Fix duplicate and dangling rules by Colin Cross · 7 years ago
  50. 7b7363f Merge "Rearrange java library outputs" by Colin Cross · 7 years ago
  51. 41d5cd7 Merge "Move proguard before classes.jar" by Treehugger Robot · 7 years ago
  52. 941b682 Rearrange java library outputs by Colin Cross · 7 years ago
  53. 950f1ef Move proguard before classes.jar by Colin Cross · 7 years ago
  54. c4a7ed3 Merge "Encode special characters in email addresses." by Chih-hung Hsieh · 7 years ago
  55. bee0dec Encode special characters in email addresses. by Chih-Hung Hsieh · 7 years ago
  56. 65850da Revert "Revert "device-tests: As a dependency to tests"" by Simran Basi · 7 years ago
  57. 8a431d9 Common testcase directories: Clean up duplicates by Simran Basi · 7 years ago
  58. 8250dc4 Added make files for variable Nougat MR1 by doheon1.lee · 7 years ago
  59. afaa0a6 releasetools: Add validate_target_files.py. by Tao Bao · 8 years ago
  60. a1c1e7d Merge "Add LOCAL_EXPORT_CFLAGS for Soong" by Dan Willemsen · 7 years ago
  61. 2a8a393 Add LOCAL_EXPORT_CFLAGS for Soong by Dan Willemsen · 7 years ago
  62. b923eb6 Merge "Exclude ndk stubs from notice file list" by Treehugger Robot · 7 years ago
  63. 2be5594 Exclude ndk stubs from notice file list by Dan Willemsen · 7 years ago
  64. 78a117d Merge "Use product-based inclusive rule for enforcing RRO" am: 4f566f3f97 by Jaekyun Seok · 7 years ago
  65. 4f566f3 Merge "Use product-based inclusive rule for enforcing RRO" by Treehugger Robot · 7 years ago
  66. 1b22428 Use product-based inclusive rule for enforcing RRO by Jaekyun Seok · 7 years ago
  67. b20d1d7 Merge "Don't include the dev-key on IOT products." am: 41febee0cc by Alex Deymo · 7 years ago
  68. 41febee Merge "Don't include the dev-key on IOT products." by Treehugger Robot · 7 years ago
  69. cec578c Don't include the dev-key on IOT products. by Alex Deymo · 7 years ago
  70. d83bb41 Merge "fsconfig: Use defined macro for masking" am: 35eaf52ee2 by Elliott Hughes · 7 years ago
  71. 35eaf52 Merge "fsconfig: Use defined macro for masking" by Elliott Hughes · 7 years ago
  72. b7b2935 Merge "Switch to a shell_and_utilities phony module." am: cdcc4c52aa by Elliott Hughes · 7 years ago
  73. cdcc4c5 Merge "Switch to a shell_and_utilities phony module." by Elliott Hughes · 7 years ago
  74. c86ea11 Switch to a shell_and_utilities phony module. by Elliott Hughes · 7 years ago
  75. 5cd3bca fsconfig: Use defined macro for masking by doheon1.lee · 7 years ago
  76. b8989bd Merge "Expose PLATFORM_VERSION_ALL_CODENAMES to soong." am: 194e73dd15 by Dan Albert · 7 years ago
  77. e2b92d8 Merge "Auto-generate PLATFORM_VERSION_ALL_CODENAMES." am: 979dac690a by Dan Albert · 7 years ago
  78. 194e73d Merge "Expose PLATFORM_VERSION_ALL_CODENAMES to soong." by Treehugger Robot · 7 years ago
  79. 979dac6 Merge "Auto-generate PLATFORM_VERSION_ALL_CODENAMES." by Treehugger Robot · 7 years ago
  80. a3afbb9 Expose PLATFORM_VERSION_ALL_CODENAMES to soong. by Dan Albert · 7 years ago
  81. dd8293b Merge "Build: Force system owner for ASAN in system" am: 542c3d57d0 by Andreas Gampe · 7 years ago
  82. 542c3d5 Merge "Build: Force system owner for ASAN in system" by Andreas Gampe · 7 years ago
  83. 839db81 Auto-generate PLATFORM_VERSION_ALL_CODENAMES. by Dan Albert · 7 years ago
  84. f8f2994 Merge "Refactor sanitized library on-disk layout - Make." am: 41b0d9e146 by Vishwath Mohan · 7 years ago
  85. 41b0d9e Merge "Refactor sanitized library on-disk layout - Make." by Treehugger Robot · 7 years ago
  86. 2e51c40 Merge "Switch to clang-3859424." am: af077e293b by Stephen Hines · 7 years ago
  87. cad1043 Merge "Optimize out extra jar copies" am: 678c77d9af by Colin Cross · 7 years ago
  88. af077e2 Merge "Switch to clang-3859424." by Stephen Hines · 7 years ago
  89. 678c77d Merge "Optimize out extra jar copies" by Colin Cross · 7 years ago
  90. b285c46 Refactor sanitized library on-disk layout - Make. by Vishwath Mohan · 7 years ago
  91. 2c498a3 Build: Force system owner for ASAN in system by Andreas Gampe · 7 years ago
  92. 0e53734 Optimize out extra jar copies by Colin Cross · 7 years ago
  93. 2f92aa7 Merge "Enforce RROs for all the build-time ROs" am: 4b4e203a0b by Jaekyun Seok · 7 years ago
  94. 4b4e203 Merge "Enforce RROs for all the build-time ROs" by Treehugger Robot · 7 years ago
  95. 39f97ae Enforce RROs for all the build-time ROs by Jaekyun Seok · 8 years ago
  96. 4ec27c8 Merge "Build: ASAN in system" am: 85473982fb by Andreas Gampe · 7 years ago
  97. 8547398 Merge "Build: ASAN in system" by Treehugger Robot · 7 years ago
  98. e088c64 Merge "Revert "Revert "Revert "Add soong_javac_filter to all javac commands"""" by Colin Cross · 7 years ago
  99. df69a92 Merge "Revert "Revert "Revert "Add soong_javac_filter to all javac commands"""" by Treehugger Robot · 7 years ago
  100. 039b5c7 Build: ASAN in system by Andreas Gampe · 7 years ago