1. 65b0319 Do not propagate <uses-library> deps through static SDK component libs. by Ulya Trafimovich · 4 years, 1 month ago
  2. af07f73 Merge "Assume any <uses-library> is shared, add only toplevel ones to manifest." by Ulyana Trafimovich · 4 years, 1 month ago
  3. 78a7155 Assume any <uses-library> is shared, add only toplevel ones to manifest. by Ulya Trafimovich · 4 years, 1 month ago
  4. c9fe10f Remove restriction on exported plugins that generate APIs by Colin Cross · 4 years, 1 month ago
  5. b23d28c Rename fields and methods to reflect class loader context changes. by Ulya Trafimovich · 4 years, 3 months ago
  6. a8c28e2 Do not add dependencies of shared SDK libraries to manifest_fixer. by Ulya Trafimovich · 4 years, 3 months ago
  7. 1855424 Add nested class loader subcontext at the proper hierarchy level. by Ulya Trafimovich · 4 years, 2 months ago
  8. 8cbc5d2 Rework class loader context implementation. by Ulya Trafimovich · 4 years, 2 months ago
  9. 9a63131 Export proguard_flags_files from android_librarys by Cole Faust · 4 years, 2 months ago
  10. ff8838c Merge "Add jetifier support to android_library_import" by Treehugger Robot · 4 years, 3 months ago
  11. c1c415d Merge "Apply PRODUCT_ENFORCE_RRO_TARGETS to dependencies." by Jaewoong Jung · 4 years, 3 months ago
  12. f043696 Add jetifier support to android_library_import by Saeid Farivar Asanjan · 4 years, 3 months ago
  13. c779cd4 Apply PRODUCT_ENFORCE_RRO_TARGETS to dependencies. by Jaewoong Jung · 4 years, 3 months ago
  14. 56a8321 Remove global state from apex modules by Colin Cross · 4 years, 3 months ago
  15. 4f378d7 Convert more versions in config to ApiLevel. by Dan Albert · 4 years, 5 months ago
  16. c806053 Replace ApiStrToNum uses with ApiLevel. by Dan Albert · 4 years, 5 months ago
  17. 21a7375 Allow non-SDK Java libraries to masquerade as <uses-library>. by Ulya Trafimovich · 4 years, 4 months ago
  18. fc24ad3 Propagate transitive SDK Java library dependencies to dexpreopt. by Ulya Trafimovich · 4 years, 4 months ago
  19. 4b6d4c1 Propagate transitive <uses-library> dependencies through static libraries. by Ulya Trafimovich · 4 years, 4 months ago
  20. 31e444e Collect paths to transitive SDK Java library dependencies. by Ulya Trafimovich · 4 years, 5 months ago
  21. 6df3372 Merge "Introduce AlwaysUsePrebuiltSdks" by Jeongik Cha · 4 years, 5 months ago
  22. 205e911 Merge libs/ directory of imported aars into classes.jar by Colin Cross · 4 years, 5 months ago
  23. 816a23a Introduce AlwaysUsePrebuiltSdks by Jeongik Cha · 4 years, 6 months ago
  24. d783bbb Use unzip -DD by Colin Cross · 4 years, 6 months ago
  25. 749dc69 apex/apk: enforce min_sdk_version of all deps by Jooyung Han · 4 years, 9 months ago
  26. 014489c Add support for running Android lint on java and android modules. by Colin Cross · 4 years, 7 months ago
  27. ce6734e Consolidate adding common java properties by Colin Cross · 4 years, 7 months ago
  28. 9f3052c Fix on-device paths to used libraries in dexpreopt. by Ulya Trafimovich · 4 years, 7 months ago
  29. 5539e7b Revert^2 "Rename DexJar interface method to DexJarBuildPath." by Ulyana Trafimovich · 4 years, 7 months ago
  30. b0dc851 Revert "Rename DexJar interface method to DexJarBuildPath." by Ulyana Trafimovich · 4 years, 7 months ago
  31. 562c240 Rename DexJar interface method to DexJarBuildPath. by Ulya Trafimovich · 4 years, 7 months ago
  32. 5ab5856 Merge "apex: Make android_library support APEX variants" by Jooyung Han · 4 years, 7 months ago
  33. acc7bbe apex: Make android_library support APEX variants by Jooyung Han · 4 years, 7 months ago
  34. 859fe96 Improve tracking of exported sdk libraries by Paul Duffin · 4 years, 8 months ago
  35. 2f94e85 Merge "Allow for setting a logging_parent for an Android App." by Treehugger Robot · 4 years, 10 months ago
  36. 5b16dfb Allow for setting a logging_parent for an Android App. by Baligh Uddin · 4 years, 11 months ago
  37. 3aff578 Simple refactoring of prefix related functions. by Jaewoong Jung · 4 years, 11 months ago
  38. 387ad5c Merge "Add rules to handle asset resources." by Jaewoong Jung · 5 years ago
  39. 6a927c4 Abstract sdk_version string using sdkSpec type by Jiyong Park · 5 years ago
  40. 9befb0c Add runtime_resource_overlay. by Jaewoong Jung · 5 years ago
  41. 6431ca7 Add rules to handle asset resources. by Jaewoong Jung · 5 years ago
  42. 618922e jacoco correctly gathers info from APK-in-APEX by Jiyong Park · 5 years ago
  43. f9b1da0 Dedup registration code for module types and singletons by Paul Duffin · 5 years ago
  44. 9cf4669 Add exported_plugins to java.Library. by Artur Satayev · 5 years ago
  45. 2cc570d Enforce hidden apis usage in product(soong) by Jeongik Cha · 5 years ago
  46. ec90e44 Merge changes Icfd32d0a,Icc9ff4d4,Ieee07502,I559eeb1f,Iaf2a6f6d, ... by Colin Cross · 5 years ago
  47. 541056c Add dont_merge_manifests attribute to android_test by Sasha Smundak · 5 years ago
  48. 1e74385 Make javaVersion an enum by Colin Cross · 5 years ago
  49. e25c644 Add system_modules to droidstubs by Paul Duffin · 5 years ago
  50. fd89882 Make additional manifests transitive by Luca Stefani · 5 years ago
  51. b7c639e Prepare to be able to put framework-res in srcs by Jiyong Park · 5 years ago
  52. b5432b7 Add 'Additional_manifest' property to merge other manifests by changho.shin · 5 years ago
  53. e65d84c Merge "Enforce hidden api usage in vendor (soong)" by Treehugger Robot · 5 years ago
  54. 6bd33c1 Enforce hidden api usage in vendor (soong) by Jeongik Cha · 6 years ago
  55. 50c744e Merge changes from topic "apex_notice" by Jaewoong Jung · 6 years ago
  56. 5b425e2 Optionally embed NOTICE files in apks. by Jaewoong Jung · 6 years ago
  57. 5c2f963 Remove the no_framework_libs property by Paul Duffin · 6 years ago
  58. a0ba2f5 Allow passing --legacy in aaptflags by Colin Cross · 6 years ago
  59. a3d0986 Remove the no_standard_libs property by Paul Duffin · 6 years ago
  60. 250e619 Make sdkDep/decodeSdkDep the source of truth about the sdk by Paul Duffin · 6 years ago
  61. 588857b Merge "Refactor .aar resource compilation" by Treehugger Robot · 6 years ago
  62. c27ab66 Touch up manifest if there's no source code. by Jaewoong Jung · 6 years ago
  63. 304cfec Refactor .aar resource compilation by Dan Willemsen · 6 years ago
  64. 5446e88 Add <uses-library> tags for SDK libraries to AndroidManifest.xml by Colin Cross · 6 years ago
  65. 0c4ce21 Track sources for srcjars across modules by Colin Cross · 6 years ago
  66. 6ad7725 Fix use_embedded_native_libs handling for android_test by Sasha Smundak · 6 years ago
  67. aa1c6f1 Pass --remove-tools-declarations to manifest merger by Colin Cross · 6 years ago
  68. 90c25c6 Don't use merged manifest for android_library modules by Colin Cross · 6 years ago
  69. 1093287 Allow codename.fingerprint format for targetSdkVersion by Colin Cross · 6 years ago
  70. 1001a79 Rename jetifier property and add it to androidmk by Colin Cross · 6 years ago
  71. 53c8844 Separate device and product overlays by Anton Hansson · 6 years ago
  72. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  73. e560c4a Support package_splits by Colin Cross · 6 years ago
  74. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  75. 0b9f31f Replace *Escape with *EscapeList by Colin Cross · 6 years ago
  76. a592e3e Support passing resource zips to aapt2 by Colin Cross · 6 years ago
  77. b245abd Remove workaround for dupe RRO dirs by Anton Hansson · 6 years ago
  78. d25060a Set usesNonSdkApi in manifest when Platform_apis=true by David Brazdil · 6 years ago
  79. bec8530 Fix resource overlay order for static libraries by Colin Cross · 6 years ago
  80. 1b16b0e Add module type docs to the java package by Colin Cross · 6 years ago
  81. 46abdad Add support for use_embedded_dex in Soong by Colin Cross · 6 years ago
  82. e4246ab Make manifest and APK agree on uncompressed native libs by Colin Cross · 6 years ago
  83. 129b9ce Workaround dupe resource directories by Anton Hansson · 6 years ago
  84. 0ddae7f Allow disabling implicit resource_dirs and asset_dirs by Colin Cross · 6 years ago
  85. f24a22a Move hiddenapi singleton rules to Soong by Colin Cross · 6 years ago
  86. c1c3755 Export RRO resource dirs from static android_library dependencies by Colin Cross · 6 years ago
  87. f57c578 Fix aar rules by Colin Cross · 6 years ago
  88. 1f367bf Add a flag to allow unbundled builds to build SDKs from source by Colin Cross · 6 years ago
  89. 43f08db Dexpreopt soong modules inside soong by Colin Cross · 6 years ago
  90. 4ff85eb Revert "Dexpreopt soong modules inside soong" by Colin Cross · 6 years ago
  91. 29ff887 Dexpreopt soong modules inside soong by Colin Cross · 6 years ago
  92. 42308aa Fix resources in unbundled builds without sdk_version set by Colin Cross · 6 years ago
  93. 419290a Support setting target_sdk_version separately from sdk_version by Dan Willemsen · 6 years ago
  94. 72be590 Add `aapt_include_all_resources` by Dan Willemsen · 6 years ago
  95. 4b964c0 Fix instrumentation_for to match LOCAL_INSTRUMENTATION_FOR by Colin Cross · 6 years ago
  96. 48de9a4 Make more java modules defaultable by Colin Cross · 6 years ago
  97. 42d48b7 Enforce dependencies have right architecture by Colin Cross · 6 years ago
  98. 4c819fb Add jetifier support in Soong. by Nan Zhang · 6 years ago
  99. 4aaa84a Fix overlaying android resources from static libraries by Colin Cross · 6 years ago
  100. 331a121 Don't pass resources to r8 by Colin Cross · 6 years ago