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