1. 5560712 Convert testDexpreoptWithApexes to use test fixtures by Paul Duffin · 4 years, 5 months ago
  2. 45338f0 Convert TestApexPermittedPackagesRules to use test fixtures by Paul Duffin · 4 years, 5 months ago
  3. afdd406 Rename OptionalPath.RelativeToPath -> RelativeToTop by Paul Duffin · 4 years, 5 months ago
  4. a71a67a Remove extraneous calls to TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 5 months ago
  5. e8366da Automatically call TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 5 months ago
  6. da0470d Merge "Stop JavaSdkLibrary_... tests requiring absolute path" by Paul Duffin · 4 years, 5 months ago
  7. a33da07 Merge "Remove buildDir from apex package" by Paul Duffin · 4 years, 5 months ago
  8. 38e9f0b Merge changes Iaa6411b5,I2118b8a2,Ibbdd3cbd,I2d1bbda2 by Martin Stjernholm · 4 years, 5 months ago
  9. cf8d7db Stop JavaSdkLibrary_... tests requiring absolute path by Paul Duffin · 4 years, 5 months ago
  10. 37ba344 Remove buildDir from apex package by Paul Duffin · 4 years, 5 months ago
  11. 52bfaa4 Prune test preparers in apex/boot_image_test.go by Paul Duffin · 4 years, 5 months ago
  12. 4e6c269 Don't use APEX stubs between internal libs in the same APEX when by Martin Stjernholm · 4 years, 5 months ago
  13. 76e5c8a Convert test that disallows non existent paths to use fixtures by Paul Duffin · 4 years, 5 months ago
  14. 70d3bee Remove emptyFixtureFactory from apex and java by Paul Duffin · 4 years, 5 months ago
  15. 40b6257 Cleanup the now unused testCustomizer by Paul Duffin · 4 years, 5 months ago
  16. 0a49fdc Convert test specific customizers to FixturePreparers by Paul Duffin · 4 years, 6 months ago
  17. 810f33d Convert shared customizer functions to return FixturePreparers by Paul Duffin · 4 years, 6 months ago
  18. 2be9dcd Allow test handlers to be either FixturePreparer or testCustomizer by Paul Duffin · 4 years, 6 months ago
  19. e05480a Switch testApex and related methods to use test fixtures by Paul Duffin · 4 years, 6 months ago
  20. b1d5479 Merge "Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__" by Justin Yun · 4 years, 5 months ago
  21. 1b29e00 Add prebuilt_platform_compat_config by Paul Duffin · 4 years, 6 months ago
  22. 3abc174 Add new compat_configs property to the apex by Paul Duffin · 4 years, 6 months ago
  23. a369c7b Convert TestCompatConfig test to use test fixtures by Paul Duffin · 4 years, 6 months ago
  24. 2338d6f Merge "Don't track modules that are only available to APEXes." by satayev · 4 years, 6 months ago
  25. ef0449b Merge "Convert ...InstallHwasan.. tests to use fixtures" by Paul Duffin · 4 years, 6 months ago
  26. fb856f6 Merge "Treat core_platform as stable unless module uses legacy" by Nicolas Geoffray · 4 years, 6 months ago
  27. 13decfb Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__ by Justin Yun · 4 years, 6 months ago
  28. a02cae3 Convert ...InstallHwasan.. tests to use fixtures by Paul Duffin · 4 years, 6 months ago
  29. 533b98c Don't track modules that are only available to APEXes. by Artur Satayev · 4 years, 6 months ago
  30. 37aad60 Add apexFixtureFactory to apex package by Paul Duffin · 4 years, 6 months ago
  31. 3d3f7a0 Merge "Extract apex registration code into function for reuse" by Paul Duffin · 4 years, 6 months ago
  32. 043f5e7 Treat core_platform as stable unless module uses legacy by Paul Duffin · 4 years, 6 months ago
  33. 667893c Extract apex registration code into function for reuse by Paul Duffin · 4 years, 6 months ago
  34. 86feead Run "prebuilt_postdeps" mutator again by Jooyung Han · 4 years, 6 months ago
  35. 110bca5 Merge "Remove extra return value from testApex" by Colin Cross · 4 years, 6 months ago
  36. 6d119b8 Fix mutator ordering issue in apex tests by Paul Duffin · 4 years, 6 months ago
  37. 4a349ab Merge "Friendly error message on apex_available and min_sdk_version checks" by Treehugger Robot · 4 years, 6 months ago
  38. ddebd2c Merge "cd to / before running soong_build ." by Lukács T. Berki · 4 years, 6 months ago
  39. 767dbd9 Friendly error message on apex_available and min_sdk_version checks by Jiyong Park · 4 years, 6 months ago
  40. f8dcf5e Make apex.updatable default to true. by Mathew Inwood · 4 years, 6 months ago
  41. 7690c09 cd to / before running soong_build . by Lukacs T. Berki · 4 years, 6 months ago
  42. fdf28ca Merge changes I3e6bc9b5,If9f8fb10 by Colin Cross · 4 years, 6 months ago
  43. 2807f00 Remove global state from VNDK apexes by Colin Cross · 4 years, 6 months ago
  44. 9b41efa Merge "Verify the prebuilt_apex selects the correct input apex file" by Paul Duffin · 4 years, 6 months ago
  45. 30c9fe9 Merge "Add test to verify the deapexer rule's input apex file" by Paul Duffin · 4 years, 6 months ago
  46. ce80f18 Merge "APEX uses the latest version of the stub" by Treehugger Robot · 4 years, 6 months ago
  47. 0d10c3c Verify the prebuilt_apex selects the correct input apex file by Paul Duffin · 4 years, 6 months ago
  48. f6932af Add test to verify the deapexer rule's input apex file by Paul Duffin · 4 years, 6 months ago
  49. 3785673 Allow java_sdk_library_import to contribute to hiddenapi processing by Paul Duffin · 4 years, 6 months ago
  50. 3985351 Retrieve dex implementation jars from apex for java_sdk_library_import by Paul Duffin · 4 years, 6 months ago
  51. 55549df APEX uses the latest version of the stub by Jiyong Park · 4 years, 6 months ago
  52. 277303f Merge "Add ctx to AndroidMkExtraEntriesFunc" by Treehugger Robot · 4 years, 6 months ago
  53. 1c46056 Remove extra return value from testApex by Colin Cross · 4 years, 6 months ago
  54. aa25553 Add ctx to AndroidMkExtraEntriesFunc by Colin Cross · 5 years ago
  55. 670e0f6 Linktype check error message becomes more correct by Jiyong Park · 4 years, 6 months ago
  56. dcf71b2 Convert java.Dependency to JavaInfo provider by Colin Cross · 4 years, 7 months ago
  57. 9d67ca6 Allow dex jars from prebuilt_apex to be used by hiddenapi by Paul Duffin · 4 years, 7 months ago
  58. 4fd997b Refactor the hiddenAPI() method for reusability by Paul Duffin · 4 years, 7 months ago
  59. f38931c Integrate hiddenapi processing into boot jars test by Paul Duffin · 4 years, 7 months ago
  60. 89886cb Ensure subtest failures are reported on subtest by Paul Duffin · 4 years, 7 months ago
  61. 11b0fbd cc: fix version macro for stubs by Jooyung Han · 4 years, 7 months ago
  62. c4e1731 Merge "Fix boot jar handling when both source and prebuilt APEXes and modules are present." by Martin Stjernholm · 4 years, 7 months ago
  63. 1dc0d6d Fix boot jar handling when both source and prebuilt APEXes and modules by Martin Stjernholm · 4 years, 7 months ago
  64. 99afe0d Merge "apex: checks min_sdk_version for preview/current" by Treehugger Robot · 4 years, 7 months ago
  65. d376f79 Make com.android.art related tests more realistic by Paul Duffin · 4 years, 7 months ago
  66. 092153d Fix problems with TestPrebuiltExportDexImplementationJars by Paul Duffin · 4 years, 7 months ago
  67. ed124c3 apex: checks min_sdk_version for preview/current by Jooyung Han · 4 years, 7 months ago
  68. 635aa08 Make dexpreopt tools available for all java tests by Paul Duffin · 4 years, 7 months ago
  69. 8479ea2 Merge "Allow createGlobalSoongConfig() to be used from tests" by Paul Duffin · 4 years, 7 months ago
  70. c44075b Merge "Add java.RegisterRequiredBuildComponentsForTest function" by Paul Duffin · 4 years, 7 months ago
  71. 9f04524 Allow createGlobalSoongConfig() to be used from tests by Paul Duffin · 4 years, 7 months ago
  72. d684e04 Merge "LOCAL_REQUIRED_MODULES from apex has ":32" or ":64" suffix" by Treehugger Robot · 4 years, 7 months ago
  73. c059c8c Add java.RegisterRequiredBuildComponentsForTest function by Paul Duffin · 4 years, 7 months ago
  74. 1c8e5e8 Merge changes from topic "prebuilt-hiddenapi" by Bill Peckham · 4 years, 7 months ago
  75. 57621b2 LOCAL_REQUIRED_MODULES from apex has ":32" or ":64" suffix by Jiyong Park · 4 years, 7 months ago
  76. 809eac3 Merge "Switch platform EH unwinder to prebuilt LLVM libunwind" by Ryan Prichard · 4 years, 7 months ago
  77. a41a696 Enable an apex to include a java_import. by Bill Peckham · 4 years, 8 months ago
  78. 064b70c Export dex implementation jars from prebuilt_apex by Paul Duffin · 4 years, 10 months ago
  79. b35a85e Switch platform EH unwinder to prebuilt LLVM libunwind by Ryan Prichard · 4 years, 8 months ago
  80. e4e44bc Split vndk_libraries_txt into multiple module types by Colin Cross · 4 years, 8 months ago
  81. 8a2600c Create vndkproduct.libraries.txt by Justin Yun · 4 years, 9 months ago
  82. 8bfb63c Merge "Break up app.go." by Jaewoong Jung · 4 years, 8 months ago
  83. 74c8436 Merge "Add attribute to disable last-api compat tracking" by Anton Hansson · 4 years, 8 months ago
  84. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years, 8 months ago
  85. 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 4 years, 9 months ago
  86. f9b4465 Break up app.go. by Jaewoong Jung · 4 years, 8 months ago
  87. dff2c78 Add attribute to disable last-api compat tracking by Anton Hansson · 4 years, 8 months ago
  88. a9c8c9f Call ctx.InstallFile for uninstallable cc modules by Colin Cross · 4 years, 9 months ago
  89. f1c48af Merge "arch specific dependencies are supported for apex" by Treehugger Robot · 4 years, 9 months ago
  90. 892a98f versioning macro is exported from prebuilt stubs as well by Jiyong Park · 4 years, 9 months ago
  91. f7c3bbe Prebuilt stub not available to platform is handled correctly by Jiyong Park · 4 years, 9 months ago
  92. 5914030 arch specific dependencies are supported for apex by Jiyong Park · 4 years, 9 months ago
  93. 4d934af Merge "Extract testDexpreoptWithApexes() for reuse" by Paul Duffin · 4 years, 9 months ago
  94. b555609 Merge "rust ffi libraries can be included in APEX" by Jiyong Park · 4 years, 9 months ago
  95. 0d399b5 Merge "Add min_sdk_version to Rust modules." by Jiyong Park · 4 years, 9 months ago
  96. c3bbb96 Extract testDexpreoptWithApexes() for reuse by Paul Duffin · 4 years, 9 months ago
  97. 35989ae Merge "target.apex.exclude_[shared|static]_libs to cc_* modules" by Steven Moreland · 4 years, 9 months ago
  98. 2920d2c Merge "test_for is available for all cc_* module types" by Jiyong Park · 4 years, 9 months ago
  99. 3e9f9e4 Add min_sdk_version to Rust modules. by Ivan Lozano · 4 years, 9 months ago
  100. 46a512f test_for is available for all cc_* module types by Jiyong Park · 4 years, 9 months ago