1. 4ac4231 Add LOCAL_COPY_TO_INTERMEDIATE_LIBRARIES. by Dan Albert · 8 years ago
  2. 4598fbc Allow prebuilts to specify mini-debug-info by Dan Willemsen · 8 years ago
  3. 62dfb59 Extend SDK link check to java libraries by Dan Willemsen · 9 years ago
  4. 5d934c7 Support LOCAL_STRIP_MODULE := keep_symbols for prebuilts by Colin Cross · 9 years ago
  5. b097fbe Check that NDK-built modules only link to NDK-built modules by Dan Willemsen · 9 years ago
  6. 7fe992c Add NATIVE_TESTS class, move host native tests by Dan Willemsen · 9 years ago
  7. 641e61c Make apks depend on their certificates by Shinichiro Hamaji · 9 years ago
  8. 4eaeef8 Add jack's argument files to prerequisites by Shinichiro Hamaji · 9 years ago
  9. 8586573 Remove support of disabling Jack. by Ying Wang · 9 years ago
  10. fbc5b9f Rebuild odex files in PDK fusion build. by Ying Wang · 9 years ago
  11. c6383d6 Inform Jack of the min sdk by Yohann Roussel · 9 years ago
  12. 962282b Revert "Inform Jack of the min sdk" by Yohann Roussel · 9 years ago
  13. 9445158 Inform Jack of the min sdk by Yohann Roussel · 9 years ago
  14. 6efe88b Support arch specific variants of LOCAL_STRIP_MODULE/LOCAL_PACK_MODULE_RELOCATIONS by Ying Wang · 9 years ago
  15. 08420cb Ensure prebuilt executables are executable by Dan Willemsen · 9 years ago
  16. 479311b Remove LOCAL_ACP_UNAVAILABLE by Dan Willemsen · 9 years ago
  17. 7f01615 Remove unused dependencies on $(ACP) by Dan Willemsen · 9 years ago
  18. 1c6dc5b Remove USE_NINJA=false by Dan Willemsen · 9 years ago
  19. 86e74b9 Make sure my_src_jar is set up properly for host prebuilt jar by Ying Wang · 9 years ago
  20. 91d20b0 Merge "Remove usages of jill.jar, use jack instead" by Sebastien Hertz · 9 years ago
  21. 2cfd1d1 Sign APKs using SHA-256 instead of SHA-1 when possible. by Alex Klyubin · 9 years ago
  22. ccfa5c6 Remove usages of jill.jar, use jack instead by Yohann Roussel · 9 years ago
  23. 5709bd5 Fix typo by Dan Willemsen · 9 years ago
  24. 3bb168f Order objects based on LOCAL_SRC_FILES and LOCAL_GENERATED_SOURCES by Dan Willemsen · 9 years ago
  25. a80a808 Revert "Sign APKs using SHA-256 instead of SHA-1 when possible." by Alex Klyubin · 9 years ago
  26. 74df828 Sign APKs using SHA-256 instead of SHA-1 when possible. by Alex Klyubin · 9 years ago
  27. 1429d5e Revert "Sign APKs using SHA-256 instead of SHA-1 when possible." by Alex Klyubin · 9 years ago
  28. de5bc04 Sign APKs using SHA-256 instead of SHA-1 when possible. by Alex Klyubin · 9 years ago
  29. 4a01711 Merge "Always start jack server before first call to jack" by Yohann Roussel · 9 years ago
  30. f972a4a Reduce unnecessary rebuilds of .dex files with restat=1 by Shinichiro Hamaji · 9 years ago
  31. 9214a26 Always start jack server before first call to jack by Yohann Roussel · 9 years ago
  32. 5b826ac Do not run zipalign when building APK (except prebuilts). by Alex Klyubin · 9 years ago
  33. 89b255a Use .KATI_RESTAT to reduce unnecessary rebuilds of .jar files by Shinichiro Hamaji · 9 years ago
  34. 2ff3ad9 Merge "Revert "Use .KATI_RESTAT to reduce unnecessary rebuilds of .jar files"" by Shinichiro Hamaji · 9 years ago
  35. 3ae7f66 Revert "Use .KATI_RESTAT to reduce unnecessary rebuilds of .jar files" by Shinichiro Hamaji · 9 years ago
  36. c9a1b27 Merge "Use .KATI_RESTAT to reduce unnecessary rebuilds of .jar files" by Shinichiro Hamaji · 9 years ago
  37. c1f5d9c Use .KATI_RESTAT to reduce unnecessary rebuilds of .jar files by Shinichiro Hamaji · 9 years ago
  38. d6f3892 Support LOCAL_ACP_UNAVAILABLE for prebuilts by Colin Cross · 9 years ago
  39. 52831d1 Allow globally disabling the relocation packer. by Dan Albert · 9 years ago
  40. b2c5558 Clean call-jack and its callers by Yohann Roussel · 10 years ago
  41. 7ee3b85 resolved conflicts for 953981db to stage-aosp-master by Colin Cross · 9 years ago
  42. a4447e8 Don't add dependencies on Makefiles when using ninja by Colin Cross · 9 years ago
  43. 226eb92 Uncompress .so files before signing the apk. by Ying Wang · 10 years ago
  44. 1fb0152 Don't extract jni from prebuilt apks. by Ying Wang · 10 years ago
  45. f09e59e [DO NOT MERGE] Compile using Jack. by Yohann Roussel · 10 years ago
  46. 97dfa31 Revert "Don't extract jni from prebuilt apks." by Ying Wang · 10 years ago
  47. 3797466 Don't extract jni from prebuilt apks. by Ying Wang · 10 years ago
  48. ffe376b Fix jack transformation on prebuilt AAR. by Ying Wang · 10 years ago
  49. 155d7cc am 7347196a: am df7afb47: am 3b023915: am 4fa4e4be: Merge "Do not pack relocations for prebuilts by default" by Dmitriy Ivanov · 10 years ago
  50. 64762c3 Do not pack relocations for prebuilts by default by Dmitriy Ivanov · 10 years ago
  51. e128152 am ebe3f7a5: am 700265ce: am 69b20474: Merge "Support LOCAL_PAGE_ALIGN_JNI_SHARED_LIBRARIES for prebuilt APKs" by Nick Kralevich · 10 years ago
  52. 5aa0223 Support LOCAL_PAGE_ALIGN_JNI_SHARED_LIBRARIES for prebuilt APKs by Nick Kralevich · 10 years ago
  53. 87a21c8 resolved conflicts for merge of eec386a4 to master by Ying Wang · 10 years ago
  54. dff3755 Move package signing after file stripping by Kenny Root · 10 years ago
  55. 77cbe10 Use Jack launcher by Yohann Roussel · 10 years ago
  56. aaf9a5b Remove ancient ranlib workaround on Mac OS X. by Ying Wang · 10 years ago
  57. 4972d19 Remove ancient ranlib workaround on Mac OS X. by Ying Wang · 10 years ago
  58. c1729f3 Strip prebuilt shared library by default. by Ying Wang · 10 years ago
  59. 801f2c4 Allow to pass arguments to Jill by Yohann Roussel · 10 years ago
  60. 7a9e388 am 738871f6: am e886392c: am 37a44faa: Merge "Store native libs aligned to PAGE_SIZE" by Narayan Kamath · 10 years ago
  61. e886392 am 37a44faa: Merge "Store native libs aligned to PAGE_SIZE" by Narayan Kamath · 10 years ago
  62. 13e5965 Store native libs aligned to PAGE_SIZE by Dmitriy Ivanov · 10 years ago
  63. 1d58de3 Merge "Adapt to Jack and Jill Brest release" by Yohann Roussel · 10 years ago
  64. 43ad7b9 am b283ef2c: am 18eee18e: am 60686586: Add product variable PRODUCT_AAPT_PREBUILT_DPI by Ying Wang · 10 years ago
  65. b283ef2 am 18eee18e: am 60686586: Add product variable PRODUCT_AAPT_PREBUILT_DPI by Ying Wang · 10 years ago
  66. 18eee18 am 60686586: Add product variable PRODUCT_AAPT_PREBUILT_DPI by Ying Wang · 10 years ago
  67. 6068658 Add product variable PRODUCT_AAPT_PREBUILT_DPI by Ying Wang · 10 years ago
  68. 22c3fa6 Adapt to Jack and Jill Brest release by Yohann Roussel · 10 years ago
  69. b4c49cb Compile using Jack. by Yohann Roussel · 10 years ago
  70. f9c93d7 am 0217e3b2: resolved conflicts for merge of a4f415d6 to lmp-mr1-dev-plus-aosp by Ying Wang · 10 years ago
  71. 0217e3b resolved conflicts for merge of a4f415d6 to lmp-mr1-dev-plus-aosp by Ying Wang · 10 years ago
  72. a4f415d am ea4dfb75: Merge "Support prebuilt apk source selection based on PRODUCT_AAPT_PREF_CONFIG" into lmp-mr1-dev by Ying Wang · 10 years ago
  73. 43f7a32 Support prebuilt apk source selection based on PRODUCT_AAPT_PREF_CONFIG by Ying Wang · 10 years ago
  74. 6da2099 am 5245bc8b: am 201f6b3e: Merge "Make modules depend on their makefile." by Dan Albert · 10 years ago
  75. 5245bc8 am 201f6b3e: Merge "Make modules depend on their makefile." by Dan Albert · 10 years ago
  76. 954b5bd Make modules depend on their makefile. by Dan Albert · 10 years ago
  77. f4053c7 am 007026f0: am 3fe170c5: Merge "Add support for prebuilt AARs." into lmp-mr1-ub-dev by Ying Wang · 10 years ago
  78. 007026f am 3fe170c5: Merge "Add support for prebuilt AARs." into lmp-mr1-ub-dev by Ying Wang · 10 years ago
  79. 0a5105b am e4cbc2af: Merge "Revert "Add support for prebuilt AARs."" into lmp-mr1-ub-dev by Nick Kralevich · 10 years ago
  80. e9dd9f2 Add support for prebuilt AARs. by Ying Wang · 10 years ago
  81. 36fd476 Revert "Add support for prebuilt AARs." by Nick Kralevich · 10 years ago
  82. bcf8683 Revert "Add support for prebuilt AARs." by Nick Kralevich · 10 years ago
  83. df95d8c am 4ef8133a: am f5672925: Add support for prebuilt AARs. by Ying Wang · 10 years ago
  84. 4ef8133 am f5672925: Add support for prebuilt AARs. by Ying Wang · 10 years ago
  85. f567292 Add support for prebuilt AARs. by Ying Wang · 10 years ago
  86. 230afab am e4e50f9b: am 8330c4c5: Merge "Apply LOCAL_CXX_STL to also prebuilts." by Ying Wang · 10 years ago
  87. 4019305 am e4e50f9b: am 8330c4c5: Merge "Apply LOCAL_CXX_STL to also prebuilts." by Ying Wang · 10 years ago
  88. 75e8fcb Apply LOCAL_CXX_STL to also prebuilts. by Ying Wang · 10 years ago
  89. 7c87739 Apply LOCAL_CXX_STL to also prebuilts. by Ying Wang · 10 years ago
  90. 2e3a71e am eb304c0d: am 0f85ebab: am 5e0dbe0c: Conditionally skip dex-preopting prebuilts. by Andreas Gampe · 10 years ago
  91. 5e0dbe0 Conditionally skip dex-preopting prebuilts. by Andreas Gampe · 10 years ago
  92. bfb52a2 Strip prebuilt shared library by default. by Ying Wang · 10 years ago
  93. 00fe587 Support to install prebuilt split APKs with LOCAL_PACKAGE_SPLITS by Ying Wang · 10 years ago
  94. af9757e New installation path for apks and their JNIs. by Ying Wang · 10 years ago
  95. 58f8cf7 am 904446ce: am 1a3d260f: am e69d4350: Merge "Support to add JNI of both archs in multilib build." by Ying Wang · 11 years ago
  96. 8e20ef6 Support to add JNI of both archs in multilib build. by Ying Wang · 11 years ago
  97. 01c4f46 am dceddd91: am 79b46720: am 02f98a26: Merge "Fix loophole in module expansion." by Ying Wang · 11 years ago
  98. e1b867d Fix loophole in module expansion. by Ying Wang · 11 years ago
  99. 78ae0ad am 913e0317: am a72e6f80: am 8a3f514d: Merge "Split the rules to build the odex file" by Ying Wang · 11 years ago
  100. 36142f6 Split the rules to build the odex file by Ying Wang · 11 years ago