1. 7438571 Rename ApexName to ApexVariationName by Colin Cross · 5 years ago
  2. c8861c6 Remove special-cased stub deps on framework-res by Anton Hansson · 5 years ago
  3. 0f4ab3c Merge changes I5a180544,Ifdf9bf97 into rvc-dev by TreeHugger Robot · 5 years ago
  4. 5bc1744 Build transitive lint reports for apex modules by Colin Cross · 5 years ago
  5. b32b712 Pass unstripped JNI libraries to Make by Colin Cross · 5 years ago
  6. f6cd2a0 Merge changes from topic "gcov-clang-migration" into rvc-dev by Oliver Nguyen · 5 years ago
  7. 583691a Introduce product variables to select Java code coverage paths in Soong. by Roland Levillain · 5 years ago
  8. c442210 Apply hiddenapi encoding to java_sdk_library .impl by Paul Duffin · 5 years ago
  9. 9ee66da Fix check-boot-jars when a boot jar is provided by prebuilt by Paul Duffin · 5 years ago
  10. 205a504 Support adding extra lint checks by Colin Cross · 5 years ago
  11. aaf5806 Allow kotlin modules to skip packaging the kotlin stdlib by Colin Cross · 5 years ago
  12. 3791b45 Fix annotation processors in kotlin modules that generate resources by Colin Cross · 5 years ago
  13. 1e28e3c Add support for running Android lint on java and android modules. by Colin Cross · 5 years ago
  14. 1c14b4e Consolidate adding common java properties by Colin Cross · 5 years ago
  15. 9855207 Define Soong phony rules in Make by Colin Cross · 5 years ago
  16. afd3d11 dex_import that isn't available for platform isn't installed by Jiyong Park · 5 years ago
  17. 2cd081c dex_import can be added to apex by Jiyong Park · 5 years ago
  18. 8383972 Revert "Always run package check" by Tej Singh · 5 years ago
  19. aa7359a Always run package check by Paul Duffin · 5 years ago
  20. c05da0a Add support for remote-execution / caching of jar/zip actions by Kousik Kumar · 5 years ago
  21. a105cf9 Collect permitted packages from java_sdk_library instances by Paul Duffin · 5 years ago
  22. ed50ca8 apex respects stem of java_library modules by Jiyong Park · 5 years ago
  23. 1733d6a Merge "Correct link type for module stubs" into rvc-dev by Anton Hansson · 5 years ago
  24. b676ead Merge "Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only)." into rvc-dev by TreeHugger Robot · 5 years ago
  25. 5e8c81a Merge "Improve the structure of the link check method" into rvc-dev by Anton Hansson · 5 years ago
  26. 6270b77 Merge "Allow the user to explicitly set the java Uncompress_dex property." into rvc-dev by TreeHugger Robot · 5 years ago
  27. 0bd88d0 Correct link type for module stubs by Anton Hansson · 5 years ago
  28. ac10346 Improve the structure of the link check method by Anton Hansson · 5 years ago
  29. 64e6199 Retry: "Improve tracking of exported sdk libraries" by Paul Duffin · 5 years ago
  30. ed03142 Revert "Improve tracking of exported sdk libraries" by Remi NGUYEN VAN · 5 years ago
  31. 98c7122 Allow the user to explicitly set the java Uncompress_dex property. by David Srbecky · 5 years ago
  32. 442a475 Improve tracking of exported sdk libraries by Paul Duffin · 5 years ago
  33. c8f2f18 Extract common behavior between Module and Import by Paul Duffin · 5 years ago
  34. ba60625 Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only). by easoncylee · 5 years ago
  35. a91a16b Merge "Use system modules for prebuilt SDKs >=30" into rvc-dev by TreeHugger Robot · 5 years ago
  36. eb03296 Don't use SDK variant for vendor JNI libraries by Colin Cross · 5 years ago
  37. db22475 Use system modules for prebuilt SDKs >=30 by Colin Cross · 5 years ago
  38. 1a724e6 java_sdk_library: Delegate component module to naming scheme by Paul Duffin · 5 years ago
  39. 08385bf Retry: Detect invalid arch specific properties in snapshot by Paul Duffin · 5 years ago
  40. 388d39b Introduce min_sdk_version to deps info. by Artur Satayev · 5 years ago
  41. 2eedf62 Ensure APEX's Java deps use stable SDKs. by Artur Satayev · 5 years ago
  42. 062ed7e Add defaults support to runtime_resource_overlay. by Jaewoong Jung · 5 years ago
  43. d99540b Repeat kapt processor argument for multiple processors by Colin Cross · 5 years ago
  44. b20ad0a Stop requiring apex_available on java_library members of sdks by Paul Duffin · 5 years ago
  45. c910393 Improve consistency of handling java snapshot properties by Paul Duffin · 5 years ago
  46. 17ab883 Make new module creation API more flexible by Paul Duffin · 5 years ago
  47. 9b358d7 Add support for multiple os types by Paul Duffin · 5 years ago
  48. d76209b Refactor java_library/java_test snapshot processing by Paul Duffin · 5 years ago
  49. 2b9e3d3 Simplify java library sdk member code by Paul Duffin · 5 years ago
  50. e5ac15a Check updatable APKs compile against managed SDKs. by Artur Satayev · 5 years ago
  51. 84dc13b Merge "Add a Tag field to dist to dist a tagged output" into rvc-dev by Anton Hansson · 5 years ago
  52. 1e65f94 Add a Tag field to dist to dist a tagged output by Anton Hansson · 5 years ago
  53. 37ca4a1 Add code coverage support to android_app JNI libs. by Jaewoong Jung · 5 years ago
  54. 688de9a [soong] new field in Android.bp to request APK signing V4 by Songchun Fan · 5 years ago
  55. 26cb999 Merge "Simplify the construction of class loader contexts for system server jars." into rvc-dev by Ulyana Trafimovich · 5 years ago
  56. a4a83b0 Simplify the construction of class loader contexts for system server jars. by Ulya Trafimovich · 5 years ago
  57. bbd7855 Make system_server stubs consistent with other stubs by Anton Hansson · 5 years ago
  58. b8fa86a Fix apex_available by Jooyung Han · 5 years ago
  59. 2882660 Expect added members for instrumented modules by Jiyong Park · 5 years ago
  60. 81aaa0c Reland "Turn on the instrumentation by default for the java code in APEXes" by Jiyong Park · 5 years ago
  61. f5a6628 Use header jar without jarjar for sharded classpath by Colin Cross · 5 years ago
  62. 83a2d96 Allow java_system_modules_import to replace java_system_modules by Paul Duffin · 6 years ago
  63. 7c9662a Merge "sdk_version: "system_server_current"" by Treehugger Robot · 5 years ago
  64. 954b297 Merge "Revert "Turn on the instrumentation by default for the java code in APEXes"" by Jackal Guo · 5 years ago
  65. c021ea0 Revert "Turn on the instrumentation by default for the java code in APEXes" by Jackal Guo · 5 years ago
  66. 1d62b1c Merge "Turn on the instrumentation by default for the java code in APEXes" by Treehugger Robot · 5 years ago
  67. 33b6654 Turn on the instrumentation by default for the java code in APEXes by Jiyong Park · 5 years ago
  68. 6d41527 Do all dexpreoptDisabled checks before registering a dex2oat host dep. by Martin Stjernholm · 5 years ago
  69. d90676f Reland: Get the dex2oat host tool path from module dependency on the by Martin Stjernholm · 6 years ago
  70. 40f9f3c Reland: Move the Once cache for dexpreopt.GlobalConfig into the by Martin Stjernholm · 5 years ago
  71. f3ff010 Use precise class loader context for system server jars. by Ulya Trafimovich · 6 years ago
  72. 6b21c7d Automatically set compile_dex:true and hostdex:true for APEX variants by Jiyong Park · 5 years ago
  73. aae9bd1 sdk_version: "system_server_current" by Jiyong Park · 5 years ago
  74. 7b81f5e Add java_system_modules to sdk/module_exports by Paul Duffin · 6 years ago
  75. 0f80c18 apex_available tracks static dependencies by Jiyong Park · 5 years ago
  76. 50146e9 sdk_version: "module_current" is supported by Jiyong Park · 5 years ago
  77. 28e36b1 Merge "Store uncompressed and aligned DEX files for java libs in APEXes." by Ulyana Trafimovich · 5 years ago
  78. 057dd35 Merge "Abstract sdk_version string using sdkSpec type" by Treehugger Robot · 5 years ago
  79. 7b2e6f3 Revert "Get the dex2oat host tool path from module dependency on..." by Hans Boehm · 5 years ago
  80. f491dde Store uncompressed and aligned DEX files for java libs in APEXes. by Ulya Trafimovich · 5 years ago
  81. 6a927c4 Abstract sdk_version string using sdkSpec type by Jiyong Park · 5 years ago
  82. 335d596 Get the dex2oat host tool path from module dependency on the binary module. by Martin Stjernholm · 6 years ago
  83. 814bebb Merge "Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Treehugger Robot · 5 years ago
  84. a46c2b1 Merge "Allow sdk and core modules to use sysprop_library" by Inseob Kim · 5 years ago
  85. 83dc74b Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 6 years ago
  86. a750336 Merge "Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"""" by Jiyong Park · 6 years ago
  87. 7cb4d37 Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""" by Jiyong Park · 6 years ago
  88. c523951 Allow sdk and core modules to use sysprop_library by Inseob Kim · 6 years ago
  89. 17c51a4 Merge "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""" by Treehugger Robot · 6 years ago
  90. 289bd28 Merge "Do not add jacocoagent to framework libraries in static coverage builds." by Ulyana Trafimovich · 6 years ago
  91. 38dfa0f Do not add jacocoagent to framework libraries in static coverage builds. by Ulya Trafimovich · 6 years ago
  92. 956305c Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Jiyong Park · 6 years ago
  93. 8ea6bc4 Merge "Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Jiyong Park · 6 years ago
  94. 4513f70 Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 6 years ago
  95. 36746d2 Merge "jacoco correctly gathers info from APK-in-APEX" by Treehugger Robot · 6 years ago
  96. 573326a Merge "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Treehugger Robot · 6 years ago
  97. 618922e jacoco correctly gathers info from APK-in-APEX by Jiyong Park · 6 years ago
  98. 114ff53 m <apex_name>-deps-info prints the internal/external deps of the APEX by Jiyong Park · 6 years ago
  99. 1b82e6a Add support for java_test in sdk by Paul Duffin · 6 years ago
  100. e602918 Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot by Paul Duffin · 6 years ago