1. 17b6f24 Merge "Generate struct with field for each api scope" into rvc-dev by TreeHugger Robot · 5 years ago
  2. 416b811 Merge changes Ib8025019,I7d58d104,I9dd4312c,I995ed389,Iba2a8a5a, ... into rvc-dev by TreeHugger Robot · 5 years ago
  3. 1b846d6 Merge "Parameterize scopes with additional droidstubs args" into rvc-dev by TreeHugger Robot · 5 years ago
  4. 4586da2 Merge changes Ie883eb45,If46a2f74,I8f4c5395,Ic4eb169d,I2b2408ef, ... into rvc-dev by TreeHugger Robot · 5 years ago
  5. 2166c1c Merge changes Idd50ed38,Icbc86b21,I62d016d9 into rvc-dev by TreeHugger Robot · 5 years ago
  6. 7aa5899 Merge "Remove unused arguments in droiddoc" into rvc-dev by Anton Hansson · 5 years ago
  7. c8e0a44 Merge "Apply EnforceRROExemptedTargets in Soong" into rvc-dev by TreeHugger Robot · 5 years ago
  8. b636300 Merge "Only package gcno files for gcov coverage builds." into rvc-dev by Oliver Nguyen · 5 years ago
  9. 0ee713a Remove unused arguments in droiddoc by Anton Hansson · 5 years ago
  10. 6a2bd11 Generate struct with field for each api scope by Paul Duffin · 5 years ago
  11. 455b0bf Allow droidstubs to not generate any stubs by Paul Duffin · 5 years ago
  12. f8b9e51 Remove conscrypt.module.intra.core.api.stubs from apex white list by Paul Duffin · 5 years ago
  13. 3766cb7 Ignore PrebuiltDepTag when processing APEX contents by Paul Duffin · 5 years ago
  14. b20ad0a Stop requiring apex_available on java_library members of sdks by Paul Duffin · 5 years ago
  15. f020796 Add dependency tags to apex available errors by Paul Duffin · 5 years ago
  16. 03e7d0c Extract DepIsInSameApex and RequiredSdks interfaces by Paul Duffin · 5 years ago
  17. 3c7c347 Parameterize scopes with additional droidstubs args by Paul Duffin · 5 years ago
  18. cbcfcaa Replace references to droiddoc with droidstubs by Paul Duffin · 5 years ago
  19. 133608f Allow walkPayloadDeps visitor to control walk flow by Paul Duffin · 5 years ago
  20. ebb7af6 Add apex_available to sysprop_library by Paul Duffin · 5 years ago
  21. 868ecfd Improve missing apex_available message by Paul Duffin · 5 years ago
  22. de7464c Split TestApexAvailable into separate tests by Paul Duffin · 5 years ago
  23. 88bc97a Use reflect.Zero(type) to get value to clear field by Paul Duffin · 5 years ago
  24. 2b5887a Sdk snapshot set compile_multilib per OsType by Paul Duffin · 5 years ago
  25. 93520ed Remove old SdkMemberType API for creating snapshot modules by Paul Duffin · 5 years ago
  26. c910393 Improve consistency of handling java snapshot properties by Paul Duffin · 5 years ago
  27. 17ab883 Make new module creation API more flexible by Paul Duffin · 5 years ago
  28. 5e2e0fd Add abstraction for tracking compile multilib usages by Paul Duffin · 5 years ago
  29. 6cb8f17 Add support for using cc_library in sdk/module_exports by Paul Duffin · 6 years ago
  30. 57ee177 Extract the osTypeSpecificInfo code from module creation loop by Paul Duffin · 6 years ago
  31. 4a4b2d0 Extract archTypeSpecificInfo code from module creation loop by Paul Duffin · 5 years ago
  32. 6562ce1 Clean up the main module creation loop by Paul Duffin · 5 years ago
  33. b8a89a4 Add support for cc_prebuilt_library by Paul Duffin · 6 years ago
  34. 406ea1c Refactor prebuilt to use srcs supplier function by Paul Duffin · 6 years ago
  35. 35dbafc Output properties before sets in snapshot module by Paul Duffin · 6 years ago
  36. 2bdbe83 Remove SdkMemberType.FinalizeModule by Paul Duffin · 6 years ago
  37. 81535b4 Follow up a review comment that was missed by Paul Duffin · 6 years ago
  38. 206433a Copy shared_libs and system_shared_libs to module snapshot by Paul Duffin · 6 years ago
  39. 4909681 Support extracting common values from embedded structures by Paul Duffin · 6 years ago
  40. 8993732 Refactor common value extraction by Paul Duffin · 6 years ago
  41. 404db3f Copy white listed apex available settings into snapshot by Paul Duffin · 6 years ago
  42. f51768a Disable installation for sdk snapshot versioned prebuilts by Paul Duffin · 6 years ago
  43. 37a9aa2 Remove special handling of test_ apexes by Paul Duffin · 6 years ago
  44. c23d9f6 Remove special handling of com.android.art.debug/release by Paul Duffin · 6 years ago
  45. acdd308 Allow sdk members to vary by os type by Paul Duffin · 6 years ago
  46. 9b358d7 Add support for multiple os types by Paul Duffin · 6 years ago
  47. 8fa6acf Copy sdk_version to cc library snapshots by Paul Duffin · 6 years ago
  48. d76209b Refactor java_library/java_test snapshot processing by Paul Duffin · 6 years ago
  49. 33cedcc Refactor snapshot module creation by Paul Duffin · 6 years ago
  50. 22595f9 Enable androidmk processing in sdk testing by Paul Duffin · 6 years ago
  51. a40f0b5 Add a nice install paths for module SDKs and exports. by Nicolas Geoffray · 6 years ago
  52. 3a6c095 Copy apex_available properties to snapshot modules by Paul Duffin · 6 years ago
  53. 28d70c7 Improve documentation of CompileMultiTargets and related properties by Paul Duffin · 6 years ago
  54. 45e9dbd Only check copy rules into the snapshot directory by Paul Duffin · 6 years ago
  55. 2b9e3d3 Simplify java library sdk member code by Paul Duffin · 6 years ago
  56. b0cbec3 Add CommonOS variant for sdk by Paul Duffin · 6 years ago
  57. 290334d Fix bug in error reporting when adding duplicate properties by Paul Duffin · 6 years ago
  58. bdd47a8 Avoid invoking sdk member to add empty list of dependencies by Paul Duffin · 6 years ago
  59. c2e3206 Add windows to the list of available OS's in sdk tests by Paul Duffin · 6 years ago
  60. 132e66f Add support for cc_library_headers in sdk/module_exports by Paul Duffin · 6 years ago
  61. 5b47358 Prune any empty property sets from the modules before transforming by Paul Duffin · 6 years ago
  62. ce5881f Simplify cc library sdk snapshot handling of include dirs/headers by Paul Duffin · 6 years ago
  63. 28246ac Add support for transforming a property set after its contents by Paul Duffin · 6 years ago
  64. 853b8db Add cc_prebuilt_library_headers by Paul Duffin · 6 years ago
  65. 598e1e0 Fix issues with bp transformation by Paul Duffin · 6 years ago
  66. 246ac30 Separate cc_library_headers to its own file and add tests by Paul Duffin · 6 years ago
  67. ac897cf Allow compile_multilib to be specified on module exports by Paul Duffin · 6 years ago
  68. eb59165 Add C++ Host support on sysprop_library by Inseob Kim · 6 years ago
  69. d50865f Merge "Skip version mutator for host/ramdisk/recovery" into rvc-dev by TreeHugger Robot · 5 years ago
  70. 077630a Merge "Make sure car-lib system APIs are not changing unintentionally" into rvc-dev by TreeHugger Robot · 5 years ago
  71. 2cc74a9 Merge "Switch to clang-r377782d (10.0.6)." into rvc-dev by Stephen Hines · 5 years ago
  72. 6f641c1 Only package gcno files for gcov coverage builds. by Oliver Nguyen · 5 years ago
  73. 91ec494 Make sure car-lib system APIs are not changing unintentionally by Makoto Onuki · 5 years ago
  74. 695ddad Merge "Remove Android compat annotations on jarjar transform." into rvc-dev by Artur Satayev · 5 years ago
  75. a479d94 Remove Android compat annotations on jarjar transform. by Artur Satayev · 5 years ago
  76. 8691f3f Apply EnforceRROExemptedTargets in Soong by Jeongik Cha · 6 years ago
  77. d5e0ea2 Don't run apex_available check for coverage builds by Jiyong Park · 5 years ago
  78. d182e55 Remove some apex_available whitelist for the adbd APEX by Jiyong Park · 6 years ago
  79. 24eec07 Make ndk_prebuilt_* be available to any apex by Jiyong Park · 6 years ago
  80. 2416c29 Remove some apex_available whitelist by Jiyong Park · 6 years ago
  81. 39a0644 Merge "Remove _API_FILE variables" into rvc-dev by Anton Hansson · 5 years ago
  82. 336f63c Remove _API_FILE variables by Anton Hansson · 5 years ago
  83. 57a45f1 Switch to clang-r377782d (10.0.6). by Stephen Hines · 5 years ago
  84. 5d42863 Merge "Don't check elf properties of python prebuilts" into rvc-dev by TreeHugger Robot · 5 years ago
  85. 735be9a Merge "Allow defining neverallow in packages other than android." into rvc-dev by Artur Satayev · 5 years ago
  86. 0f43edc Merge "Check updatable APKs compile against managed SDKs." into rvc-dev by Artur Satayev · 5 years ago
  87. b39ea9b Allow defining neverallow in packages other than android. by Artur Satayev · 5 years ago
  88. e5ac15a Check updatable APKs compile against managed SDKs. by Artur Satayev · 5 years ago
  89. cac82fe Don't check elf properties of python prebuilts by Dan Willemsen · 6 years ago
  90. c6fff02 Merge "Create a framework.aidl for non-updatable platform" into rvc-dev by Anton Hansson · 5 years ago
  91. 2a6e9d0 Fix missing NOTICE targets for static libs that aren't available to platform. by Martin Stjernholm · 5 years ago
  92. 89030a3 Merge "Clean com.android.neuralnetworks APEX whitelist" into rvc-dev by TreeHugger Robot · 5 years ago
  93. 8402638 apex: remove compat symlinks to vndk apex by Jooyung Han · 5 years ago
  94. be024ad Don't allow a lib having stubs to become a member of VNDK by Jiyong Park · 5 years ago
  95. a59774e Merge "soong config: add value_variable substitution" into rvc-dev by TreeHugger Robot · 5 years ago
  96. a6ffd8b Merge "Make the names of 'soong_config_module_type_import' modules unique." into rvc-dev by TreeHugger Robot · 5 years ago
  97. 227d567 Make the names of 'soong_config_module_type_import' modules unique. by Sasha Smundak · 6 years ago
  98. 846101a Merge "Expand neverallow for sdk_version: none" into rvc-dev by Anton Hansson · 5 years ago
  99. 1883126 Merge "Add libs properties to runtime_resource_overlay." into rvc-dev by Jaewoong Jung · 5 years ago
  100. ca095d7 Add libs properties to runtime_resource_overlay. by Jaewoong Jung · 5 years ago