1. db462dd Disallow non-existent paths in sdk package by Paul Duffin · 3 years, 9 months ago
  2. 76e5c8a Convert test that disallows non existent paths to use fixtures by Paul Duffin · 3 years, 9 months ago
  3. b506c9d Cleanup usages of Dex2oatDepTag by Paul Duffin · 3 years, 9 months ago
  4. 70d3bee Remove emptyFixtureFactory from apex and java by Paul Duffin · 3 years, 9 months ago
  5. 6bef6fe Merge "Ensure that DepIsInSameApex is not called for ExcludeFromApexContentsTag" by Paul Duffin · 3 years, 9 months ago
  6. 2b077ba Merge changes from topic "move_allowed_deps_txt" by satayev · 3 years, 9 months ago
  7. 4c3e8e2 Ensure that DepIsInSameApex is not called for ExcludeFromApexContentsTag by Paul Duffin · 3 years, 10 months ago
  8. 40b6257 Cleanup the now unused testCustomizer by Paul Duffin · 3 years, 9 months ago
  9. 0a49fdc Convert test specific customizers to FixturePreparers by Paul Duffin · 3 years, 10 months ago
  10. 810f33d Convert shared customizer functions to return FixturePreparers by Paul Duffin · 3 years, 10 months ago
  11. 2be9dcd Allow test handlers to be either FixturePreparer or testCustomizer by Paul Duffin · 3 years, 10 months ago
  12. 34d433a Convert apex/boot_image_test.go to use test fixtures by Paul Duffin · 3 years, 10 months ago
  13. e05480a Switch testApex and related methods to use test fixtures by Paul Duffin · 3 years, 10 months ago
  14. b1d5479 Merge "Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__" by Justin Yun · 3 years, 10 months ago
  15. b72dd40 Merge "Prevent ApexInfoMutator from creating unnecessary variants" by Paul Duffin · 3 years, 10 months ago
  16. b77b0c5 Treat allowed_deps.txt source file as optional. by Artur Satayev · 3 years, 10 months ago
  17. 573989d Prevent ApexInfoMutator from creating unnecessary variants by Paul Duffin · 3 years, 10 months ago
  18. 1b29e00 Add prebuilt_platform_compat_config by Paul Duffin · 3 years, 10 months ago
  19. 0b81778 Correct typo in the name of compatConfigTag by Paul Duffin · 3 years, 10 months ago
  20. 8c535da Allow apex dependencies to be restricted to source modules only by Paul Duffin · 3 years, 10 months ago
  21. fdb61ed Move allowed_deps.txt to packages/modules/common. by Artur Satayev · 3 years, 10 months ago
  22. 4defbf4 Switch platform_compat_config to use common arch by Paul Duffin · 3 years, 10 months ago
  23. 1bc21dc Disallow platform_compat_config modules in apex prebuilts property by Paul Duffin · 3 years, 10 months ago
  24. 3abc174 Add new compat_configs property to the apex by Paul Duffin · 3 years, 10 months ago
  25. a369c7b Convert TestCompatConfig test to use test fixtures by Paul Duffin · 3 years, 10 months ago
  26. 2338d6f Merge "Don't track modules that are only available to APEXes." by satayev · 3 years, 10 months ago
  27. ef0449b Merge "Convert ...InstallHwasan.. tests to use fixtures" by Paul Duffin · 3 years, 10 months ago
  28. fb856f6 Merge "Treat core_platform as stable unless module uses legacy" by Nicolas Geoffray · 3 years, 10 months ago
  29. 13decfb Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__ by Justin Yun · 3 years, 10 months ago
  30. a02cae3 Convert ...InstallHwasan.. tests to use fixtures by Paul Duffin · 3 years, 10 months ago
  31. f6b5f82 Merge "Add libruy_static to allowed_deps" by Lev Proleev · 3 years, 10 months ago
  32. 533b98c Don't track modules that are only available to APEXes. by Artur Satayev · 3 years, 10 months ago
  33. 37aad60 Add apexFixtureFactory to apex package by Paul Duffin · 3 years, 10 months ago
  34. 2157259 Merge "update apex/allowed_deps.txt" by Treehugger Robot · 3 years, 10 months ago
  35. 9c2e6d5 Merge "Avoid calling DepIsInSameApex when excluded from apex contents" by Paul Duffin · 3 years, 10 months ago
  36. 3d3f7a0 Merge "Extract apex registration code into function for reuse" by Paul Duffin · 3 years, 10 months ago
  37. e961282 Avoid calling DepIsInSameApex when excluded from apex contents by Paul Duffin · 3 years, 10 months ago
  38. 043f5e7 Treat core_platform as stable unless module uses legacy by Paul Duffin · 3 years, 10 months ago
  39. 667893c Extract apex registration code into function for reuse by Paul Duffin · 3 years, 10 months ago
  40. 77e7d77 Merge "Run "prebuilt_postdeps" mutator again" by Jooyung Han · 3 years, 10 months ago
  41. c285125 Merge "Introduce derive_classpath service." by Treehugger Robot · 3 years, 10 months ago
  42. 86feead Run "prebuilt_postdeps" mutator again by Jooyung Han · 3 years, 10 months ago
  43. 110bca5 Merge "Remove extra return value from testApex" by Colin Cross · 3 years, 10 months ago
  44. 7403045 Introduce derive_classpath service. by Artur Satayev · 3 years, 10 months ago
  45. 921a89e Merge "Allow PermissionController to set min_sdk_version to 30." by Anton Hansson · 3 years, 10 months ago
  46. 6d119b8 Fix mutator ordering issue in apex tests by Paul Duffin · 3 years, 10 months ago
  47. 9bb022a Allow PermissionController to set min_sdk_version to 30. by Hai Zhang · 4 years, 1 month ago
  48. 480762d update apex/allowed_deps.txt by Jeongik Cha · 3 years, 10 months ago
  49. 4a349ab Merge "Friendly error message on apex_available and min_sdk_version checks" by Treehugger Robot · 3 years, 10 months ago
  50. e9d0de4 Merge "Remove myself from the OWNERS" by Makoto Onuki · 3 years, 10 months ago
  51. ddebd2c Merge "cd to / before running soong_build ." by Lukács T. Berki · 3 years, 10 months ago
  52. 767dbd9 Friendly error message on apex_available and min_sdk_version checks by Jiyong Park · 3 years, 10 months ago
  53. cbcc5b7 Merge "Merge RQ2A.210305.007" by Xin Li · 3 years, 10 months ago
  54. 2964583 Merge RQ2A.210305.007 by Xin Li · 3 years, 10 months ago
  55. 55418f8 Remove myself from the OWNERS by Makoto Onuki · 3 years, 10 months ago
  56. d152f5b Add libruy_static to allowed_deps by Lev Proleev · 3 years, 10 months ago
  57. f8dcf5e Make apex.updatable default to true. by Mathew Inwood · 3 years, 11 months ago
  58. 7690c09 cd to / before running soong_build . by Lukacs T. Berki · 3 years, 10 months ago
  59. fdf28ca Merge changes I3e6bc9b5,If9f8fb10 by Colin Cross · 3 years, 10 months ago
  60. b267e12 Merge "Verify the prebuilt_apex selects the correct input apex file" am: 9b41efabd1 by Paul Duffin · 3 years, 10 months ago
  61. 6f34264 Merge "Add test to verify the deapexer rule's input apex file" am: 30c9fe93e0 by Paul Duffin · 3 years, 10 months ago
  62. 2807f00 Remove global state from VNDK apexes by Colin Cross · 3 years, 10 months ago
  63. 4416350 Add modules-annotation-minsdk in allowed_deps by Hyundo Moon · 3 years, 10 months ago
  64. 4b786d2 Merge "Remove deapexer and prebuilt apex select mutators" by Paul Duffin · 3 years, 10 months ago
  65. 9b41efa Merge "Verify the prebuilt_apex selects the correct input apex file" by Paul Duffin · 3 years, 10 months ago
  66. 30c9fe9 Merge "Add test to verify the deapexer rule's input apex file" by Paul Duffin · 3 years, 10 months ago
  67. 3310e2d Merge "APEX uses the latest version of the stub" am: ce80f18749 by Treehugger Robot · 3 years, 10 months ago
  68. ce80f18 Merge "APEX uses the latest version of the stub" by Treehugger Robot · 3 years, 10 months ago
  69. 764a15f Merge "Allow java_sdk_library_import to contribute to hiddenapi processing" am: 69804ac388 by Paul Duffin · 3 years, 10 months ago
  70. b142641 Merge "Retrieve dex implementation jars from apex for java_sdk_library_import" am: 0a8d5248ef by Paul Duffin · 3 years, 10 months ago
  71. c04fb9e Remove deapexer and prebuilt apex select mutators by Paul Duffin · 3 years, 10 months ago
  72. 0d10c3c Verify the prebuilt_apex selects the correct input apex file by Paul Duffin · 3 years, 10 months ago
  73. f6932af Add test to verify the deapexer rule's input apex file by Paul Duffin · 3 years, 10 months ago
  74. 3785673 Allow java_sdk_library_import to contribute to hiddenapi processing by Paul Duffin · 3 years, 10 months ago
  75. 3985351 Retrieve dex implementation jars from apex for java_sdk_library_import by Paul Duffin · 3 years, 10 months ago
  76. 55549df APEX uses the latest version of the stub by Jiyong Park · 3 years, 10 months ago
  77. 1fd8f11 Merge "Add the new NetworkStack shim libraries to APEX allowed deps." am: 9023138b5e by Lorenzo Colitti · 3 years, 10 months ago
  78. 9023138 Merge "Add the new NetworkStack shim libraries to APEX allowed deps." by Lorenzo Colitti · 3 years, 10 months ago
  79. 4191ec7 Merge "Merge ab/7061308 into stage." into stage-aosp-master by TreeHugger Robot · 3 years, 10 months ago
  80. 277303f Merge "Add ctx to AndroidMkExtraEntriesFunc" by Treehugger Robot · 3 years, 10 months ago
  81. 4c666e8 Merge "Add modules-utils-build_system to allowed deps" by Treehugger Robot · 3 years, 10 months ago
  82. d4b9d04 Merge "update apex/allowed_deps.txt" by Treehugger Robot · 3 years, 10 months ago
  83. 97ca28e Add the new NetworkStack shim libraries to APEX allowed deps. by Lorenzo Colitti · 3 years, 10 months ago
  84. 6536ad7 Remove sdkext apex_available allowlist by Anton Hansson · 3 years, 10 months ago
  85. 982c52b Merge ab/7061308 into stage. by Xin Li · 3 years, 10 months ago
  86. 79f4ab2 update apex/allowed_deps.txt by Jeongik Cha · 3 years, 10 months ago
  87. 1c46056 Remove extra return value from testApex by Colin Cross · 3 years, 11 months ago
  88. aa25553 Add ctx to AndroidMkExtraEntriesFunc by Colin Cross · 4 years, 6 months ago
  89. 5149805 Add modules-utils-build_system to allowed deps by Evan Severson · 3 years, 10 months ago
  90. 15679b7 Merge "Add MediaProvider dependencies to allowed_deps.txt" by Martijn Coenen · 3 years, 10 months ago
  91. 4941e4b Merge "Linktype check error message becomes more correct" by Jiyong Park · 3 years, 10 months ago
  92. fd66847 Add MediaProvider dependencies to allowed_deps.txt by Martijn Coenen · 3 years, 11 months ago
  93. 670e0f6 Linktype check error message becomes more correct by Jiyong Park · 3 years, 10 months ago
  94. 847f230 Merge "clean up hard-coded min_sdk_version (statsd)" by Jooyung Han · 3 years, 10 months ago
  95. cc60da8 clean up hard-coded min_sdk_version (statsd) by Jooyung Han · 3 years, 11 months ago
  96. 0671146 filesystems property can be specific to arch by Jiyong Park · 3 years, 11 months ago
  97. b87f4b4 Merge "Convert java.Dependency to JavaInfo provider" by Colin Cross · 3 years, 11 months ago
  98. 56ca4e4 Merge "Add NNAPI AIDL interface to allowed deps" by Lev Proleev · 3 years, 11 months ago
  99. b68036f Merge "Add LOCAL_LICENSE_KINDS to build/soong" by Treehugger Robot · 3 years, 11 months ago
  100. dcf71b2 Convert java.Dependency to JavaInfo provider by Colin Cross · 4 years ago