1. 42d3377 Merge changes If25be604,I0a310229,I44155630 by Treehugger Robot · 6 years ago
  2. dd651fa Fix a few missing dependencies in APEX building by Dan Willemsen · 6 years ago
  3. 5903762 Add GenerateAndroidBuildActions to DefaultsModuleBase by Colin Cross · 6 years ago
  4. 0ea8ba8 Consolidate baseContext, BaseContext, and BaseModuleContext by Colin Cross · 6 years ago
  5. b4c35f3 Merge "Support tagged module references" by Treehugger Robot · 6 years ago
  6. 41955e8 Support tagged module references by Colin Cross · 6 years ago
  7. e7fe991 Clean up no_libgcc by Yi Kong · 6 years ago
  8. 3478bb2 Teach soong not to duplicate the HWASAN runtime into each APEX. by Peter Collingbourne · 6 years ago
  9. acee27c Strip libgcc to only keep fallback symbols by Yi Kong · 6 years ago
  10. 1341942 Merge "Prebuilt APEXes are recoreded in apexkeys.txt" by Treehugger Robot · 6 years ago
  11. 4d27704 Prebuilt APEXes are recoreded in apexkeys.txt by Jiyong Park · 6 years ago
  12. 41eabe6 Support opt-in ABI checks by Logan Chien · 6 years ago
  13. 71b519d Set default target SDK version for APEX by Jiyong Park · 6 years ago
  14. f807167 Make apex_key HostAndDeviceDefault by dimitry · 6 years ago
  15. 412160e Stop using build/target -> build/make/target symlink by Dan Willemsen · 6 years ago
  16. 89ecd59 Make prebuilt_apex be usable via :modulename syntax by Nikita Ioffe · 6 years ago
  17. 7a41ebd Add filename property to prebuilt_apex by Nikita Ioffe · 6 years ago
  18. dd53e8b Add installable property for prebuilt_apex by Nikita Ioffe · 6 years ago
  19. cc0ce80 Fix package path of android/soong/android pctx by Colin Cross · 6 years ago
  20. c320e82 Key property is removed from prebuilt_apex by Jiyong Park · 6 years ago
  21. 42cca6c Always bundle the public key for APEX by Jiyong Park · 6 years ago
  22. c95714e Arch-specific source for prebuilt_apex by Jiyong Park · 6 years ago
  23. 939ebd5 Add prebuilt_apex. by Jaewoong Jung · 6 years ago
  24. 6788256 :module syntax support properties in apex_key by Jiyong Park · 6 years ago
  25. 52818fc Notice support for APEX by Jiyong Park · 6 years ago
  26. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  27. 05e70dd Fix the symbol file paths for files in APEXes by Jiyong Park · 6 years ago
  28. bd13e44 respect relative_install_path for binaries in APEXes by Jiyong Park · 6 years ago
  29. d1e293d product_specific support for apex_key by Jiyong Park · 6 years ago
  30. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  31. 778127a Add support for including py_binary and *_go_binary in apexs by Alex Light · 6 years ago
  32. acb6db3 Revert "Add override_module." by Jaewoong Jung · 6 years ago
  33. aa65e17 Add override_module. by Jaewoong Jung · 6 years ago
  34. f4857cf Include symlinks in flattened apexs by Alex Light · 6 years ago
  35. 49ae3d9 Don't use stubs for host apexs by Alex Light · 6 years ago
  36. 1455d47 Merge "Install external deps of an APEX" by Treehugger Robot · 6 years ago
  37. 37eb8bb Export make vars using MakeVars method by Jiyong Park · 6 years ago
  38. ac2bacd Install external deps of an APEX by Jiyong Park · 6 years ago
  39. 0ca3ce8 build apexkeys.txt by Jiyong Park · 6 years ago
  40. 809bb72 Add ":name" support for manifest and androidManifest properties in apex by Jiyong Park · 6 years ago
  41. f97782b Remove prefer_sanitize.* properties by Jiyong Park · 6 years ago
  42. f1801bc Ensure that make doesn't flatten zipapex files. by Alex Light · 6 years ago
  43. b2742fd APEX certificates can be overriden by PRODUCT_CERTIFICATE_OVERRIDES by Jiyong Park · 6 years ago
  44. 40e26a2 Allow each APEX to provide its own AndroidManifest by Jiyong Park · 6 years ago
  45. 2a2561f Always build zipapex's unflattened. by Alex Light · 6 years ago
  46. 235e67c Add prefer_sanitize.* properties to apex by Jiyong Park · 6 years ago
  47. 0851b88 Add support for test_apex by Alex Light · 6 years ago
  48. 30ca937 add apex_defaults by Jiyong Park · 6 years ago
  49. f98087f Don't remove non-installable apex deps from the system install by Alex Light · 6 years ago
  50. 41229f5 Fix: TARGET_FLATTEN_APEX=true does not install any files to /system/apex by Jiyong Park · 6 years ago
  51. 04480cf sh_binary can be included in APEX by Jiyong Park · 6 years ago
  52. 9442726 Don't emit make rules for APEX files for non-installable APEX by Jiyong Park · 6 years ago
  53. 23c52b0 :module syntax is supported for APEX even when TARGET_FLATTEN_APEX by Jiyong Park · 6 years ago
  54. b7c24df APEX respects relative_install_path by Jiyong Park · 6 years ago
  55. 5f692ec Remove empty DepsMutator methods by Colin Cross · 6 years ago
  56. df819e6 Merge changes from topic "libc-bionic" by Treehugger Robot · 6 years ago
  57. 5e2e3ef Expand Jiyong's apex OWNERship by Dan Willemsen · 6 years ago
  58. fc0bd7c Give a knob to have apex ignore system-lib special cases by Alex Light · 6 years ago
  59. 9670d33 Add limited target-specific configuration to apex. by Alex Light · 6 years ago
  60. 719b446 Reland "Symbols for libs in APEXes are available" by Jiyong Park · 6 years ago
  61. 3d67359 Add support for symlink_preferred_arch in apex by Alex Light · 6 years ago
  62. 62f6fcb Merge "Create sanitizer variants of APEX only when SANITIZE_TARGET is set" by Treehugger Robot · 6 years ago
  63. 7e636d0 stubs lib can export headers lib by Jiyong Park · 6 years ago
  64. 388ef3f Create sanitizer variants of APEX only when SANITIZE_TARGET is set by Jiyong Park · 6 years ago
  65. 58e364a Add __ANDROID_APEX__ by Jiyong Park · 6 years ago
  66. 16df4e8 Only copy native binaries on native-bridge configs by Alex Light · 6 years ago
  67. 91b4e3e Disable all-assigned check in hiddenapi on master-art by David Brazdil · 6 years ago
  68. 087b541 Fix: APEX gets .jar.jar suffix when TARGET_FLATTEN_APEX is true by Jiyong Park · 6 years ago
  69. b9a1151 Enable arch variant properties in prebuilt_etc. by Jaewoong Jung · 6 years ago
  70. 379de2f APEXes can be sanitized by Jiyong Park · 6 years ago
  71. eaebd76 Revert "Symbols for libs in APEXes are available" by Michael Butler · 6 years ago
  72. 769e50b Symbols for libs in APEXes are available by Jiyong Park · 6 years ago
  73. 9335a26 APEXes can be signed with devkeys by Jiyong Park · 6 years ago
  74. d699cb9 apex manifest is always installed as apex_manifest.json by Jiyong Park · 6 years ago
  75. b078857 Rename non-stubs variant of a lib if it is included in APEX by Jiyong Park · 6 years ago
  76. 7f67f48 Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES by Jiyong Park · 6 years ago
  77. 805cbc3 Executables in APEXes have root:shell by Jiyong Park · 6 years ago
  78. 7c1dc61 Don't use vendor variant when BOARD_VNDK_VERSION is not set by Jiyong Park · 6 years ago
  79. 3aeedc9 Do not add _platform suffix to non-apex variation by Logan Chien · 6 years ago
  80. 67883b3 Fix: stubs lib is installed in APEX by Jiyong Park · 6 years ago
  81. 835d82b Bundle public keys with APEX by Jiyong Park · 6 years ago
  82. 50d9920 Add installable property to apex_key by Jiyong Park · 6 years ago
  83. 189ff98 Set stem for uninstalled apex modules by Colin Cross · 6 years ago
  84. 16e91a0 Fix: static dependency across an APEX is lost by Jiyong Park · 6 years ago
  85. da6eb59 Add use_vendor to APEX module by Jiyong Park · 6 years ago
  86. 5a83202 Fix a nill pointer dereference when TARGET_FLATTEN_APEX by Jiyong Park · 6 years ago
  87. a889484 Fix: Flattend APEX is breaking build by Jiyong Park · 6 years ago
  88. 8cc51b5 Merge changes Idb2b552b,I190bca35 by Treehugger Robot · 6 years ago
  89. ace2be4 Merge "Add installable property to apex module type" by Treehugger Robot · 6 years ago
  90. 3fd0baf When a stub is built for APEX, it is generated with --apex by Jiyong Park · 6 years ago
  91. 6437995 Remove -include <file> when compiling stubs. by Jiyong Park · 6 years ago
  92. 92c0f9c Add installable property to apex module type by Jiyong Park · 6 years ago
  93. 0ddfcd1 Don't create unnecessary APEX variations by Jiyong Park · 6 years ago
  94. 74e240b Output of an apex module type can be included in tests by Jiyong Park · 6 years ago
  95. 28d395a Fix: build error when a lib with stubs is included in an APEX by Jiyong Park · 6 years ago
  96. 7c2ee71 Fix: a module with sub_dir can't be placed in APEX by Jiyong Park · 6 years ago
  97. ee25072 Make apex.ApexBundleFactory public by Alex Light · 6 years ago
  98. 5098a61 Add zip-apex by Alex Light · 6 years ago
  99. 25fc6a9 Stubs variant is used when building for APEX by Jiyong Park · 6 years ago
  100. 328b077 Revert "Add resources.pb to the apex bundle" by Shahar Amitai · 6 years ago