1. 412436f Don't panic if no certificates found by Colin Cross · 2 years, 9 months ago
  2. de6a087 Revert "Revert "Build notice files from license metadata."" by Bob Badour · 2 years, 9 months ago
  3. 77807b3 Revert "Build notice files from license metadata." by Wei Sheng Shih · 2 years, 9 months ago
  4. 43c2dca Build notice files from license metadata. by Bob Badour · 2 years, 9 months ago
  5. 75d65f3 Add testOnly attribute to AndroidManifest file of apex_test by Gurpreet Singh · 3 years ago
  6. da88a25 Merge "Prevent using android_app_import in instrumentation_for property" by Paul Duffin · 3 years ago
  7. 53a70a4 Prevent using android_app_import in instrumentation_for property by Paul Duffin · 3 years ago
  8. 01d80d8 Make android_app.stem overridable by Jooyung Han · 3 years ago
  9. 29e2f6d Use 'stem' to override APK name by Jooyung Han · 3 years ago
  10. c8cb0c3 Set targetSdkVersion to 10000 iff a module is targeting an unreleased sdk by Spandan Das · 3 years, 1 month ago
  11. 6099934 Update platform_apis error message by Spandan Das · 3 years, 2 months ago
  12. 9f6c24a Rename BuildDir and NinjaBuildDir. by Lukacs T. Berki · 3 years, 5 months ago
  13. 0b1c70e Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer. by Ulya Trafimovich · 3 years, 5 months ago
  14. e443287 Propagate <uses-library> dependencies from `java_library` to apps. by Ulya Trafimovich · 3 years, 5 months ago
  15. fc0f6e3 Fix the way manifest fixer detects optional <uses-library> entries. by Ulya Trafimovich · 3 years, 5 months ago
  16. d604b21 Rename UpdatableBootJars to ApexBootJars. by satayev · 3 years, 6 months ago
  17. a71a67a Remove extraneous calls to TestingBuildParams.RelativeToTop() by Paul Duffin · 3 years, 10 months ago
  18. 9023b02 Allow using updatable boot jars in dexpreopt (but don't use them yet). by Ulya Trafimovich · 3 years, 10 months ago
  19. 71ae594 Remove javaFixtureFactory by Paul Duffin · 3 years, 10 months ago
  20. d6339af Remove unused test methods and buildDir by Paul Duffin · 3 years, 10 months ago
  21. fb0fe9f Remove uses of buildDir from java/app_test.go by Paul Duffin · 3 years, 10 months ago
  22. 2645a29 Fix app tests to work without javaMockFS() by Paul Duffin · 3 years, 10 months ago
  23. cdb88a9 Convert app tests that depend on javaMockFS() to test fixtures by Paul Duffin · 3 years, 10 months ago
  24. d234b41 Convert TestUsesLibraries to test fixtures by Paul Duffin · 3 years, 10 months ago
  25. 2002bfa Merge "Reimplement verify_uses_libraries.sh in manifest_check.py." by Ulyana Trafimovich · 3 years, 10 months ago
  26. 0aba252 Reimplement verify_uses_libraries.sh in manifest_check.py. by Ulya Trafimovich · 3 years, 10 months ago
  27. 0ed42d3 Clean up testApp and testAppConfig by Paul Duffin · 3 years, 10 months ago
  28. 1c1b6e6 Lineage properties support module references. by Jaewoong Jung · 3 years, 10 months ago
  29. 97df5e6 Merge "Do verify_uses_libraries check for APKs after patching library names." by Ulyana Trafimovich · 3 years, 10 months ago
  30. ae5cdff Merge "Respect `provides_uses_lib` for modules added via `[optional_]uses_libs`" by Ulyana Trafimovich · 3 years, 10 months ago
  31. 71284b6 Merge "Add `provides_uses_library` example to TestUsesLibrary check." by Ulyana Trafimovich · 3 years, 10 months ago
  32. 00c27b7 Merge "Stricten TestUsesLibrary check." by Ulyana Trafimovich · 3 years, 10 months ago
  33. fe927a2 Do verify_uses_libraries check for APKs after patching library names. by Ulya Trafimovich · 3 years, 11 months ago
  34. eea486a Respect `provides_uses_lib` for modules added via `[optional_]uses_libs` by Ulya Trafimovich · 3 years, 11 months ago
  35. b014f07 Propagate java resources in apps with no code by Colin Cross · 3 years, 11 months ago
  36. 861a896 Add `provides_uses_library` example to TestUsesLibrary check. by Ulya Trafimovich · 3 years, 11 months ago
  37. 2eaf5c5 Stricten TestUsesLibrary check. by Ulya Trafimovich · 3 years, 11 months ago
  38. 8bfb63c Merge "Break up app.go." by Jaewoong Jung · 4 years ago
  39. c9f2b94 Fix library order in class loader context to agree with PackageManager. by Ulya Trafimovich · 4 years, 1 month ago
  40. f9b4465 Break up app.go. by Jaewoong Jung · 4 years, 1 month ago
  41. 729c0bd Prebuilt is enabled even if the source one is not. by Jaewoong Jung · 4 years, 1 month ago
  42. 71debbf Merge "No matching variant android_app_import fix" by Jaewoong Jung · 4 years, 1 month ago
  43. 84f1b80 No matching variant android_app_import fix by Jaewoong Jung · 4 years, 1 month ago
  44. 65b0319 Do not propagate <uses-library> deps through static SDK component libs. by Ulya Trafimovich · 4 years, 1 month ago
  45. 0029898 java link time error improve by Steven Moreland · 4 years, 2 months ago
  46. af335a4 Merge "Rework class loader context implementation." by Ulyana Trafimovich · 4 years, 2 months ago
  47. ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 2 months ago
  48. 8cbc5d2 Rework class loader context implementation. by Ulya Trafimovich · 4 years, 2 months ago
  49. 180fece Drop "android.hidl.manager" -> "android.hidl.base" dependency from class loader context. by Ulya Trafimovich · 4 years, 2 months ago
  50. 8130c48 Move part of logic from construct_context.py to Soong. by Ulya Trafimovich · 4 years, 3 months ago
  51. 46b3d5b Fix handling of "android.test.mock" in class loader context. by Ulya Trafimovich · 4 years, 3 months ago
  52. 24813e1 Unify handling of compat and normal libs in class loader contexts. by Ulya Trafimovich · 4 years, 3 months ago
  53. 9a63131 Export proguard_flags_files from android_librarys by Cole Faust · 4 years, 3 months ago
  54. c1c415d Merge "Apply PRODUCT_ENFORCE_RRO_TARGETS to dependencies." by Jaewoong Jung · 4 years, 3 months ago
  55. c779cd4 Apply PRODUCT_ENFORCE_RRO_TARGETS to dependencies. by Jaewoong Jung · 4 years, 3 months ago
  56. 405af07 Revert "Make lots of tests run in parallel" by Colin Cross · 4 years, 3 months ago
  57. 45fd6ac Merge "Make lots of tests run in parallel" by Colin Cross · 4 years, 3 months ago
  58. 9f701fa Merge changes from topic "uses-libs-24" by Ulyana Trafimovich · 4 years, 3 months ago
  59. 323dc60 Make lots of tests run in parallel by Colin Cross · 4 years, 4 months ago
  60. 39b437b Add dependency on implementation <uses-library> for modules that depend on component libraries. by Ulya Trafimovich · 4 years, 4 months ago
  61. 4f378d7 Convert more versions in config to ApiLevel. by Dan Albert · 4 years, 6 months ago
  62. 65cb5c6 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 4 years, 4 months ago
  63. b8822a0 Merge "Propagate transitive SDK Java library dependencies to dexpreopt." by Ulyana Trafimovich · 4 years, 4 months ago
  64. 219141c Introduce BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES by Jeongik Cha · 4 years, 5 months ago
  65. fc24ad3 Propagate transitive SDK Java library dependencies to dexpreopt. by Ulya Trafimovich · 4 years, 5 months ago
  66. 4b6d4c1 Propagate transitive <uses-library> dependencies through static libraries. by Ulya Trafimovich · 4 years, 5 months ago
  67. 92fe740 Stop using prebuilt NDK CRT objects. by Dan Albert · 4 years, 6 months ago
  68. 816a23a Introduce AlwaysUsePrebuiltSdks by Jeongik Cha · 4 years, 6 months ago
  69. cada807 Update language to comply with inclusive guidance by Liz Kammer · 4 years, 5 months ago
  70. 9f9fd02 Add android app property rename_resources_package by Liz Kammer · 4 years, 7 months ago
  71. 21b5ffa Merge changes from topic "uses-libs-5" am: 8fab5bcce3 am: a4cdcd3796 by Ulyana Trafimovich · 4 years, 6 months ago
  72. 8fab5bc Merge changes from topic "uses-libs-5" by Ulyana Trafimovich · 4 years, 6 months ago
  73. 11c1e0f Output apkcerts file for android_app_set. by Jaewoong Jung · 4 years, 6 months ago
  74. 5f364b6 Rewrite construct_context.sh in Python. by Ulya Trafimovich · 4 years, 6 months ago
  75. e37779d Merge "Output apkcerts file for android_app_set." into rvc-dev am: d8f1b81e75 by Jaewoong Jung · 4 years, 6 months ago
  76. 8bec026 Output apkcerts file for android_app_set. by Jaewoong Jung · 4 years, 6 months ago
  77. 14135e4 Merge "apex/apk: enforce min_sdk_version of all deps" am: 14a08f5b28 am: afdc5239b8 by Jooyung Han · 4 years, 7 months ago
  78. 749dc69 apex/apk: enforce min_sdk_version of all deps by Jooyung Han · 4 years, 9 months ago
  79. f5f663b Remove most paths from java.TestConfig by Colin Cross · 4 years, 7 months ago
  80. 300b266 resolve merge conflicts of a73ffc21e01621f0b0b199d45f439215ebbea143 to rvc-dev-plus-aosp by Colin Cross · 4 years, 7 months ago
  81. 829b713 Use Targets[Android] instead of DeviceArch funcs. by Jaewoong Jung · 4 years, 7 months ago
  82. 238c1f3 Remove most paths from java.TestConfig by Colin Cross · 4 years, 7 months ago
  83. c4f0ff1 Cherrypick aosp/1318079 and aosp/1324841 by Sasha Smundak · 4 years, 8 months ago
  84. 18d98bc Allow apex module to have android_app_set as its constituent. by Sasha Smundak · 4 years, 8 months ago
  85. af7f91f Reland "enforce sdk_version for JNI libs for updatable APKs" by Jooyung Han · 4 years, 8 months ago
  86. 966b2f0 Add signing lineage for runtime_resource_overlay by Liz Kammer · 4 years, 8 months ago
  87. 753c739 Merge "Add preprocessed property for android_test_import" into rvc-dev by TreeHugger Robot · 4 years, 8 months ago
  88. 3d8779d Merge "Add signing lineage for runtime_resource_overlay" into rvc-dev by Liz Kammer · 4 years, 8 months ago
  89. 38b2a86 Merge "Allow the user to explicitly set the java Uncompress_dex property." by David Srbecky · 4 years, 8 months ago
  90. 6270b77 Merge "Allow the user to explicitly set the java Uncompress_dex property." into rvc-dev by TreeHugger Robot · 4 years, 8 months ago
  91. 64e6199 Retry: "Improve tracking of exported sdk libraries" by Paul Duffin · 4 years, 8 months ago
  92. ed03142 Revert "Improve tracking of exported sdk libraries" by Remi NGUYEN VAN · 4 years, 8 months ago
  93. 7e20dda Add preprocessed property for android_test_import by Liz Kammer · 4 years, 8 months ago
  94. 42ada5c Merge "Add preprocessed property for android_test_import" by Treehugger Robot · 4 years, 8 months ago
  95. 3b70b3f Add preprocessed property for android_test_import by Liz Kammer · 4 years, 8 months ago
  96. 98c7122 Allow the user to explicitly set the java Uncompress_dex property. by David Srbecky · 4 years, 8 months ago
  97. e033cba Allow the user to explicitly set the java Uncompress_dex property. by David Srbecky · 4 years, 8 months ago
  98. 442a475 Improve tracking of exported sdk libraries by Paul Duffin · 4 years, 8 months ago
  99. 859fe96 Improve tracking of exported sdk libraries by Paul Duffin · 4 years, 8 months ago
  100. ff000d6 Merge "Add signing linage support for android_app_import" by Liz Kammer · 4 years, 8 months ago