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