1. 2ad817c Enable certificate overrides with product vars. by Jaewoong Jung · 7 years ago
  2. 9d085de Merge "Disable all-assigned check in hiddenapi on master-art" by David Brazdil · 7 years ago
  3. f343872 Align jar file after calling merge-zips when dex is uncompressed. by Nicolas Geoffray · 7 years ago
  4. 3a3e94c Fix kotlin annotation processing after java_plugin by Colin Cross · 7 years ago
  5. 91b4e3e Disable all-assigned check in hiddenapi on master-art by David Brazdil · 7 years ago
  6. be9cdb8 Replace annotation_processors with plugins by Colin Cross · 7 years ago
  7. c4efd9c jarjar_rules: accept file-group by Steven Moreland · 7 years ago
  8. 65fd8ba Always do zipalign with uncompressDex. by Nicolas Geoffray · 7 years ago
  9. e153382 Merge changes from topic "kapt" by Colin Cross · 7 years ago
  10. afbb173 Pass annotation processors to kotlinc by Colin Cross · 7 years ago
  11. de4c02f Minor code/comment cleanup for app.go. by Jaewoong Jung · 7 years ago
  12. 21fc9bb Move kotlin to it's own file by Colin Cross · 7 years ago
  13. f8c06c1 Merge "Don't install java libraries that are already in an apex." by Nicolas Geoffray · 7 years ago
  14. 2c77ceb Build java_sdk_library modules when UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true by Colin Cross · 7 years ago
  15. 0f670a2 Replace hiddenapi-{public,private}-list.txt with a CSV file by David Brazdil · 7 years ago
  16. 4bdea39 Don't install java libraries that are already in an apex. by Nicolas Geoffray · 7 years ago
  17. 76c875a Update signature files to the new format by Tor Norbye · 7 years ago
  18. cd964b3 Maintain uncompressed dex through hiddenapi encode by Colin Cross · 7 years ago
  19. 9fc36a6 Restore UNSAFE_DISABLE_HIDDENAPI_FLAGS functionality. by David Brazdil · 7 years ago
  20. 5a1af88 Use module name as intermediates name for android_app modules by Colin Cross · 7 years ago
  21. 8faf8fc Move hiddenapi to Soong by Colin Cross · 7 years ago
  22. 56abb83 Set LOCAL_PREBUILT_MODULE_FILE for hostdex modules by Colin Cross · 7 years ago
  23. a4d4570 Merge "Enable arch variant properties in prebuilt_etc." by Jaewoong Jung · 7 years ago
  24. b9a1151 Enable arch variant properties in prebuilt_etc. by Jaewoong Jung · 7 years ago
  25. e36efcf Relax restriction on sharded annotation processors by Ashley Rose · 7 years ago
  26. 054b19a Support core library by Sundong Ahn · 7 years ago
  27. 03e785d Merge "Revert "Set LOCAL_PREBUILT_MODULE_FILE for hostdex modules"" by Colin Cross · 7 years ago
  28. ebb83df Revert "Set LOCAL_PREBUILT_MODULE_FILE for hostdex modules" by Colin Cross · 7 years ago
  29. ca00835 Merge "Set LOCAL_PREBUILT_MODULE_FILE for hostdex modules" by Colin Cross · 7 years ago
  30. 073941d Merge "Remove references to core-simple" by Neil Fuller · 7 years ago
  31. afb23ef Merge "Export dex jars from java binaries" by Treehugger Robot · 7 years ago
  32. 3ac875f Merge "Remove Metalava_enabled property" by Treehugger Robot · 7 years ago
  33. 462963b Set LOCAL_PREBUILT_MODULE_FILE for hostdex modules by Colin Cross · 7 years ago
  34. 12fc2af Export dex jars from java binaries by Colin Cross · 7 years ago
  35. 9b0d1f4 Remove references to core-simple by Neil Fuller · 7 years ago
  36. 04ef8a3 Remove Metalava_enabled property by Sundong Ahn · 7 years ago
  37. e8b00d6 Preopt: Do not strip non-image boot class path jars. by Vladimir Marko · 7 years ago
  38. 9816749 Merge "Add Srcs_lib and Srcs_lib_whitelist_dirs properties" by Treehugger Robot · 7 years ago
  39. 709a329 Merge "Check system certificate violation for product apks" by Jeongik Cha · 7 years ago
  40. 863ac18 Merge changes Ice10d0cc,I83ef48cb by Colin Cross · 7 years ago
  41. 98fd574 Use latest SDK version for current in PDK builds by Colin Cross · 7 years ago
  42. fb6d781 Split out sdk.go from java.go by Colin Cross · 7 years ago
  43. 8c6d250 Allow modules to disable stripping when dexpreopting by Colin Cross · 7 years ago
  44. c946414 Check system certificate violation for product apks by Jeongik Cha · 7 years ago
  45. 7f67f48 Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES by Jiyong Park · 7 years ago
  46. 2fc72f6 Remove duplicated shouldUncompressDex logic by Colin Cross · 7 years ago
  47. b952ba0 Add Srcs_lib and Srcs_lib_whitelist_dirs properties by Sundong Ahn · 7 years ago
  48. dc2da91 Don't dexpreopt when compile_dex but not installable by Colin Cross · 7 years ago
  49. e302687 Don't dexpreopt or strip java_test modules by Colin Cross · 7 years ago
  50. 638149e Add dexpreopt enabled tests by Colin Cross · 7 years ago
  51. 38e4fb2 Add buildDir to java patch-module paths. by Jaewoong Jung · 7 years ago
  52. e7968b1 Merge "Pass --merge-qualifier-annotations to check-api" by Nan Zhang · 7 years ago
  53. dee152b Pass --merge-qualifier-annotations to check-api by Nan Zhang · 7 years ago
  54. a2c16c1 manifest_fixer: rename to --prefer-code-integrity by Victor Hsieh · 7 years ago
  55. 186c771 Merge "In java.go, add implement check for both Dependency and IDE relevant interfaces" by Treehugger Robot · 7 years ago
  56. d56097d Remove incorrect file comments by Dan Willemsen · 7 years ago
  57. 36ff7dc In java.go, add implement check for both Dependency and IDE relevant interfaces by albaltai · 7 years ago
  58. 9e4c07a In java/java.go, enhance the checking logic for Dependency interface implementation by shinwang · 7 years ago
  59. fce5239 Merge "Modify jar dependencies collection from dexpreopt to jar with resource" by Treehugger Robot · 7 years ago
  60. 7f1b38f Modify jar dependencies collection from dexpreopt to jar with resource by shinwang · 7 years ago
  61. a044a68 Merge "Add a flag to allow unbundled builds to build SDKs from source" by Colin Cross · 7 years ago
  62. 1f367bf Add a flag to allow unbundled builds to build SDKs from source by Colin Cross · 7 years ago
  63. 64d7f87 Add an owners file for dexpreopt files. by Nicolas Geoffray · 7 years ago
  64. 43f08db Dexpreopt soong modules inside soong by Colin Cross · 7 years ago
  65. 4ff85eb Revert "Dexpreopt soong modules inside soong" by Colin Cross · 7 years ago
  66. 29ff887 Dexpreopt soong modules inside soong by Colin Cross · 7 years ago
  67. ba49360 Remove dependency on framework.jar by Sundong Ahn · 7 years ago
  68. 1d6eb68 Use debug mode when running R8 for eng builds. by Jaewoong Jung · 7 years ago
  69. 3ffc352 Change srcjarDir/stubsDirs to a different name. by Nan Zhang · 7 years ago
  70. b781740 Merge "Dist the javac-compiled stubs jars" by Colin Cross · 7 years ago
  71. ac50272 Dist the javac-compiled stubs jars by Colin Cross · 7 years ago
  72. bfe64a1 Align entries in APEX at 4K boundary by Jiyong Park · 7 years ago
  73. c382a56 Add droidstubs support for --validate-nullability-from-list. by Pete Gillin · 7 years ago
  74. 493637c Merge "Fix resources in unbundled builds without sdk_version set" by Treehugger Robot · 7 years ago
  75. 42308aa Fix resources in unbundled builds without sdk_version set by Colin Cross · 7 years ago
  76. 8736ce2 Enable kotlinc flags in blueprint files by Zoran Jovanovic · 7 years ago
  77. 8fd6192 APEX can be flattened by Jiyong Park · 7 years ago
  78. 37a07b1 Revert "Use protoc-gen-javalite for java lite protos" by Colin Cross · 7 years ago
  79. 87dc8b7 Merge "Use protoc-gen-javalite for java lite protos" by Colin Cross · 7 years ago
  80. 5a5aca0 Use protoc-gen-javalite for java lite protos by Colin Cross · 7 years ago
  81. fd94c40 Include java resources in app bundles by Colin Cross · 7 years ago
  82. 581d608 Add check_nullability_warnings support to droidstubs. by Pete Gillin · 7 years ago
  83. 419290a Support setting target_sdk_version separately from sdk_version by Dan Willemsen · 7 years ago
  84. a54974c Pass AAR to make by Colin Cross · 7 years ago
  85. f623721 Create bundle modules suitable for bundletool by Colin Cross · 7 years ago
  86. c00cbd9 APEXs are signed with apk signer by Jiyong Park · 7 years ago
  87. 72be590 Add `aapt_include_all_resources` by Dan Willemsen · 7 years ago
  88. 000b4d1 Merge "Don't strip soong APKs" by Treehugger Robot · 7 years ago
  89. 762fbfb Don't strip soong APKs by Colin Cross · 7 years ago
  90. 67df651 Merge "Add support for nullability validation to droidstubs." by Pete Gillin · 7 years ago
  91. 401eeba Remove sdk_version: "core_platform_current" by Neil Fuller · 7 years ago
  92. a262c05 Add support for nullability validation to droidstubs. by Pete Gillin · 7 years ago
  93. 5a0dcd5 Store dex files uncompressed and unstripped in privileged APKs by Colin Cross · 7 years ago
  94. 840c411 Merge "Add annotation-related args to check api" by Neil Fuller · 7 years ago
  95. 9bce14b Merge "Don't check the link type from stubs libs." by Treehugger Robot · 7 years ago
  96. b2f14ec Add annotation-related args to check api by Neil Fuller · 7 years ago
  97. 5429ed0 Merge "Add support for sysprop description files to Java" by Treehugger Robot · 7 years ago
  98. 46f78fb Don't check the link type from stubs libs. by Jiyong Park · 7 years ago
  99. 1b4aa43 Merge changes from topic "soong_instrumentation_for" by Treehugger Robot · 7 years ago
  100. 4b964c0 Fix instrumentation_for to match LOCAL_INSTRUMENTATION_FOR by Colin Cross · 7 years ago