1. c34d232 Use blueprint.EarlyModuleContext by Colin Cross · 6 years ago
  2. 1184b64 Add EarlyModuleContext for LoadHookContext by Colin Cross · 6 years ago
  3. 87f790c Delete arch hooks by Colin Cross · 6 years ago
  4. e602918 Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot by Paul Duffin · 6 years ago
  5. 3ff1699 Create APEX variation only when needed by Jiyong Park · 6 years ago
  6. e2bc36f Merge "Generate .srcjar for prebuilt_stubs_sources" by Paul Duffin · 6 years ago
  7. d061df9 android_*_stubs_current modules are moved to frameworks/base by Jiyong Park · 6 years ago
  8. 727173e Merge "Create product variant for product partition" by Treehugger Robot · 6 years ago
  9. dcee89c Merge "Make apex.overrides overridable by override_apex." by Jaewoong Jung · 6 years ago
  10. d732bee Merge "Add script for building all target arch's needed in AML (Android Mainline) prebuilts." by Martin Stjernholm · 6 years ago
  11. c1ecc43 Add script for building all target arch's needed in AML (Android Mainline) by Martin Stjernholm · 6 years ago
  12. 5f7f7e8 Create product variant for product partition by Justin Yun · 6 years ago
  13. 9b478b0 Generate .srcjar for prebuilt_stubs_sources by Paul Duffin · 6 years ago
  14. 7abcf8e Make apex.overrides overridable by override_apex. by Jaewoong Jung · 6 years ago
  15. 82f4f99 Merge "Dedup prebuilt mutator registration" by Treehugger Robot · 6 years ago
  16. 6b29531 Merge "Remove unused testWritablePath and associated methods" by Treehugger Robot · 6 years ago
  17. f5f1ecb Merge "Extend RegistrationContext to support pre/post deps mutators" by Treehugger Robot · 6 years ago
  18. b237de1 Merge changes I7e9440a0,I7f1a4b64,If5d6fdac by Treehugger Robot · 6 years ago
  19. f6b213f Merge "Add helper functions for getting output files from modules" by Colin Cross · 6 years ago
  20. 35a261d Merge "Make sh_binary a HostToolProvider" by Colin Cross · 6 years ago
  21. 3eb9dfe Remove unused testWritablePath and associated methods by Paul Duffin · 6 years ago
  22. 0c4979b Dedup prebuilt mutator registration by Paul Duffin · 6 years ago
  23. 2ccaffd Extend RegistrationContext to support pre/post deps mutators by Paul Duffin · 6 years ago
  24. 0a28683 Detect registration of duplicate module/singleton types by Paul Duffin · 6 years ago
  25. a48f758 Dedup prebuilt apis module type/mutator registration by Paul Duffin · 6 years ago
  26. 5e70805 Add helper functions for getting output files from modules by Colin Cross · 6 years ago
  27. 7c7c114 Make sh_binary a HostToolProvider by Colin Cross · 6 years ago
  28. f9b1da0 Dedup registration code for module types and singletons by Paul Duffin · 6 years ago
  29. 0bfb9e8 Merge "Don't create native bridge variants of vendor modules" by Colin Cross · 6 years ago
  30. 83bead4 Don't create native bridge variants of vendor modules by Colin Cross · 6 years ago
  31. 98be1bb Move filesystem into Config by Colin Cross · 6 years ago
  32. 572aeed Merge "Move imageMutator before archMutator" by Treehugger Robot · 6 years ago
  33. 70415ce Merge changes Icbdf4979,I1a6f135d by Jooyung Han · 6 years ago
  34. fb0c16e Move imageMutator before archMutator by Colin Cross · 6 years ago
  35. 671f1ce Fix apex to follow deps of modules with stubs. by Jooyung Han · 6 years ago
  36. 7cf4b5d Merge "hostdex:true modules are available for platform" by Treehugger Robot · 6 years ago
  37. bd06243 Merge "Use empty string for core image variant" by Treehugger Robot · 6 years ago
  38. f56f74b Fix duplicate sentence in visibility documentation by Anton Hansson · 6 years ago
  39. b02bb40 hostdex:true modules are available for platform by Jiyong Park · 6 years ago
  40. 505221f ignore apex_available for host variants by Jiyong Park · 6 years ago
  41. 0558ecc Merge "Decouple addition of new sdk member types from sdk code" by Treehugger Robot · 6 years ago
  42. 7113d20 Use empty string for core image variant by Colin Cross · 6 years ago
  43. e676810 Merge "Install flattened/unflattend apexes for GSI" by Treehugger Robot · 6 years ago
  44. 255f18e Decouple addition of new sdk member types from sdk code by Paul Duffin · 6 years ago
  45. 57b9e1d Improve handling of generated include dirs by Paul Duffin · 6 years ago
  46. 0b0e1b9 AndroidMkEntries() returns multiple AndroidMkEntries structs by Jiyong Park · 6 years ago
  47. 455e3a0 Merge "Move/dedupe some host path functions in package_ctx.go." by Treehugger Robot · 6 years ago
  48. 7260d06 Move/dedupe some host path functions in package_ctx.go. by Martin Stjernholm · 6 years ago
  49. 593b3c9 Ensure prebuilt modules have same visibility as source modules by Paul Duffin · 6 years ago
  50. 9d8d609 Pass SdkMember to AddPrebuiltModule instead of the name by Paul Duffin · 6 years ago
  51. e2f3b5d Merge "Move ImageMutator after archMutator" by Treehugger Robot · 6 years ago
  52. e2e4a5d Merge "Overridden APEX doesn't contribute to the file contexts" by Jeff Sharkey · 6 years ago
  53. ae6c520 Move ImageMutator after archMutator by Colin Cross · 6 years ago
  54. 1387957 Parameterize the sdk member processing by Paul Duffin · 6 years ago
  55. cea93af Merge "apex_available is defaultable" by Treehugger Robot · 6 years ago
  56. 3ab2c3e Install flattened/unflattend apexes for GSI by Jooyung Han · 6 years ago
  57. 317645e Overridden APEX doesn't contribute to the file contexts by Jiyong Park · 6 years ago
  58. 4d2eeed Use boot image extension for framework libraries. by Ulya Trafimovich · 6 years ago
  59. e44358f Add support for host sdk by Paul Duffin · 6 years ago
  60. b645ec8 Add model to represent generated snapshot .bp file by Paul Duffin · 6 years ago
  61. 3814f4d apex_available is defaultable by Jiyong Park · 6 years ago
  62. 6aa363b Merge "Fix: install flattened apex on system_ext" by Jooyung Han · 6 years ago
  63. 91df208 Fix: install flattened apex on system_ext by Jooyung Han · 6 years ago
  64. 09ef474 Merge changes I0dcc9c7b,I9bc40642 by Colin Cross · 6 years ago
  65. 4b49b76 Make TestContext.RegisterModuleType take an android.ModuleFactory by Colin Cross · 6 years ago
  66. 62835fd Merge changes Ie274263a,I45993324 by Paul Duffin · 6 years ago
  67. 3ea15b5 Merge "Add GlobWithDeps to MakeVarsContext" by Colin Cross · 6 years ago
  68. 9154718 Adds droidstubs support to sdk module by Paul Duffin · 6 years ago
  69. 97c1f34 Fix a typo in a comment in `android/module.go`. by Roland Levillain · 6 years ago
  70. 126c57b Merge changes I7642c57b,I2120b40e by Treehugger Robot · 6 years ago
  71. 7228ecd Move cc.imageMutator into the android package by Colin Cross · 6 years ago
  72. 43b92e0 Make CreateVariations return []android.Module by Colin Cross · 6 years ago
  73. 5d790c3 Add override_apex module type by Jiyong Park · 6 years ago
  74. 6ac3cac sh_binary prefer 32bit when TARGET_PREFER_32_BIT by Jiyong Park · 6 years ago
  75. a3ab1a9 Merge "Change the partition of outputfile" by Treehugger Robot · 6 years ago
  76. 26dedd3 Add override_android_test. by Jaewoong Jung · 6 years ago
  77. 9f88ce2 Add AliasVariation to BottomUpMutatorContext. by Jaewoong Jung · 6 years ago
  78. 0e0cf1d Refactor sdk update mechanism by Paul Duffin · 6 years ago
  79. d95aa2d Change the partition of outputfile by Sundong Ahn · 6 years ago
  80. 43240b1 Remove unused "product_services_specific" prop by Jooyung Han · 6 years ago
  81. 80df439 Merge "Enforce hidden apis usage in product(soong)" by Treehugger Robot · 6 years ago
  82. 3e38230 Merge changes from topic "libraries-txt-to-soong" by Treehugger Robot · 6 years ago
  83. 0fb9234 Merge "Update paths for libnative{bridge,loader}" by Treehugger Robot · 6 years ago
  84. 39edb6c VNDK APEX contains related *.libraries.txt files by Jooyung Han · 6 years ago
  85. 75c82fb Merge "Run non-RBE supported actions in the local pool when USE_RBE is set." by Ramy Medhat · 6 years ago
  86. 6341f01 Update paths for libnative{bridge,loader} by Orion Hodson · 6 years ago
  87. 2cc570d Enforce hidden apis usage in product(soong) by Jeongik Cha · 6 years ago
  88. dd0418a Run non-RBE supported actions in the local pool when USE_RBE is set. by Ramy Medhat · 6 years ago
  89. 8177ad2 Add GlobWithDeps to MakeVarsContext by Colin Cross · 6 years ago
  90. c66baf7 Add support for $(TARGET_EXPERIMENTAL_MTE) in product configs. by Peter Collingbourne · 6 years ago
  91. 7acbfc0 Merge "Soong generates vndk-related .libraries.txt files" by Jooyung Han · 6 years ago
  92. 0302a84 Soong generates vndk-related .libraries.txt files by Jooyung Han · 6 years ago
  93. a5f22ed Add rust_test and rust_test_host. by Chih-Hung Hsieh · 6 years ago
  94. 74362a4 Move TestConfig sdk versions forward by Colin Cross · 6 years ago
  95. ef99a4b Merge "Remove support for EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9." by Pete Gillin · 6 years ago
  96. a1c9e9d Remove support for EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9. by Pete Gillin · 6 years ago
  97. 86984b8 Merge "Create C-Suite config module" am: 760d3d35b6 by karenluo · 6 years ago
  98. 760d3d3 Merge "Create C-Suite config module" by Treehugger Robot · 6 years ago
  99. c031819 Create C-Suite config module by karenluo · 6 years ago
  100. 3cf346c Merge "Prohibit dependencies outside of uses_sdks" am: c5bba642f1 by Jiyong Park · 6 years ago