1. e5cdaf9 Make OncePer.Once reentrant by Colin Cross · 7 years ago
  2. e48ff5b Change type of Once keys to OnceKey by Colin Cross · 7 years ago
  3. 53d3126 Merge "Make manifest and APK agree on uncompressed native libs" by Treehugger Robot · 7 years ago
  4. ab1f518 Improve error messages about paths by Mikhail Naganov · 7 years ago
  5. ea66057 Merge "Add Android.mk lines for package name overriding." by Jaewoong Jung · 7 years ago
  6. 3415780 Merge "Handle the case when a symbol is annotated with "# apex vndk"" by Treehugger Robot · 7 years ago
  7. 39af6de Merge "Add support for test_apex" by Alex Light · 7 years ago
  8. e4246ab Make manifest and APK agree on uncompressed native libs by Colin Cross · 7 years ago
  9. 1431765 Handle the case when a symbol is annotated with "# apex vndk" by Jiyong Park · 7 years ago
  10. 129b9ce Workaround dupe resource directories by Anton Hansson · 7 years ago
  11. 6ff48cd Merge "Remove unused dexpreopt UseEmbeddedDex" by Treehugger Robot · 7 years ago
  12. 89ba971 Merge "Make privileged java_library modules use uncompressed dex" by Colin Cross · 7 years ago
  13. 3e48a99 Merge "Allow disabling implicit resource_dirs and asset_dirs" by Colin Cross · 7 years ago
  14. 09a65ab Remove unused dexpreopt UseEmbeddedDex by Colin Cross · 7 years ago
  15. 0851b88 Add support for test_apex by Alex Light · 7 years ago
  16. 0ddae7f Allow disabling implicit resource_dirs and asset_dirs by Colin Cross · 7 years ago
  17. 697412f Remove the hiddenapi presingleton by Colin Cross · 7 years ago
  18. 65494b9 Make MakeVarsContext a PathContext by Colin Cross · 7 years ago
  19. 7cf1409 Merge "Update NDK library list" by Aurimas Liutikas · 7 years ago
  20. c0c9ef9 Provide an option to reduce build's verbosity. by Sasha Smundak · 7 years ago
  21. 17c85f0 Merge "Use a presingleton to create hiddenapi singleton paths early" by Treehugger Robot · 7 years ago
  22. 30ca937 add apex_defaults by Jiyong Park · 7 years ago
  23. f98087f Don't remove non-installable apex deps from the system install by Alex Light · 7 years ago
  24. 76e3e1f Use a presingleton to create hiddenapi singleton paths early by Colin Cross · 7 years ago
  25. 083a2aa Make privileged java_library modules use uncompressed dex by Colin Cross · 7 years ago
  26. 6e8fe6f Merge "Fix: TARGET_FLATTEN_APEX=true does not install any files to /system/apex" by Jiyong Park · 7 years ago
  27. 9109d72 Add Android.mk lines for package name overriding. by Jaewoong Jung · 7 years ago
  28. 41229f5 Fix: TARGET_FLATTEN_APEX=true does not install any files to /system/apex by Jiyong Park · 7 years ago
  29. 4c3a4ade Merge changes from topic "hiddenapi" by Treehugger Robot · 7 years ago
  30. 62b9cf9 Update NDK library list by Dan Willemsen · 7 years ago
  31. 155d17c Return early after NDK->non-NDK library link error by Dan Willemsen · 7 years ago
  32. 3a984f5 Merge "Add BUILD_BROKEN_ENG_DEBUG_TAGS to soong.log" by Dan Willemsen · 7 years ago
  33. f24a22a Move hiddenapi singleton rules to Soong by Colin Cross · 7 years ago
  34. e3c98e7 Merge "Add prebuilt_etc_host module type." by Jaewoong Jung · 7 years ago
  35. 0d2f40a Add MissingDeps to RuleBuilder by Colin Cross · 7 years ago
  36. 4331334 Merge "Remove '-b' from AIDL" by Steven Moreland · 7 years ago
  37. fa8f137 Merge "sh_binary can be included in APEX" by Treehugger Robot · 7 years ago
  38. 04480cf sh_binary can be included in APEX by Jiyong Park · 7 years ago
  39. 1ac44af Merge changes I28c45e13,I9754ebf0,I0dda0184 by Anton Hansson · 7 years ago
  40. 9442726 Don't emit make rules for APEX files for non-installable APEX by Jiyong Park · 7 years ago
  41. 47e4fcb Don't emit symbol for stubs libraries by Jiyong Park · 7 years ago
  42. c1c3755 Export RRO resource dirs from static android_library dependencies by Colin Cross · 7 years ago
  43. 6ed7dea Add a static lib to TestEnforceRRO by Colin Cross · 7 years ago
  44. 5c4791c Move TestEnforceRRO test cases into test function by Colin Cross · 7 years ago
  45. cc2d119 Merge changes Ifcb338e6,Ie509ed80,I270fed60,Id825cb75,I92a963bd by Treehugger Robot · 7 years ago
  46. 571cccf Prepare for a type-safe OnceKey by Colin Cross · 7 years ago
  47. 36b130f Remove '-b' from AIDL by Steven Moreland · 7 years ago
  48. 23c52b0 :module syntax is supported for APEX even when TARGET_FLATTEN_APEX by Jiyong Park · 7 years ago
  49. 01f0a05 Add BUILD_BROKEN_ENG_DEBUG_TAGS to soong.log by Dan Willemsen · 7 years ago
  50. 5cb5b09 Add Temporary and DeleteTemporaryFiles to RuleBuilder by Colin Cross · 7 years ago
  51. 758290d Improve RuleBuilder documentation and methods by Colin Cross · 7 years ago
  52. 786cd6d Allow RuleBuilder to be used with SingletonContext by Colin Cross · 7 years ago
  53. feec25b Move dexpreopt.Script to android.RuleBuilder by Colin Cross · 7 years ago
  54. a55b12b Merge "Stop exporting the windows toolchain to Make" by Dan Willemsen · 7 years ago
  55. 66b1193 Merge "Add option to disable Scudo globally [Soong]" by Kostya Kortchinsky · 7 years ago
  56. b7c24df APEX respects relative_install_path by Jiyong Park · 7 years ago
  57. dcac078 Turn on more warnings during CleanSpec processing by Dan Willemsen · 7 years ago
  58. 363cab0 Merge "Use llvm-{strip,objcopy} by default" by Stephen Hines · 7 years ago
  59. 2478818 Add prebuilt_etc_host module type. by Jaewoong Jung · 7 years ago
  60. d5275c8 Add option to disable Scudo globally [Soong] by Kostya Kortchinsky · 7 years ago
  61. 54956ab Merge changes I545a832a,I85a51b04 by Colin Cross · 7 years ago
  62. 0c1fabb Merge "Write out module owner for prebuilt_etc" by Anton Hansson · 7 years ago
  63. ce0e258 Write out module owner for prebuilt_etc by Anton Hansson · 7 years ago
  64. b5c34d7 Use llvm-{strip,objcopy} by default by Yi Kong · 7 years ago
  65. a2aca28 Use bootstrap linker for asan build by Jiyong Park · 7 years ago
  66. 5f692ec Remove empty DepsMutator methods by Colin Cross · 7 years ago
  67. a74ca04 Replace *[]string with []string in product variables by Colin Cross · 7 years ago
  68. 93c3f53 [hwasan] Remove deprecated compiler flag (NFC) by Evgenii Stepanov · 7 years ago
  69. 42b87a2 Merge "Switch to clang-r349610" by Pirama Arumuga Nainar · 7 years ago
  70. 101d760 Merge "Fix: runtime apex is not instrumented with sanitizer" by Treehugger Robot · 7 years ago
  71. 8222663 Fix: runtime apex is not instrumented with sanitizer by Jiyong Park · 7 years ago
  72. af6d895 Add unstrippedOutputFilePath to the linker interface by Jiyong Park · 7 years ago
  73. df819e6 Merge changes from topic "libc-bionic" by Treehugger Robot · 7 years ago
  74. 2ccd9b8 Merge "XOM dependency check skipping static binaries." by Treehugger Robot · 7 years ago
  75. 2d44f10 Merge "Expand Jiyong's apex OWNERship" by Treehugger Robot · 7 years ago
  76. bfd1830 Merge "Add sh_binary[_host] for shell script that should be installed as executable" by Dan Willemsen · 7 years ago
  77. 5e2e3ef Expand Jiyong's apex OWNERship by Dan Willemsen · 7 years ago
  78. fc0bd7c Give a knob to have apex ignore system-lib special cases by Alex Light · 7 years ago
  79. 9670d33 Add limited target-specific configuration to apex. by Alex Light · 7 years ago
  80. 59a7ae9 XOM dependency check skipping static binaries. by Ivan Lozano · 7 years ago
  81. 03b58e2 Switch to clang-r349610 by Pirama Arumuga Nainar · 7 years ago
  82. d0da240 Merge "Enable last released check for SystemApi" by Treehugger Robot · 7 years ago
  83. 51271c1 exclude_shared_libs should exlude headers in {static|shared}.export_*_lib_headers by Victor Chang · 7 years ago
  84. 704595a Merge "Allow excluding specific overlay sub-directories" by Anton Hansson · 7 years ago
  85. a4b9dd0 "bootstrap: true" modules are using bootstrap Bionic by Jiyong Park · 7 years ago
  86. 429660f bootstrap bionic are moved to ./bootstrap subdir by Jiyong Park · 7 years ago
  87. 4c20135 Merge "Add a header_abi_checker section" by Logan Chien · 7 years ago
  88. de53d15 Merge "Increase max line length for KatiReader bufio.Scanner" by Treehugger Robot · 7 years ago
  89. 75ec1ec Increase max line length for KatiReader bufio.Scanner by Colin Cross · 7 years ago
  90. 62e34b9 Enable last released check for SystemApi by Adrian Roos · 7 years ago
  91. 3b1746a Fix: deps to sanitizer runtime libs are with correct 'image' variant by Jiyong Park · 7 years ago
  92. 3a30e13 Merge "Reland "Symbols for libs in APEXes are available"" by Treehugger Robot · 7 years ago
  93. 94c93f3 Allow excluding specific overlay sub-directories by Anton Hansson · 7 years ago
  94. e3d7a0d Add a header_abi_checker section by Logan Chien · 7 years ago
  95. e8cc556 Merge "Add last released API check to checkapi for public Android API" by Adrian Roos · 7 years ago
  96. 05f9055 Merge "Rename preferCodeIntegrity to useEmbeddedDex" by Treehugger Robot · 7 years ago
  97. 719b446 Reland "Symbols for libs in APEXes are available" by Jiyong Park · 7 years ago
  98. b321d99 Merge "Revert "system-clang-format: DontAlign"" by Treehugger Robot · 7 years ago
  99. 7505252 Merge "Add missing dependencies for python_test" by Logan Chien · 7 years ago
  100. eca6245 Revert "system-clang-format: DontAlign" by Tom Cherry · 7 years ago