1. d7fdfd6 Merge "dex_import can be added to apex" into rvc-dev by Anton Hansson · 5 years ago
  2. 2cd081c dex_import can be added to apex by Jiyong Park · 5 years ago
  3. fccad6b Soong package structure refactoring by Jaewoong Jung · 5 years ago
  4. ed50ca8 apex respects stem of java_library modules by Jiyong Park · 5 years ago
  5. 07d2152 Merge changes I4ab7e1a3,Ib525b2f5,I2d4c54fb into rvc-dev by Artur Satayev · 5 years ago
  6. c0eb0b1 Add "updatable" property to ApexModule interface. by Ulya Trafimovich · 5 years ago
  7. bf19a97 java_sdk_library: Expose implementation within APEX by Paul Duffin · 5 years ago
  8. 8cf307e Add apex_set module. by Jaewoong Jung · 5 years ago
  9. eedf3f1 Move prebuilts mutators after defaults have been applied by Paul Duffin · 5 years ago
  10. 388d39b Introduce min_sdk_version to deps info. by Artur Satayev · 5 years ago
  11. 5e7c32d Introduce flat deps info list. by Artur Satayev · 5 years ago
  12. 334b517 Export depsInfo into android package. by Artur Satayev · 5 years ago
  13. 2eedf62 Ensure APEX's Java deps use stable SDKs. by Artur Satayev · 5 years ago
  14. 2a5fb91 Merge changes from topic "sdk_version_variant" into rvc-dev by Colin Cross · 5 years ago
  15. f0d01b7 Add test_for property by Jiyong Park · 5 years ago
  16. 28cb10e Merge "mark platform un-availability" into rvc-dev by Jiyong Park · 5 years ago
  17. 6a9ddc3 mark platform un-availability by Jiyong Park · 5 years ago
  18. 01fd7cc Add sdk mutator for native modules by Colin Cross · 5 years ago
  19. 1c93c29 Require apps built against the SDK to use JNI built against the NDK by Colin Cross · 5 years ago
  20. ced674e enforce updatable apexes to set min_sdk_version by Jooyung Han · 5 years ago
  21. 65cd0f0 apex: respect filename property for apk-in-apex by Jooyung Han · 5 years ago
  22. 40b286c apex: Don't run apex mutators if disabled by Jooyung Han · 5 years ago
  23. 3766cb7 Ignore PrebuiltDepTag when processing APEX contents by Paul Duffin · 5 years ago
  24. b20ad0a Stop requiring apex_available on java_library members of sdks by Paul Duffin · 5 years ago
  25. f020796 Add dependency tags to apex available errors by Paul Duffin · 5 years ago
  26. 868ecfd Improve missing apex_available message by Paul Duffin · 5 years ago
  27. de7464c Split TestApexAvailable into separate tests by Paul Duffin · 5 years ago
  28. cc21bba Forbid generating boot image files for jars in updatable modules. by Ulya Trafimovich · 6 years ago
  29. 29e91d2 Apex: support codenames for min_sdk_version by Jooyung Han · 5 years ago
  30. 7406660 Enforce apex.min_sdk_version for bundled builds by Jooyung Han · 5 years ago
  31. c3e9263 Pass min_sdk_version to cc __ANDROID_SDK_VERSION__ by Jooyung Han · 5 years ago
  32. 67a96cd Enforce min_sdk_version of apex(use_vendor:true) by Jooyung Han · 5 years ago
  33. 162e844 track static deps when gatherint notices for apex by Jiyong Park · 5 years ago
  34. cb6aa12 Allow for overriding container packagename for an Apex. by Baligh Uddin · 5 years ago
  35. e989a8c Merge "Add __ANDROID_SDK_VERSION__=<ver> macro" into rvc-dev by TreeHugger Robot · 5 years ago
  36. 61c4154 Add __ANDROID_SDK_VERSION__=<ver> macro by Jooyung Han · 5 years ago
  37. e1ededc Merge "Make __ANDROID_APEX_<NAME>__ macro optional" into rvc-dev by TreeHugger Robot · 5 years ago
  38. 68e511e Make __ANDROID_APEX_<NAME>__ macro optional by Jooyung Han · 5 years ago
  39. 23b0adf apex: Deprecate legacy_android10_support prop by Jooyung Han · 5 years ago
  40. 8d8906c apex: fix a test util (ensureExactContents) by Jooyung Han · 5 years ago
  41. 0c4e016 apex: choose stub according to min_sdk_version by Jooyung Han · 5 years ago
  42. 9f14b9b Runtime deps to a stubs lib crosses APEX boundary by Jiyong Park · 5 years ago
  43. b8fa86a Fix apex_available by Jooyung Han · 5 years ago
  44. 7bd9444 Apex_available check failure reveals dependency by Jiyong Park · 5 years ago
  45. a519c54 PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES is applicable to override_apex by Jiyong Park · 5 years ago
  46. af8998c bundle config contains (path,manifest) pairs of embedded APKs by Jiyong Park · 5 years ago
  47. d93e1b1 bundle config for apexes are auto-generated by Jiyong Park · 5 years ago
  48. 6504179 apex: do not follow jni_libs from android_app by Jooyung Han · 5 years ago
  49. 004d717 Allow for setting a logging_parent for an Apex. by Baligh Uddin · 5 years ago
  50. f9aabd7 Make apex use cc.GatherRequiredDepsForTests by Colin Cross · 5 years ago
  51. eb9b9f2 Merge "have a per-module switch to turn the symlinking optimizaiton off" by Jiyong Park · 5 years ago
  52. 2d6d5d8 Merge "Permissions XML file for java_sdk_library is mutated for APEX" by Jiyong Park · 5 years ago
  53. 9d67720 have a per-module switch to turn the symlinking optimizaiton off by Jiyong Park · 5 years ago
  54. e383388 Permissions XML file for java_sdk_library is mutated for APEX by Jiyong Park · 5 years ago
  55. dc4f986 Statically link the unwinder into binaries packaged into an unbundled APEX with legacy_android10_support: true. by Peter Collingbourne · 5 years ago
  56. 4e29184 Merge "Update apex dependency even for test and non-installable APEXes" by Treehugger Robot · 5 years ago
  57. 6655756 Merge "Automatically set compile_dex:true and hostdex:true for APEX variants" by Treehugger Robot · 5 years ago
  58. 6b21c7d Automatically set compile_dex:true and hostdex:true for APEX variants by Jiyong Park · 5 years ago
  59. 2bb26d3 Merge "<apex_name>-deps-info correctly tracks dependencies" by Jiyong Park · 5 years ago
  60. ab872e0 Update apex dependency even for test and non-installable APEXes by Jiyong Park · 5 years ago
  61. 9be2556 Merge "java_sdk_library - Allow it to be replaced by prebuilt" by Treehugger Robot · 5 years ago
  62. 678c881 <apex_name>-deps-info correctly tracks dependencies by Jiyong Park · 5 years ago
  63. e74ac73 java_sdk_library - Allow it to be replaced by prebuilt by Paul Duffin · 5 years ago
  64. 0f80c18 apex_available tracks static dependencies by Jiyong Park · 6 years ago
  65. 22b08b4 Merge "Use module name as the suffix for apex variant" by Treehugger Robot · 5 years ago
  66. db33486 Use module name as the suffix for apex variant by Jiyong Park · 5 years ago
  67. 6e12625 Add support for compat config in APEX. by atrost · 6 years ago
  68. f491dde Store uncompressed and aligned DEX files for java libs in APEXes. by Ulya Trafimovich · 6 years ago
  69. a57af4a Revert "Revert "apex_vndk uses vendor variants only"" by Jooyung Han · 6 years ago
  70. 5df3b11 Revert "apex_vndk uses vendor variants only" by Jooyung Han · 6 years ago
  71. 559ad01 apex_vndk uses vendor variants only by Jooyung Han · 6 years ago
  72. 21e40ce Merge "Reland "use symlink for bundled APEX"" by Treehugger Robot · 6 years ago
  73. 7cd10e3 Reland "use symlink for bundled APEX" by Jiyong Park · 6 years ago
  74. e24093a Merge "Dedup cc binary build components registration" by Treehugger Robot · 6 years ago
  75. 2ee6979 Dedup cc binary build components registration by Paul Duffin · 6 years ago
  76. 9c121cd Merge "Include the hashtree in Q-launched modules." by Treehugger Robot · 6 years ago
  77. eec79eb Default apex_available to //apex_available:platform by Anton Hansson · 6 years ago
  78. e354690 Include the hashtree in Q-launched modules. by Dario Freni · 6 years ago
  79. 83dc74b Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 6 years ago
  80. 7cb4d37 Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""" by Jiyong Park · 6 years ago
  81. 956305c Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Jiyong Park · 6 years ago
  82. 8ea6bc4 Merge "Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Jiyong Park · 6 years ago
  83. 4513f70 Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 6 years ago
  84. 573326a Merge "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Treehugger Robot · 6 years ago
  85. 7afd107 APEX carries required properties of its dependencies by Jiyong Park · 6 years ago
  86. 114ff53 m <apex_name>-deps-info prints the internal/external deps of the APEX by Jiyong Park · 6 years ago
  87. 2c12207 Merge "Detach VNDK using core library list from VNDK APEX" by Kiyoung Kim · 6 years ago
  88. e1aa8ea Detach VNDK using core library list from VNDK APEX by Kiyoung Kim · 6 years ago
  89. e9391f8 Merge "Create APEX variation only when needed" by Treehugger Robot · 6 years ago
  90. 3ff1699 Create APEX variation only when needed by Jiyong Park · 6 years ago
  91. 624058e Dedup generating xml file for java_sdk_library by Jooyung Han · 6 years ago
  92. 5a80d9f apex: drop `java_import` support by Jooyung Han · 6 years ago
  93. 6f3937c Add support for java_test_helper_app. by Dario Freni · 6 years ago
  94. dcee89c Merge "Make apex.overrides overridable by override_apex." by Jaewoong Jung · 6 years ago
  95. 6c26dc7 Dedup cc library module type registration by Paul Duffin · 6 years ago
  96. 120d73f Merge "Support java_sdk_library as java_libs of apex" by Treehugger Robot · 6 years ago
  97. 7abcf8e Make apex.overrides overridable by override_apex. by Jaewoong Jung · 6 years ago
  98. 58f26ab Support java_sdk_library as java_libs of apex by Jooyung Han · 6 years ago
  99. 036e700 Dedup cc build components registration by Paul Duffin · 6 years ago
  100. 59986b2 Dedup cc prebuilts module type registration by Paul Duffin · 6 years ago