1. 03beb0e Merge changes Ie2012adb,Ib0283ca6 by Treehugger Robot · 4 years, 1 month ago
  2. d12979d static rust binaries are also prohibited in APEXes by Jiyong Park · 4 years, 1 month ago
  3. 192600a Revert "Revert "Prohibit static executable in APEX"" by Jiyong Park · 4 years, 1 month ago
  4. 2fe71a5 Merge "Revert "Prohibit static executable in APEX"" by Jiyong Park · 4 years, 1 month ago
  5. 2125aab Revert "Prohibit static executable in APEX" by Yen-Chao Chen · 4 years, 1 month ago
  6. d8a3513 Merge "Prohibit static executable in APEX" by Jiyong Park · 4 years, 1 month ago
  7. 9447e1e Add support for prebuilts attribute to the bp2build APEX converter. by Rupert Shuttleworth · 4 years, 1 month ago
  8. 3a8130c Prohibit static executable in APEX by Jiyong Park · 4 years, 1 month ago
  9. 6e4950a Add some more properties to the bp2build APEX converter (second try) by Rupert Shuttleworth · 4 years, 1 month ago
  10. 0358478 Revert "Add some more properties to the bp2build APEX converter." by Rupert Shuttleworth · 4 years, 1 month ago
  11. 69bf4c0 Add some more properties to the bp2build APEX converter. by Rupert Shuttleworth · 4 years, 1 month ago
  12. f59a8e1 Fix apex bp2build. by Jingwen Chen · 4 years, 2 months ago
  13. a9d76dd Add partial bp2build support for APEX targets (second try). by Rupert Shuttleworth · 4 years, 2 months ago
  14. 7ce730b Revert "Add partial bp2build support for APEX targets." by Weng Su · 4 years, 2 months ago
  15. 22b606b Add partial bp2build support for APEX targets. by Rupert Shuttleworth · 4 years, 3 months ago
  16. bfffae7 Fix inconsistencies in the apex names used for the apex variations. by Martin Stjernholm · 4 years, 2 months ago
  17. 9477c26 Add platform_apis property to APEX module type by Jiyong Park · 4 years, 3 months ago
  18. 348f20b Merge "AIDEGen: Collect dependencies info from APEX module." by Treehugger Robot · 4 years, 3 months ago
  19. f932613 Merge "Set default value of generate_hashtree property to true" by Nikita Ioffe · 4 years, 3 months ago
  20. b98371c Add classpath fragment property to skip proto generation. by satayev · 4 years, 3 months ago
  21. 6717d88 Create APEX variant for prebuilt_apex/apex_set by Paul Duffin · 4 years, 3 months ago
  22. e261ae6 Set default value of generate_hashtree property to true by Nikita Ioffe · 4 years, 3 months ago
  23. b0c1f0c AIDEGen: Collect dependencies info from APEX module. by bralee · 4 years, 3 months ago
  24. 9d9960f Rename test_only_no_hashtree to generate_hashtree by Nikita Ioffe · 4 years, 3 months ago
  25. cb3ff1e Move logic to disable flattening in unbundled app mode from Soong to make. by Martin Stjernholm · 4 years, 3 months ago
  26. df298b3 Fix indexing bug when config.Arches() returns an empty array. by Martin Stjernholm · 4 years, 4 months ago
  27. bf4e6ec Merge "Store dex jar paths in bootclasspath_fragment's apex content info" by Paul Duffin · 4 years, 4 months ago
  28. 1a8010a Store dex jar paths in bootclasspath_fragment's apex content info by Paul Duffin · 4 years, 4 months ago
  29. 78349b5 Record the actual APEXes that a module is part of. by Jiyong Park · 4 years, 4 months ago
  30. ab50b07 Rename InApexes -> InApexVariants by Jiyong Park · 4 years, 4 months ago
  31. 333a173 Add systemserverclasspath_fragments property to apex. by satayev · 4 years, 4 months ago
  32. 14e4913 Move classpaths.proto related info into a separate provider. by satayev · 4 years, 4 months ago
  33. 5606029 Order apex files by destination path not source path by Paul Duffin · 4 years, 4 months ago
  34. c75bf68 Merge "Move markPlatformAvailability mutator before apexMutator" by Paul Duffin · 4 years, 4 months ago
  35. 9896b34 Merge "Allow module types to force creation of a default APEX variant" by Paul Duffin · 4 years, 4 months ago
  36. d7586b6 Refactor vendor snapshot to use LinkableInterface. by Ivan Lozano · 4 years, 5 months ago
  37. 28bf7ee Move markPlatformAvailability mutator before apexMutator by Paul Duffin · 4 years, 4 months ago
  38. b5769c1 Allow module types to force creation of a default APEX variant by Paul Duffin · 4 years, 4 months ago
  39. a556647 Merge "Generate empty classpaths.proto for bootclasspath_fragment.go." by Treehugger Robot · 4 years, 4 months ago
  40. 3db3547 Generate empty classpaths.proto for bootclasspath_fragment.go. by satayev · 4 years, 4 months ago
  41. 5dda3e3 Move creation of deapexer modules to separate mutator by Paul Duffin · 4 years, 4 months ago
  42. 190fdef Delegate retrieval of dex boot jar for apex to the bootclasspath_fragment by Paul Duffin · 4 years, 4 months ago
  43. cc33ec8 Extract bootclasspathFragment related code into separate functions by Paul Duffin · 4 years, 4 months ago
  44. e946b32 Rename BootImageInfo to BootclasspathFragmentApexContentInfo by Paul Duffin · 4 years, 4 months ago
  45. 7771eba Rename BootImageModule to BootclasspathFragmentModule by Paul Duffin · 4 years, 5 months ago
  46. 6a328ff Merge "Make apex.key and certificate overridable." by Jaewoong Jung · 4 years, 5 months ago
  47. 6589805 bootclasspath_fragment must only depend on source contents by Paul Duffin · 4 years, 5 months ago
  48. 4cfdf7d Make apex.key and certificate overridable. by Jaewoong Jung · 4 years, 5 months ago
  49. 94f1963 Remove unused boot_images property and rename tag by Paul Duffin · 4 years, 5 months ago
  50. 4eab21d ApexInfo doesn't pass MinSdkVersion as string, but as ApiLevel by Jiyong Park · 4 years, 5 months ago
  51. f398995 Merge "SdkSpec is fully using ApiLevel" by Jiyong Park · 4 years, 5 months ago
  52. 94e22fd Shared lib dependencies from rlib are included in APEX by Jiyong Park · 4 years, 5 months ago
  53. 9231537 SdkSpec is fully using ApiLevel by Jiyong Park · 4 years, 5 months ago
  54. 3f3bb83 Merge "Remove libgcc toolchain libs for Android" by Ryan Prichard · 4 years, 5 months ago
  55. ec00900 Allow dependencies from platform variants to APEX modules (reland). by Martin Stjernholm · 4 years, 5 months ago
  56. c2018e2 Remove libgcc toolchain libs for Android by Ryan Prichard · 4 years, 5 months ago
  57. 6f77314 Merge "Revert "Allow dependencies from platform variants to APEX modules."" by Nikita Ioffe · 4 years, 5 months ago
  58. d64139f Revert "Allow dependencies from platform variants to APEX modules." by Nikita Ioffe · 4 years, 5 months ago
  59. f8c9713 Merge "Allow dependencies from platform variants to APEX modules." by Martin Stjernholm · 4 years, 5 months ago
  60. 4d058c8 Allow dependencies from platform variants to APEX modules. by Martin Stjernholm · 4 years, 5 months ago
  61. 4d101b6 Add the transitive dependencies of boot_image to apex by Paul Duffin · 4 years, 6 months ago
  62. 4b64ba0 Add bootclasspath_fragment as an alias for boot_image by Paul Duffin · 4 years, 5 months ago
  63. 396229f Prevent apex from using preferred prebuilt_boot_image by Paul Duffin · 4 years, 6 months ago
  64. b506c9d Cleanup usages of Dex2oatDepTag by Paul Duffin · 4 years, 6 months ago
  65. 4c3e8e2 Ensure that DepIsInSameApex is not called for ExcludeFromApexContentsTag by Paul Duffin · 4 years, 6 months ago
  66. 0a49fdc Convert test specific customizers to FixturePreparers by Paul Duffin · 4 years, 6 months ago
  67. b72dd40 Merge "Prevent ApexInfoMutator from creating unnecessary variants" by Paul Duffin · 4 years, 6 months ago
  68. 573989d Prevent ApexInfoMutator from creating unnecessary variants by Paul Duffin · 4 years, 6 months ago
  69. 1b29e00 Add prebuilt_platform_compat_config by Paul Duffin · 4 years, 6 months ago
  70. 0b81778 Correct typo in the name of compatConfigTag by Paul Duffin · 4 years, 6 months ago
  71. 8c535da Allow apex dependencies to be restricted to source modules only by Paul Duffin · 4 years, 6 months ago
  72. 4defbf4 Switch platform_compat_config to use common arch by Paul Duffin · 4 years, 6 months ago
  73. 1bc21dc Disallow platform_compat_config modules in apex prebuilts property by Paul Duffin · 4 years, 6 months ago
  74. 3abc174 Add new compat_configs property to the apex by Paul Duffin · 4 years, 6 months ago
  75. 9c2e6d5 Merge "Avoid calling DepIsInSameApex when excluded from apex contents" by Paul Duffin · 4 years, 6 months ago
  76. e961282 Avoid calling DepIsInSameApex when excluded from apex contents by Paul Duffin · 4 years, 6 months ago
  77. 667893c Extract apex registration code into function for reuse by Paul Duffin · 4 years, 6 months ago
  78. 4a349ab Merge "Friendly error message on apex_available and min_sdk_version checks" by Treehugger Robot · 4 years, 6 months ago
  79. 767dbd9 Friendly error message on apex_available and min_sdk_version checks by Jiyong Park · 4 years, 6 months ago
  80. f8dcf5e Make apex.updatable default to true. by Mathew Inwood · 4 years, 7 months ago
  81. c04fb9e Remove deapexer and prebuilt apex select mutators by Paul Duffin · 4 years, 6 months ago
  82. 6536ad7 Remove sdkext apex_available allowlist by Anton Hansson · 4 years, 7 months ago
  83. 0671146 filesystems property can be specific to arch by Jiyong Park · 4 years, 7 months ago
  84. b02128a Merge "Remove libbinder_headers from apex_available allowlist" by Treehugger Robot · 4 years, 7 months ago
  85. 59d0931 Remove libbinder_headers from apex_available allowlist by Jooyung Han · 4 years, 7 months ago
  86. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years, 7 months ago
  87. a1d6025 Add boot_images to apex by Paul Duffin · 4 years, 8 months ago
  88. ed124c3 apex: checks min_sdk_version for preview/current by Jooyung Han · 4 years, 7 months ago
  89. 9b6596b Merge "Revert "Revert "Automated NDK API coverage used by Mainline modules build integration.""" by Sophie Zheng · 4 years, 7 months ago
  90. 6bde0b5 Revert "Revert "Automated NDK API coverage used by Mainline modules build integration."" by sophiez · 4 years, 8 months ago
  91. f17b07f Merge "Revert "Automated NDK API coverage used by Mainline modules build integration."" by Riddle Hsu · 4 years, 7 months ago
  92. 556b2ad Revert "Automated NDK API coverage used by Mainline modules build integration." by Riddle Hsu · 4 years, 7 months ago
  93. 0bf7719 Merge "Automated NDK API coverage used by Mainline modules build integration." by Sophie Zheng · 4 years, 8 months ago
  94. 87ff51d Automated NDK API coverage used by Mainline modules build integration. by sophiez · 4 years, 8 months ago
  95. d684e04 Merge "LOCAL_REQUIRED_MODULES from apex has ":32" or ":64" suffix" by Treehugger Robot · 4 years, 8 months ago
  96. 0caabb6 Merge "Support building boot images with disabled dexpreopt." by Ulyana Trafimovich · 4 years, 8 months ago
  97. 1c8e5e8 Merge changes from topic "prebuilt-hiddenapi" by Bill Peckham · 4 years, 8 months ago
  98. a4a1c4e Support building boot images with disabled dexpreopt. by Ulya Trafimovich · 4 years, 8 months ago
  99. 57621b2 LOCAL_REQUIRED_MODULES from apex has ":32" or ":64" suffix by Jiyong Park · 4 years, 8 months ago
  100. 809eac3 Merge "Switch platform EH unwinder to prebuilt LLVM libunwind" by Ryan Prichard · 4 years, 8 months ago