1. 1a724e6 java_sdk_library: Delegate component module to naming scheme by Paul Duffin · 5 years ago
  2. 08385bf Retry: Detect invalid arch specific properties in snapshot by Paul Duffin · 5 years ago
  3. 388d39b Introduce min_sdk_version to deps info. by Artur Satayev · 5 years ago
  4. 2eedf62 Ensure APEX's Java deps use stable SDKs. by Artur Satayev · 5 years ago
  5. 062ed7e Add defaults support to runtime_resource_overlay. by Jaewoong Jung · 5 years ago
  6. d99540b Repeat kapt processor argument for multiple processors by Colin Cross · 5 years ago
  7. b20ad0a Stop requiring apex_available on java_library members of sdks by Paul Duffin · 5 years ago
  8. c910393 Improve consistency of handling java snapshot properties by Paul Duffin · 5 years ago
  9. 17ab883 Make new module creation API more flexible by Paul Duffin · 5 years ago
  10. 9b358d7 Add support for multiple os types by Paul Duffin · 5 years ago
  11. d76209b Refactor java_library/java_test snapshot processing by Paul Duffin · 5 years ago
  12. 2b9e3d3 Simplify java library sdk member code by Paul Duffin · 5 years ago
  13. e5ac15a Check updatable APKs compile against managed SDKs. by Artur Satayev · 5 years ago
  14. 84dc13b Merge "Add a Tag field to dist to dist a tagged output" into rvc-dev by Anton Hansson · 5 years ago
  15. 1e65f94 Add a Tag field to dist to dist a tagged output by Anton Hansson · 5 years ago
  16. 37ca4a1 Add code coverage support to android_app JNI libs. by Jaewoong Jung · 5 years ago
  17. 688de9a [soong] new field in Android.bp to request APK signing V4 by Songchun Fan · 5 years ago
  18. 26cb999 Merge "Simplify the construction of class loader contexts for system server jars." into rvc-dev by Ulyana Trafimovich · 5 years ago
  19. a4a83b0 Simplify the construction of class loader contexts for system server jars. by Ulya Trafimovich · 5 years ago
  20. bbd7855 Make system_server stubs consistent with other stubs by Anton Hansson · 5 years ago
  21. b8fa86a Fix apex_available by Jooyung Han · 5 years ago
  22. 2882660 Expect added members for instrumented modules by Jiyong Park · 5 years ago
  23. 81aaa0c Reland "Turn on the instrumentation by default for the java code in APEXes" by Jiyong Park · 5 years ago
  24. f5a6628 Use header jar without jarjar for sharded classpath by Colin Cross · 5 years ago
  25. 83a2d96 Allow java_system_modules_import to replace java_system_modules by Paul Duffin · 6 years ago
  26. 7c9662a Merge "sdk_version: "system_server_current"" by Treehugger Robot · 5 years ago
  27. 954b297 Merge "Revert "Turn on the instrumentation by default for the java code in APEXes"" by Jackal Guo · 5 years ago
  28. c021ea0 Revert "Turn on the instrumentation by default for the java code in APEXes" by Jackal Guo · 5 years ago
  29. 1d62b1c Merge "Turn on the instrumentation by default for the java code in APEXes" by Treehugger Robot · 5 years ago
  30. 33b6654 Turn on the instrumentation by default for the java code in APEXes by Jiyong Park · 5 years ago
  31. 6d41527 Do all dexpreoptDisabled checks before registering a dex2oat host dep. by Martin Stjernholm · 6 years ago
  32. d90676f Reland: Get the dex2oat host tool path from module dependency on the by Martin Stjernholm · 6 years ago
  33. 40f9f3c Reland: Move the Once cache for dexpreopt.GlobalConfig into the by Martin Stjernholm · 6 years ago
  34. f3ff010 Use precise class loader context for system server jars. by Ulya Trafimovich · 6 years ago
  35. 6b21c7d Automatically set compile_dex:true and hostdex:true for APEX variants by Jiyong Park · 5 years ago
  36. aae9bd1 sdk_version: "system_server_current" by Jiyong Park · 5 years ago
  37. 7b81f5e Add java_system_modules to sdk/module_exports by Paul Duffin · 6 years ago
  38. 0f80c18 apex_available tracks static dependencies by Jiyong Park · 6 years ago
  39. 50146e9 sdk_version: "module_current" is supported by Jiyong Park · 6 years ago
  40. 28e36b1 Merge "Store uncompressed and aligned DEX files for java libs in APEXes." by Ulyana Trafimovich · 6 years ago
  41. 057dd35 Merge "Abstract sdk_version string using sdkSpec type" by Treehugger Robot · 6 years ago
  42. 7b2e6f3 Revert "Get the dex2oat host tool path from module dependency on..." by Hans Boehm · 6 years ago
  43. f491dde Store uncompressed and aligned DEX files for java libs in APEXes. by Ulya Trafimovich · 6 years ago
  44. 6a927c4 Abstract sdk_version string using sdkSpec type by Jiyong Park · 6 years ago
  45. 335d596 Get the dex2oat host tool path from module dependency on the binary module. by Martin Stjernholm · 6 years ago
  46. 814bebb Merge "Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Treehugger Robot · 6 years ago
  47. a46c2b1 Merge "Allow sdk and core modules to use sysprop_library" by Inseob Kim · 6 years ago
  48. 83dc74b Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 6 years ago
  49. a750336 Merge "Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"""" by Jiyong Park · 6 years ago
  50. 7cb4d37 Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""" by Jiyong Park · 6 years ago
  51. c523951 Allow sdk and core modules to use sysprop_library by Inseob Kim · 6 years ago
  52. 17c51a4 Merge "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""" by Treehugger Robot · 6 years ago
  53. 289bd28 Merge "Do not add jacocoagent to framework libraries in static coverage builds." by Ulyana Trafimovich · 6 years ago
  54. 38dfa0f Do not add jacocoagent to framework libraries in static coverage builds. by Ulya Trafimovich · 6 years ago
  55. 956305c Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Jiyong Park · 6 years ago
  56. 8ea6bc4 Merge "Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Jiyong Park · 6 years ago
  57. 4513f70 Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 6 years ago
  58. 36746d2 Merge "jacoco correctly gathers info from APK-in-APEX" by Treehugger Robot · 6 years ago
  59. 573326a Merge "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Treehugger Robot · 6 years ago
  60. 618922e jacoco correctly gathers info from APK-in-APEX by Jiyong Park · 6 years ago
  61. 114ff53 m <apex_name>-deps-info prints the internal/external deps of the APEX by Jiyong Park · 6 years ago
  62. 1b82e6a Add support for java_test in sdk by Paul Duffin · 6 years ago
  63. e602918 Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot by Paul Duffin · 6 years ago
  64. 58f26ab Support java_sdk_library as java_libs of apex by Jooyung Han · 6 years ago
  65. f9b1da0 Dedup registration code for module types and singletons by Paul Duffin · 6 years ago
  66. 0cbb31e Merge "Create public stub for platform's sysprop_library" by Treehugger Robot · 6 years ago
  67. ac1e986 Create public stub for platform's sysprop_library by Inseob Kim · 6 years ago
  68. ad84f97 Reland "Also package recursive jni_libs deps of android_apps as well as direct deps." with bug fix. by Peter Collingbourne · 6 years ago
  69. 9fd9b92 Merge "Revert "Also package recursive jni_libs deps of android_apps as well as direct deps."" by Joseph Murphy · 6 years ago
  70. 2973c11 Revert "Also package recursive jni_libs deps of android_apps as well as direct deps." by Lorenzo Colitti · 6 years ago
  71. ff8cb1e Merge "Also package recursive jni_libs deps of android_apps as well as direct deps." by Peter Collingbourne · 6 years ago
  72. 6f907ad Also package recursive jni_libs deps of android_apps as well as direct deps. by Peter Collingbourne · 6 years ago
  73. b02bb40 hostdex:true modules are available for platform by Jiyong Park · 6 years ago
  74. 255f18e Decouple addition of new sdk member types from sdk code by Paul Duffin · 6 years ago
  75. 9d8d609 Pass SdkMember to AddPrebuiltModule instead of the name by Paul Duffin · 6 years ago
  76. 667039f Merge "Cleanup java.DefaultsFactory()" by Treehugger Robot · 6 years ago
  77. 8cda6d9 Merge "Support header and implementation jars in sdk" by Treehugger Robot · 6 years ago
  78. f3c24c1 Merge "Link type checking for java_library" by Treehugger Robot · 6 years ago
  79. 4735766 Cleanup java.DefaultsFactory() by Paul Duffin · 6 years ago
  80. a0dbf43 Support header and implementation jars in sdk by Paul Duffin · 6 years ago
  81. e403e9e Link type checking for java_library by Jeongik Cha · 6 years ago
  82. 1387957 Parameterize the sdk member processing by Paul Duffin · 6 years ago
  83. e63106a Merge "Add model to represent generated snapshot .bp file" by Paul Duffin · 6 years ago
  84. f6739a6 Merge "Link type will be check in android_library also" by Treehugger Robot · 6 years ago
  85. b645ec8 Add model to represent generated snapshot .bp file by Paul Duffin · 6 years ago
  86. 4a69242 Merge "Add exported_plugins to java.Library." by Treehugger Robot · 6 years ago
  87. 9cf4669 Add exported_plugins to java.Library. by Artur Satayev · 6 years ago
  88. 50e7900 Dedup code for generating java_import in snapshot by Paul Duffin · 6 years ago
  89. 0e0cf1d Refactor sdk update mechanism by Paul Duffin · 6 years ago
  90. 18020ea make ApexProperties defaultable by Jooyung Han · 6 years ago
  91. 80df439 Merge "Enforce hidden apis usage in product(soong)" by Treehugger Robot · 6 years ago
  92. c70d3c3 Merge "APEX now correctly tracks jni_lib dependencies" by Treehugger Robot · 6 years ago
  93. 8be103b APEX now correctly tracks jni_lib dependencies by Jiyong Park · 6 years ago
  94. c228a70 Silence dep-ann warnings by Colin Cross · 6 years ago
  95. 2cc570d Enforce hidden apis usage in product(soong) by Jeongik Cha · 6 years ago
  96. 75b83b0 Link type will be check in android_library also by Jeongik Cha · 6 years ago
  97. 0b23875 stem property of java modules are propagated to Make by Jiyong Park · 6 years ago
  98. 6cef481 Use java language 1.9 for sdk_version: "current" by Colin Cross · 6 years ago
  99. 6d8d8c6 Remove special case for sdk_version: "none" by Colin Cross · 6 years ago
  100. 1e74385 Make javaVersion an enum by Colin Cross · 6 years ago