1. 76b0852 Write module dexpreopt.config for Make. by Ulya Trafimovich · 5 years ago
  2. 53230fe Merge "Remove obsolete class loader context API and update unit tests." by Ulyana Trafimovich · 5 years ago
  3. 7bc1cf5 Remove obsolete class loader context API and update unit tests. by Ulya Trafimovich · 5 years ago
  4. 22890c4 Enforce <uses-library> checks for android_app and android_app_import. by Ulya Trafimovich · 5 years ago
  5. 8bfb63c Merge "Break up app.go." by Jaewoong Jung · 5 years ago
  6. b630c37 Merge changes I6a512209,I56437f26 by Ulyana Trafimovich · 5 years ago
  7. f9b4465 Break up app.go. by Jaewoong Jung · 5 years ago
  8. 4b97a56 Remove the return value from dexpreopt by Jaewoong Jung · 5 years ago
  9. dbf3166 Move ClassLoaderContexts() method to UsesLibraryDependency interface. by Ulya Trafimovich · 5 years ago
  10. 45bf82e Assert android.ApexModule interface for types having ApexModuleBase by Jiyong Park · 5 years ago
  11. 84f1b80 No matching variant android_app_import fix by Jaewoong Jung · 5 years ago
  12. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 5 years ago
  13. 78a7155 Assume any <uses-library> is shared, add only toplevel ones to manifest. by Ulya Trafimovich · 5 years ago
  14. 95f1ca0 Store ndkKnownLibs in the config by Colin Cross · 5 years ago
  15. b23d28c Rename fields and methods to reflect class loader context changes. by Ulya Trafimovich · 5 years ago
  16. a8c28e2 Do not add dependencies of shared SDK libraries to manifest_fixer. by Ulya Trafimovich · 5 years ago
  17. 1855424 Add nested class loader subcontext at the proper hierarchy level. by Ulya Trafimovich · 5 years ago
  18. 8cbc5d2 Rework class loader context implementation. by Ulya Trafimovich · 5 years ago
  19. b521811 Add separate dependency tags for compat libs based on SDK version. by Ulya Trafimovich · 5 years ago
  20. 9ebc22c Merge changes Ieeca3c39,Iddeea2d0,I8d66a5d3 by Colin Cross · 5 years ago
  21. 19bc60a Merge "Add config.AndroidFirstDeviceTarget." by Jaewoong Jung · 5 years ago
  22. 642916f Add config.AndroidFirstDeviceTarget. by Jaewoong Jung · 5 years ago
  23. de78d13 Replace jniDependencyTag with a value by Colin Cross · 5 years ago
  24. 56a8321 Remove global state from apex modules by Colin Cross · 5 years ago
  25. 4f6eebf Merge changes I0885e493,Ic37c8db9 by Treehugger Robot · 5 years ago
  26. 1613e55 HostCross is an attribute of a Target, not OsType by Jiyong Park · 5 years ago
  27. 4f378d7 Convert more versions in config to ApiLevel. by Dan Albert · 5 years ago
  28. c806053 Replace ApiStrToNum uses with ApiLevel. by Dan Albert · 5 years ago
  29. 663dc53 Consistently use default install path for compatibility <uses-library>. by Ulya Trafimovich · 5 years ago
  30. 80dc4f1 Merge "Merge Android R" by Xin Li · 5 years ago
  31. 54027b5 Replace `is_uses_lib` property with `provides_uses_lib`. by Ulya Trafimovich · 5 years ago
  32. 0f13eff Merge "Be more strict about unknown install <uses-library> paths." am: 117a5ef307 by Ulyana Trafimovich · 5 years ago
  33. 045e11a Be more strict about unknown install <uses-library> paths. by Ulya Trafimovich · 5 years ago
  34. 99bd329 Merge "Allow non-SDK Java libraries to masquerade as <uses-library>." am: bb3467d297 by Ulyana Trafimovich · 5 years ago
  35. 21a7375 Allow non-SDK Java libraries to masquerade as <uses-library>. by Ulya Trafimovich · 5 years ago
  36. 65cb5c6 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 5 years ago
  37. fc24ad3 Propagate transitive SDK Java library dependencies to dexpreopt. by Ulya Trafimovich · 5 years ago
  38. ec7a91f Merge "Add extra_test_configs option" by Treehugger Robot · 5 years ago
  39. 9ce2221 Merge "Collect paths to transitive SDK Java library dependencies." by Ulyana Trafimovich · 5 years ago
  40. 95d1942 Add extra_test_configs option by Dan Shi · 5 years ago
  41. 31e444e Collect paths to transitive SDK Java library dependencies. by Ulya Trafimovich · 5 years ago
  42. 72ce814 Merge "Add a tagged output for app's exportPackage" by Anton Hansson · 5 years ago
  43. 092aca4 Add a tagged output for app's exportPackage by Anton Hansson · 5 years ago
  44. a24b9de Merge changes I02fb745a,Iccc96c0d by Colin Cross · 5 years ago
  45. 2eddd06 Merge "Add libraryDependencyTag to track dependencies on static and shared libraries" by Colin Cross · 5 years ago
  46. 9eb51fc Merge "Refactor java compileDex" by Liz Kammer · 5 years ago
  47. a7a64f3 Refactor java compileDex by Liz Kammer · 6 years ago
  48. f0913fb Follow all shared library dependencies when collecting JNI libraries by Colin Cross · 5 years ago
  49. 6e511a9 Add libraryDependencyTag to track dependencies on static and shared libraries by Colin Cross · 5 years ago
  50. cada807 Update language to comply with inclusive guidance by Liz Kammer · 5 years ago
  51. 464e5f7 Merge "Add android app property rename_resources_package" into rvc-dev-plus-aosp by Liz Kammer · 5 years ago
  52. f5ada2c Merge changes from topic "lint-unbundled-apps" am: 70f0b53000 am: 8d984239e1 by Colin Cross · 6 years ago
  53. 0add164 Merge "Pass unstripped JNI libraries to Make" am: bf81ed4fd1 am: 9a6d827dc3 by Treehugger Robot · 6 years ago
  54. 70f0b53 Merge changes from topic "lint-unbundled-apps" by Colin Cross · 6 years ago
  55. bf81ed4 Merge "Pass unstripped JNI libraries to Make" by Treehugger Robot · 6 years ago
  56. c0efd1d Build a zip of transitive lint reports for apps by Colin Cross · 6 years ago
  57. 9f9fd02 Add android app property rename_resources_package by Liz Kammer · 6 years ago
  58. 4fb652d Set LOCAL_APKCERTS_FILE for apk_set modules in apexes by Colin Cross · 6 years ago
  59. 403cc15 Pass unstripped JNI libraries to Make by Colin Cross · 6 years ago
  60. 44440f8 Set LOCAL_APKCERTS_FILE for apk_set modules in apexes am: 7e2b36c7d5 by Colin Cross · 6 years ago
  61. 7e2b36c Set LOCAL_APKCERTS_FILE for apk_set modules in apexes by Colin Cross · 6 years ago
  62. f6cd2a0 Merge changes from topic "gcov-clang-migration" into rvc-dev by Oliver Nguyen · 6 years ago
  63. 72cabc6 Make native_coverage clause work with ClangCoverage by Colin Cross · 6 years ago
  64. 21b5ffa Merge changes from topic "uses-libs-5" am: 8fab5bcce3 am: a4cdcd3796 by Ulyana Trafimovich · 6 years ago
  65. 8fab5bc Merge changes from topic "uses-libs-5" by Ulyana Trafimovich · 6 years ago
  66. 11c1e0f Output apkcerts file for android_app_set. by Jaewoong Jung · 6 years ago
  67. 5f364b6 Rewrite construct_context.sh in Python. by Ulya Trafimovich · 6 years ago
  68. e37779d Merge "Output apkcerts file for android_app_set." into rvc-dev am: d8f1b81e75 by Jaewoong Jung · 6 years ago
  69. 8bec026 Output apkcerts file for android_app_set. by Jaewoong Jung · 6 years ago
  70. 14135e4 Merge "apex/apk: enforce min_sdk_version of all deps" am: 14a08f5b28 am: afdc5239b8 by Jooyung Han · 6 years ago
  71. 749dc69 apex/apk: enforce min_sdk_version of all deps by Jooyung Han · 6 years ago
  72. 3c904e8 Stem name should be fixed the same was as masterFile by Sasha Smundak · 6 years ago
  73. 9228536 Merge "Make native_coverage clause work with ClangCoverage" am: c9ef6ee1b7 am: e1dd7bf4ec by Colin Cross · 6 years ago
  74. c9ef6ee Merge "Make native_coverage clause work with ClangCoverage" by Colin Cross · 6 years ago
  75. 7a665a5 Merge "Stem name should be fixed the same was as masterFile" am: bb28b8c9ca am: dc756332e2 by Treehugger Robot · 6 years ago
  76. e88b436 Stem name should be fixed the same was as masterFile by Sasha Smundak · 6 years ago
  77. 1a6acd4 Make native_coverage clause work with ClangCoverage by Colin Cross · 6 years ago
  78. 1e28e3c Add support for running Android lint on java and android modules. by Colin Cross · 6 years ago
  79. 1c14b4e Consolidate adding common java properties by Colin Cross · 6 years ago
  80. c656583 Merge "Add support for running Android lint on java and android modules." am: a553358b34 am: 05394377ba by Colin Cross · 6 years ago
  81. a553358 Merge "Add support for running Android lint on java and android modules." by Colin Cross · 6 years ago
  82. 6b8f282 Merge "Consolidate adding common java properties" am: d7ffbb578d am: 6eb9a491ea by Treehugger Robot · 6 years ago
  83. d7ffbb5 Merge "Consolidate adding common java properties" by Treehugger Robot · 6 years ago
  84. 6e28ab8 Merge "Installed APKs should not have `prebuilt_` prefix" am: 001ad5a6fc am: 05cd5562f2 by Treehugger Robot · 6 years ago
  85. 014489c Add support for running Android lint on java and android modules. by Colin Cross · 6 years ago
  86. 854c14f Installed APKs should not have `prebuilt_` prefix by Sasha Smundak · 6 years ago
  87. 57f0ee1 Installed APKs should not have `prebuilt_` prefix by Sasha Smundak · 6 years ago
  88. ce6734e Consolidate adding common java properties by Colin Cross · 6 years ago
  89. 95f7b34 Use inclusive language in build/soong by Colin Cross · 6 years ago
  90. 973d681 manual merge of 2ef16cfcd46902b01e1934547acc7dc636f6f846 to rvc-dev-plus-aosp by Colin Cross · 6 years ago
  91. 440e0d0 Use inclusive language in build/soong by Colin Cross · 6 years ago
  92. 12a10b0 Merge "Fix on-device paths to used libraries in dexpreopt." am: 69bd288409 am: 73759b9a5d by Ulyana Trafimovich · 6 years ago
  93. 69bd288 Merge "Fix on-device paths to used libraries in dexpreopt." by Ulyana Trafimovich · 6 years ago
  94. 9c646b1 Use Targets[Android] instead of DeviceArch funcs. am: 829b7135f3 by Jaewoong Jung · 6 years ago
  95. 829b713 Use Targets[Android] instead of DeviceArch funcs. by Jaewoong Jung · 6 years ago
  96. f48d50b Merge "Remove TARGET_PREFER_32_BIT support." am: a82ad479a4 am: 274a80c492 by Elliott Hughes · 6 years ago
  97. 9f3052c Fix on-device paths to used libraries in dexpreopt. by Ulya Trafimovich · 6 years ago
  98. 79ae341 Remove TARGET_PREFER_32_BIT support. by Elliott Hughes · 6 years ago
  99. 30d1f9e Revert "Use aapt2 flag --rename-resources-package in soong" by Nate Myren · 6 years ago
  100. 8a62433 Merge "Use sdkSpec to compare sdk_versions of APK/JNI" by Treehugger Robot · 6 years ago