1. 6f67daa Merge "Add overrides property to prebuilt_apex" by Jaewoong Jung · 6 years ago
  2. a0eb5a8 Merge "fix: APEX prebuilts are disabled in platform build" by Treehugger Robot · 6 years ago
  3. 22f7d18 Add overrides property to prebuilt_apex by Jaewoong Jung · 6 years ago
  4. ca8992e fix: APEX prebuilts are disabled in platform build by Jiyong Park · 6 years ago
  5. 2ca7a88 Merge "Make relative path for native_bridge binaries configurable" by Dimitry Ivanov · 6 years ago
  6. 8d6dde8 Make relative path for native_bridge binaries configurable by dimitry · 6 years ago
  7. e3ef3c8 Fix the unbundled mainline module build by Jiyong Park · 6 years ago
  8. 50b81e5 Don't use APEX prebuilts when asan is on by Jiyong Park · 6 years ago
  9. 2cb5288 Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to true by Jiyong Park · 6 years ago
  10. f378a85 Merge "Use ctx.Target().NativeBridge to detect if the arch is translated or not" by Treehugger Robot · 6 years ago
  11. 3af8661 Merge "Improve android_app_import.dpi_variants handling." by Jaewoong Jung · 6 years ago
  12. acbf6c7 Use ctx.Target().NativeBridge to detect if the arch is translated or not by Jiyong Park · 6 years ago
  13. 3e18b19 Improve android_app_import.dpi_variants handling. by Jaewoong Jung · 6 years ago
  14. 5c998b9 Add "provide_cpp_shared_libs/uses" props to "apex" by Jooyung Han · 6 years ago
  15. b1907ee Merge "Dist NOTICE outputs for app targets." by Jaewoong Jung · 6 years ago
  16. 9877279 Dist NOTICE outputs for app targets. by Jaewoong Jung · 6 years ago
  17. 630846d Add support for tests in APEX test modules. by Roland Levillain · 6 years ago
  18. 50c744e Merge changes from topic "apex_notice" by Jaewoong Jung · 6 years ago
  19. 14f5ff6 Embed NOTICE output as an APEX asset. by Jaewoong Jung · 6 years ago
  20. 5b425e2 Optionally embed NOTICE files in apks. by Jaewoong Jung · 6 years ago
  21. 643614d Make apexMutator parallel by Colin Cross · 6 years ago
  22. 42d3377 Merge changes If25be604,I0a310229,I44155630 by Treehugger Robot · 6 years ago
  23. dd651fa Fix a few missing dependencies in APEX building by Dan Willemsen · 6 years ago
  24. 5903762 Add GenerateAndroidBuildActions to DefaultsModuleBase by Colin Cross · 6 years ago
  25. 0ea8ba8 Consolidate baseContext, BaseContext, and BaseModuleContext by Colin Cross · 6 years ago
  26. 41955e8 Support tagged module references by Colin Cross · 6 years ago
  27. 3478bb2 Teach soong not to duplicate the HWASAN runtime into each APEX. by Peter Collingbourne · 6 years ago
  28. 1341942 Merge "Prebuilt APEXes are recoreded in apexkeys.txt" by Treehugger Robot · 6 years ago
  29. 4d27704 Prebuilt APEXes are recoreded in apexkeys.txt by Jiyong Park · 6 years ago
  30. 41eabe6 Support opt-in ABI checks by Logan Chien · 6 years ago
  31. 71b519d Set default target SDK version for APEX by Jiyong Park · 6 years ago
  32. 89ecd59 Make prebuilt_apex be usable via :modulename syntax by Nikita Ioffe · 6 years ago
  33. 7a41ebd Add filename property to prebuilt_apex by Nikita Ioffe · 6 years ago
  34. dd53e8b Add installable property for prebuilt_apex by Nikita Ioffe · 6 years ago
  35. cc0ce80 Fix package path of android/soong/android pctx by Colin Cross · 6 years ago
  36. c320e82 Key property is removed from prebuilt_apex by Jiyong Park · 6 years ago
  37. 42cca6c Always bundle the public key for APEX by Jiyong Park · 6 years ago
  38. c95714e Arch-specific source for prebuilt_apex by Jiyong Park · 6 years ago
  39. 939ebd5 Add prebuilt_apex. by Jaewoong Jung · 6 years ago
  40. 52818fc Notice support for APEX by Jiyong Park · 6 years ago
  41. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  42. 05e70dd Fix the symbol file paths for files in APEXes by Jiyong Park · 6 years ago
  43. bd13e44 respect relative_install_path for binaries in APEXes by Jiyong Park · 6 years ago
  44. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  45. 778127a Add support for including py_binary and *_go_binary in apexs by Alex Light · 6 years ago
  46. acb6db3 Revert "Add override_module." by Jaewoong Jung · 6 years ago
  47. aa65e17 Add override_module. by Jaewoong Jung · 6 years ago
  48. f4857cf Include symlinks in flattened apexs by Alex Light · 6 years ago
  49. 49ae3d9 Don't use stubs for host apexs by Alex Light · 6 years ago
  50. ac2bacd Install external deps of an APEX by Jiyong Park · 6 years ago
  51. 0ca3ce8 build apexkeys.txt by Jiyong Park · 6 years ago
  52. 809bb72 Add ":name" support for manifest and androidManifest properties in apex by Jiyong Park · 6 years ago
  53. f97782b Remove prefer_sanitize.* properties by Jiyong Park · 6 years ago
  54. f1801bc Ensure that make doesn't flatten zipapex files. by Alex Light · 6 years ago
  55. b2742fd APEX certificates can be overriden by PRODUCT_CERTIFICATE_OVERRIDES by Jiyong Park · 6 years ago
  56. 40e26a2 Allow each APEX to provide its own AndroidManifest by Jiyong Park · 6 years ago
  57. 2a2561f Always build zipapex's unflattened. by Alex Light · 6 years ago
  58. 235e67c Add prefer_sanitize.* properties to apex by Jiyong Park · 6 years ago
  59. 0851b88 Add support for test_apex by Alex Light · 6 years ago
  60. 30ca937 add apex_defaults by Jiyong Park · 6 years ago
  61. f98087f Don't remove non-installable apex deps from the system install by Alex Light · 6 years ago
  62. 41229f5 Fix: TARGET_FLATTEN_APEX=true does not install any files to /system/apex by Jiyong Park · 6 years ago
  63. 04480cf sh_binary can be included in APEX by Jiyong Park · 6 years ago
  64. 9442726 Don't emit make rules for APEX files for non-installable APEX by Jiyong Park · 6 years ago
  65. 23c52b0 :module syntax is supported for APEX even when TARGET_FLATTEN_APEX by Jiyong Park · 7 years ago
  66. b7c24df APEX respects relative_install_path by Jiyong Park · 7 years ago
  67. fc0bd7c Give a knob to have apex ignore system-lib special cases by Alex Light · 7 years ago
  68. 9670d33 Add limited target-specific configuration to apex. by Alex Light · 7 years ago
  69. 719b446 Reland "Symbols for libs in APEXes are available" by Jiyong Park · 7 years ago
  70. 3d67359 Add support for symlink_preferred_arch in apex by Alex Light · 7 years ago
  71. 388ef3f Create sanitizer variants of APEX only when SANITIZE_TARGET is set by Jiyong Park · 7 years ago
  72. 16df4e8 Only copy native binaries on native-bridge configs by Alex Light · 7 years ago
  73. 91b4e3e Disable all-assigned check in hiddenapi on master-art by David Brazdil · 7 years ago
  74. 087b541 Fix: APEX gets .jar.jar suffix when TARGET_FLATTEN_APEX is true by Jiyong Park · 7 years ago
  75. b9a1151 Enable arch variant properties in prebuilt_etc. by Jaewoong Jung · 7 years ago
  76. 379de2f APEXes can be sanitized by Jiyong Park · 7 years ago
  77. eaebd76 Revert "Symbols for libs in APEXes are available" by Michael Butler · 7 years ago
  78. 769e50b Symbols for libs in APEXes are available by Jiyong Park · 7 years ago
  79. 9335a26 APEXes can be signed with devkeys by Jiyong Park · 7 years ago
  80. d699cb9 apex manifest is always installed as apex_manifest.json by Jiyong Park · 7 years ago
  81. b078857 Rename non-stubs variant of a lib if it is included in APEX by Jiyong Park · 7 years ago
  82. 7f67f48 Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES by Jiyong Park · 7 years ago
  83. 805cbc3 Executables in APEXes have root:shell by Jiyong Park · 7 years ago
  84. 7c1dc61 Don't use vendor variant when BOARD_VNDK_VERSION is not set by Jiyong Park · 7 years ago
  85. 835d82b Bundle public keys with APEX by Jiyong Park · 7 years ago
  86. 189ff98 Set stem for uninstalled apex modules by Colin Cross · 7 years ago
  87. da6eb59 Add use_vendor to APEX module by Jiyong Park · 7 years ago
  88. 5a83202 Fix a nill pointer dereference when TARGET_FLATTEN_APEX by Jiyong Park · 7 years ago
  89. a889484 Fix: Flattend APEX is breaking build by Jiyong Park · 7 years ago
  90. 92c0f9c Add installable property to apex module type by Jiyong Park · 7 years ago
  91. 0ddfcd1 Don't create unnecessary APEX variations by Jiyong Park · 7 years ago
  92. 74e240b Output of an apex module type can be included in tests by Jiyong Park · 7 years ago
  93. 28d395a Fix: build error when a lib with stubs is included in an APEX by Jiyong Park · 7 years ago
  94. 7c2ee71 Fix: a module with sub_dir can't be placed in APEX by Jiyong Park · 7 years ago
  95. ee25072 Make apex.ApexBundleFactory public by Alex Light · 7 years ago
  96. 5098a61 Add zip-apex by Alex Light · 7 years ago
  97. 25fc6a9 Stubs variant is used when building for APEX by Jiyong Park · 7 years ago
  98. 328b077 Revert "Add resources.pb to the apex bundle" by Shahar Amitai · 7 years ago
  99. 4abb1dc Rename manifest and image files. by Dario Freni · 7 years ago
  100. 1ed0fc5 Add resources.pb to the apex bundle by Jiyong Park · 7 years ago