1. 0342c58 apex: Install nativeTest with soong_cc_prebuilt.mk by Logan Chien · 5 years ago
  2. 5afe2d6 Merge "Support including apk inside an apex" by Treehugger Robot · 5 years ago
  3. 1acf6f9 Use PathForModuleOutput instead of PathForPhony by Nikita Ioffe · 5 years ago
  4. e1f05aa Support including apk inside an apex by Sundong Ahn · 5 years ago
  5. 5d5ae76 apex.go: Add support for diffing content of APEX with whitelist file by Nikita Ioffe · 5 years ago
  6. af93360 Merge changes from topic "check-flattened-art-apex" by Roland Levillain · 5 years ago
  7. e0dc8df AndroidMkEntries minor refactoring. by Jaewoong Jung · 5 years ago
  8. 21738f6 Merge "Remove hashtree from builtin APEXes" by Treehugger Robot · 5 years ago
  9. e65ed7c Remove hashtree from builtin APEXes by Jooyung Han · 5 years ago
  10. 935639d Add an output file type for flattened APEXes. by Roland Levillain · 5 years ago
  11. 2db7f46 Add no_apex check for static library by Sundong Ahn · 5 years ago
  12. fb7e0b3 Merge "Add no_apex property" by Treehugger Robot · 5 years ago
  13. 4f7dd9b Add no_apex property by Jiyong Park · 5 years ago
  14. 9c80bae apex: add llndk libs as requireNativeLibs by Jooyung Han · 5 years ago
  15. dcea882 Merge "Build native coverage variant of APEXes when needed" by Treehugger Robot · 5 years ago
  16. 9e6c242 java_import can be included in apex by Jiyong Park · 5 years ago
  17. ee9a98d Build native coverage variant of APEXes when needed by Jiyong Park · 5 years ago
  18. d62b4af Merge changes from topic "put-dep-in-apex" by Treehugger Robot · 5 years ago
  19. a535be6 Merge "Build module from source branch instead of using prebuilds when coverage is enabled." by Kun Niu · 5 years ago
  20. 10c9f83 Build module from source branch instead of using prebuilds when coverage is enabled. by Kun Niu · 5 years ago
  21. e163303 Put dependency in apex_manifest.json by Jooyung Han · 5 years ago
  22. ec5fc70 Merge "Materialize the copy commands of an APEX rule as a Ninja response file." by Roland Levillain · 5 years ago
  23. 96cf4d4 Materialize the copy commands of an APEX rule as a Ninja response file. by Roland Levillain · 5 years ago
  24. 4644b22 Fix some typos in error messages in apex/apex.go. by Roland Levillain · 5 years ago
  25. a822256 Merge "Delete prebuilt APEXes when installing source-built APEXes" by Treehugger Robot · 5 years ago
  26. 03b68dd Delete prebuilt APEXes when installing source-built APEXes by Jiyong Park · 5 years ago
  27. f89cd09 Handle `test_per_src` modules as indirect dependencies in APEXes. by Roland Levillain · 5 years ago
  28. dfe75b3 Fix some typos in Soong. by Roland Levillain · 5 years ago
  29. c793ebf Merge "Fix: symlink bin/arm directory is not handled correctly" by Treehugger Robot · 5 years ago
  30. c80b5fa Fix: symlink bin/arm directory is not handled correctly by Jiyong Park · 5 years ago
  31. 9b5fde9 Handle `test_per_src` test variations as dependencies of APEX modules. by Roland Levillain · 6 years ago
  32. 6f67daa Merge "Add overrides property to prebuilt_apex" by Jaewoong Jung · 5 years ago
  33. a0eb5a8 Merge "fix: APEX prebuilts are disabled in platform build" by Treehugger Robot · 5 years ago
  34. 22f7d18 Add overrides property to prebuilt_apex by Jaewoong Jung · 5 years ago
  35. ca8992e fix: APEX prebuilts are disabled in platform build by Jiyong Park · 5 years ago
  36. 2ca7a88 Merge "Make relative path for native_bridge binaries configurable" by Dimitry Ivanov · 5 years ago
  37. 8d6dde8 Make relative path for native_bridge binaries configurable by dimitry · 5 years ago
  38. e3ef3c8 Fix the unbundled mainline module build by Jiyong Park · 5 years ago
  39. 50b81e5 Don't use APEX prebuilts when asan is on by Jiyong Park · 6 years ago
  40. 2cb5288 Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to true by Jiyong Park · 6 years ago
  41. f378a85 Merge "Use ctx.Target().NativeBridge to detect if the arch is translated or not" by Treehugger Robot · 6 years ago
  42. 3af8661 Merge "Improve android_app_import.dpi_variants handling." by Jaewoong Jung · 6 years ago
  43. acbf6c7 Use ctx.Target().NativeBridge to detect if the arch is translated or not by Jiyong Park · 6 years ago
  44. 3e18b19 Improve android_app_import.dpi_variants handling. by Jaewoong Jung · 6 years ago
  45. 5c998b9 Add "provide_cpp_shared_libs/uses" props to "apex" by Jooyung Han · 6 years ago
  46. b1907ee Merge "Dist NOTICE outputs for app targets." by Jaewoong Jung · 6 years ago
  47. 9877279 Dist NOTICE outputs for app targets. by Jaewoong Jung · 6 years ago
  48. 630846d Add support for tests in APEX test modules. by Roland Levillain · 6 years ago
  49. 50c744e Merge changes from topic "apex_notice" by Jaewoong Jung · 6 years ago
  50. 14f5ff6 Embed NOTICE output as an APEX asset. by Jaewoong Jung · 6 years ago
  51. 5b425e2 Optionally embed NOTICE files in apks. by Jaewoong Jung · 6 years ago
  52. 643614d Make apexMutator parallel by Colin Cross · 6 years ago
  53. 42d3377 Merge changes If25be604,I0a310229,I44155630 by Treehugger Robot · 6 years ago
  54. dd651fa Fix a few missing dependencies in APEX building by Dan Willemsen · 6 years ago
  55. 5903762 Add GenerateAndroidBuildActions to DefaultsModuleBase by Colin Cross · 6 years ago
  56. 0ea8ba8 Consolidate baseContext, BaseContext, and BaseModuleContext by Colin Cross · 6 years ago
  57. 41955e8 Support tagged module references by Colin Cross · 6 years ago
  58. 3478bb2 Teach soong not to duplicate the HWASAN runtime into each APEX. by Peter Collingbourne · 6 years ago
  59. 1341942 Merge "Prebuilt APEXes are recoreded in apexkeys.txt" by Treehugger Robot · 6 years ago
  60. 4d27704 Prebuilt APEXes are recoreded in apexkeys.txt by Jiyong Park · 6 years ago
  61. 41eabe6 Support opt-in ABI checks by Logan Chien · 6 years ago
  62. 71b519d Set default target SDK version for APEX by Jiyong Park · 6 years ago
  63. 89ecd59 Make prebuilt_apex be usable via :modulename syntax by Nikita Ioffe · 6 years ago
  64. 7a41ebd Add filename property to prebuilt_apex by Nikita Ioffe · 6 years ago
  65. dd53e8b Add installable property for prebuilt_apex by Nikita Ioffe · 6 years ago
  66. cc0ce80 Fix package path of android/soong/android pctx by Colin Cross · 6 years ago
  67. c320e82 Key property is removed from prebuilt_apex by Jiyong Park · 6 years ago
  68. 42cca6c Always bundle the public key for APEX by Jiyong Park · 6 years ago
  69. c95714e Arch-specific source for prebuilt_apex by Jiyong Park · 6 years ago
  70. 939ebd5 Add prebuilt_apex. by Jaewoong Jung · 6 years ago
  71. 52818fc Notice support for APEX by Jiyong Park · 6 years ago
  72. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  73. 05e70dd Fix the symbol file paths for files in APEXes by Jiyong Park · 6 years ago
  74. bd13e44 respect relative_install_path for binaries in APEXes by Jiyong Park · 6 years ago
  75. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  76. 778127a Add support for including py_binary and *_go_binary in apexs by Alex Light · 6 years ago
  77. acb6db3 Revert "Add override_module." by Jaewoong Jung · 6 years ago
  78. aa65e17 Add override_module. by Jaewoong Jung · 6 years ago
  79. f4857cf Include symlinks in flattened apexs by Alex Light · 6 years ago
  80. 49ae3d9 Don't use stubs for host apexs by Alex Light · 6 years ago
  81. ac2bacd Install external deps of an APEX by Jiyong Park · 6 years ago
  82. 0ca3ce8 build apexkeys.txt by Jiyong Park · 6 years ago
  83. 809bb72 Add ":name" support for manifest and androidManifest properties in apex by Jiyong Park · 6 years ago
  84. f97782b Remove prefer_sanitize.* properties by Jiyong Park · 6 years ago
  85. f1801bc Ensure that make doesn't flatten zipapex files. by Alex Light · 6 years ago
  86. b2742fd APEX certificates can be overriden by PRODUCT_CERTIFICATE_OVERRIDES by Jiyong Park · 6 years ago
  87. 40e26a2 Allow each APEX to provide its own AndroidManifest by Jiyong Park · 6 years ago
  88. 2a2561f Always build zipapex's unflattened. by Alex Light · 6 years ago
  89. 235e67c Add prefer_sanitize.* properties to apex by Jiyong Park · 6 years ago
  90. 0851b88 Add support for test_apex by Alex Light · 6 years ago
  91. 30ca937 add apex_defaults by Jiyong Park · 6 years ago
  92. f98087f Don't remove non-installable apex deps from the system install by Alex Light · 6 years ago
  93. 41229f5 Fix: TARGET_FLATTEN_APEX=true does not install any files to /system/apex by Jiyong Park · 6 years ago
  94. 04480cf sh_binary can be included in APEX by Jiyong Park · 6 years ago
  95. 9442726 Don't emit make rules for APEX files for non-installable APEX by Jiyong Park · 6 years ago
  96. 23c52b0 :module syntax is supported for APEX even when TARGET_FLATTEN_APEX by Jiyong Park · 6 years ago
  97. b7c24df APEX respects relative_install_path by Jiyong Park · 6 years ago
  98. fc0bd7c Give a knob to have apex ignore system-lib special cases by Alex Light · 6 years ago
  99. 9670d33 Add limited target-specific configuration to apex. by Alex Light · 6 years ago
  100. 719b446 Reland "Symbols for libs in APEXes are available" by Jiyong Park · 6 years ago