1. 2902d45 Add support for prebuilt AARs. by Ying Wang · 10 years ago
  2. ba19802 am 0ab5cc6b: am 99332f11: Allow for opt-in of proguard shrinking of tests with new flag by Mark Renouf · 10 years ago
  3. 99332f1 Allow for opt-in of proguard shrinking of tests with new flag by Mark Renouf · 10 years ago
  4. efb9358 Support "LOCAL_SDK_VERSION := system_current" by Ying Wang · 10 years ago
  5. 4c4aa99 Support more precise package exclusion from JAR files. by Jeff Brown · 10 years ago
  6. 623d706 Fix the path for findbugs. by Yuncheol Heo · 10 years ago
  7. a87489b am 74b71317: am 2d72094f: am 960d919e: resolved conflicts for merge of 4df82b3e to klp-dev-plus-aosp by Ying Wang · 10 years ago
  8. 960d919 resolved conflicts for merge of 4df82b3e to klp-dev-plus-aosp by Ying Wang · 10 years ago
  9. 4df82b3 Allow proguarding the main app and the test app in a single run. by Mihail Dumitrescu · 10 years ago
  10. 057375d am 03a06f41: am 9507a0fd: am 82c59aef: am 71e8a22e: Merge "Add DEXPREOPT support for ART" by Ying Wang · 11 years ago
  11. ced4bff Add DEXPREOPT support for ART by Brian Carlstrom · 11 years ago
  12. 4e12f54 Add FORCE_BUILD_RS_COMPAT option. by Stephen Hines · 11 years ago
  13. c54e81c Add FORCE_BUILD_RS_COMPAT option. by Stephen Hines · 11 years ago
  14. 3057adb Drop the [no]proguard. prefix for the intermediate targets by Ying Wang · 11 years ago
  15. 7b7929a Drop the [no]proguard. prefix for the intermediate targets by Ying Wang · 11 years ago
  16. 18c5126 am 54e81f54: am 37b82aac: Skip compiling Java if an apk has no Java code. by Ying Wang · 11 years ago
  17. 37b82aa Skip compiling Java if an apk has no Java code. by Ying Wang · 11 years ago
  18. 664a236 resolved conflicts for merge of 9915650b to master by Ying Wang · 11 years ago
  19. 53efca6 am 161aa74d: am 576e0146: Make it a fatal error if no source files for Java module. by Ying Wang · 11 years ago
  20. 990cf5e Better handle of need_compile_java. by Ying Wang · 11 years ago
  21. 576e014 Make it a fatal error if no source files for Java module. by Ying Wang · 11 years ago
  22. e260b24 am 670a7a63: am c5b72527: am ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optimization. by Ying Wang · 11 years ago
  23. c5b7252 am ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optimization. by Ying Wang · 11 years ago
  24. 7311a34 Make it easier to enable obfuscation and optimization. by Ying Wang · 11 years ago
  25. 400c48c Merge "Support dx generating multiple dex files." by Yohann Roussel · 11 years ago
  26. 8ffe9c3 Support dx generating multiple dex files. by Yohann Roussel · 11 years ago
  27. a3b7593 Support to optionally run rmtypedefs. by Ying Wang · 11 years ago
  28. c73018c Fix typo from previous change to fix the build by Mike Lockwood · 11 years ago
  29. 6e5d867 Add support for overriding default Java libraries on a per-target basis by Mike Lockwood · 11 years ago
  30. ae859f9 Split framework jar. by Jeff Brown · 11 years ago
  31. d919c7a Add proper deps for jarjar rules files. by Torne (Richard Coles) · 11 years ago
  32. 5745351 Split out proguard_basic_keeps.flags by Ying Wang · 11 years ago
  33. 8e0567a Don't build librs.*.so in bundled branches since we'll use native RS. by Tim Murray · 11 years ago
  34. bde274e Add a "nano" option to LOCAL_PROTOC_OPTIMIZE_TYPE. by Ulas Kirazci · 11 years ago
  35. 8db4cce Link RS compatibility files with libc and make bcc_compat a regular dep. by Stephen Hines · 11 years ago
  36. 1a6f09a Add support for multiple architectures with RS compat lib. by Tim Murray · 11 years ago
  37. 9ac9b53 Reduce RS build verbosity. by Stephen Hines · 11 years ago
  38. 370fa67 Build rs_compatibility_jni_libs into product-specific dir by Ying Wang · 11 years ago
  39. 9c3aa05 Order-only deps on LOCAL_C/CXX and BCC_COMPAT by Ying Wang · 11 years ago
  40. d1f4e18 Fix duplicate build rule warning. by Stephen Hines · 11 years ago
  41. ec02b4f Switch to librs.FOO.so instead of libFOO.so to prevent collisions. by Stephen Hines · 11 years ago
  42. 4cc7014 Merge "Remove dependency on libcompiler_rt.so for RS compatibility." by Stephen Hines · 11 years ago
  43. 4404433 Remove dependency on libcompiler_rt.so for RS compatibility. by Stephen Hines · 11 years ago
  44. 8392284 Disable LOCAL_RENDERSCRIPT_COMPATIBILITY for non-arm builds by Ying Wang · 11 years ago
  45. 6adffc1 Remove libcompiler_rt.so dependency for RS compat lib. by Stephen Hines · 11 years ago
  46. 7b3c71d Add libcompiler_rt.so as a JNI dependency for RS compatibility. by Stephen Hines · 11 years ago
  47. 90a94b4 Build RS compatibility library apps with libcompiler_rt.so too. by Stephen Hines · 11 years ago
  48. c8dfc16 Fix libcompiler-rt. Use the official name libcompiler_rt. by Shih-wei Liao · 11 years ago
  49. 3b0fa10 Copy RS compatibility libraries to /system/lib/ for bundled builds. by Stephen Hines · 11 years ago
  50. 99b060f Attempt #2: libclcore.bc comes from prebuilts/sdk for unbundled projects. by Tim Murray · 11 years ago
  51. 1d977e3 Refactor calculation LOCAL_CHECKED_MODULE by Ying Wang · 11 years ago
  52. ef1a961 Revert "Refactor calculation LOCAL_CHECKED_MODULE" by Ying Wang · 11 years ago
  53. ba99e69 Refactor calculation LOCAL_CHECKED_MODULE by Ying Wang · 11 years ago
  54. 8f199b0 Revert "libclcore.bc comes from prebuilts/sdk for unbundled projects." by Stephen Hines · 11 years ago
  55. ba6a7e1 libclcore.bc comes from prebuilts/sdk for unbundled projects. by Stephen Hines · 11 years ago
  56. 9541f58 Build RS compatibility objects with libcompiler-rt.a. by Stephen Hines · 11 years ago
  57. 2ce71aa Add new LOCAL_PROGUARD_ENABLED option "nosystem" by Ying Wang · 11 years ago
  58. f692513 Clean up libRSSupport.so and libclcore.bc dependencies. by Stephen Hines · 12 years ago
  59. e719f28 Build rules for Renderscript compatibility library. by Stephen Hines · 12 years ago
  60. 7aff0a7 am 0cf8969b: am 2e5d317c: make packages respect LOCAL_ADDITIONAL_DEPENDENCIES by Joe Onorato · 12 years ago
  61. 537ea6b resolved conflicts for merge of 50462d67 to master by Joe Onorato · 12 years ago
  62. 2e5d317 make packages respect LOCAL_ADDITIONAL_DEPENDENCIES by Joe Onorato · 12 years ago
  63. 8858d2a Add a tool to let you enforce layering between packages in a java module. by Joe Onorato · 13 years ago
  64. 057eba0 Use PRIVATE_WARNINGS_ENABLE by Ying Wang · 12 years ago
  65. 0eccce9 Add a tool to let you enforce layering between packages in a java module. by Joe Onorato · 13 years ago
  66. daf2ca5 am d2637573: resolved conflicts for merge of ed38fe6f to jb-mr1-dev-plus-aosp by Stephen Hines · 12 years ago
  67. 0ab6e3e Add support for building Filterscript files. by Stephen Hines · 12 years ago
  68. 6a68e77 Support LOCAL_ADDITIONAL_DEPENDENCIES for java by Brian Carlstrom · 12 years ago
  69. 3a6f758 Add LOCAL_DONT_DELETE_JAR_META_INF by Ying Wang · 12 years ago
  70. 2455929 Keep the emma classes if emma is enabled. by Ying Wang · 12 years ago
  71. af4800c Support EMMA_INSTRUMENT in both full and unbundled builds. by Ying Wang · 12 years ago
  72. 79f68bc Use new flag for emma instrumented build and limit to apps only by Guang Zhu · 12 years ago
  73. 28437aa Add LOCAL_SOURCE_FILES_ALL_GENERATED support by Ying Wang · 12 years ago
  74. efe02ce add TARGET_BUILD_JAVA_SUPPORT_LEVEL to allow checking if java build is OK in PDK by Keun young Park · 12 years ago
  75. 816b9fd enable PDK to use platform JAVA API by Keun young Park · 12 years ago
  76. 0ec188f Support to build against prebuilt current SDK in unbundled branch by Ying Wang · 12 years ago
  77. ebb351e enable Java build for PDK build by Keun young Park · 12 years ago
  78. b9566c0 Revert "enable Java build for PDK build - Highest LOCAL_SDK_VERSION forced for package build / java library build - uses prebuilt tools for PDK" by Keun young Park · 12 years ago
  79. 9283168 enable Java build for PDK build by Keun young Park · 12 years ago
  80. 3f45b3c Support to run DroidDoc in unbundled builds. by Ying Wang · 12 years ago
  81. 0b7d3d6 Moving libRS by Alex Sakhartchouk · 12 years ago
  82. fe97fe9 Multi-Project Commit: Move of filterfw out of system/media (3 of 7) by Marius Renn · 12 years ago
  83. 5a4eb5f Update llvm-rs-cc build to use unified headers in all cases. by Stephen Hines · 12 years ago
  84. 5758b8e Remove the R/Manifest classes when building the static Java library by Ying Wang · 13 years ago
  85. e109a1d Allow to build Java module from mere static Java libraries. by Ying Wang · 13 years ago
  86. 914f7a2 Enable -Wall/-Werror with LOCAL_RENDERSCRIPT_FLAGS. by Stephen Hines · 13 years ago
  87. d62de0f Merge "Provide LOCAL_RENDERSCRIPT_TARGET_API override." by Ying Wang · 13 years ago
  88. a941d13 Provide LOCAL_RENDERSCRIPT_TARGET_API override. by Stephen Hines · 13 years ago
  89. 76a7d82 Add filterfw.jar to standard list of java libraries to include. by Eino-Ville Talvala · 13 years ago
  90. 6e41a74 Merge "Provide mechanism to override llvm-rs-cc headers." by Ying Wang · 13 years ago
  91. d4136c0 Provide mechanism to override llvm-rs-cc headers. by Stephen Hines · 13 years ago
  92. ca94f35 Removing target-api option from build. by jeffhao · 13 years ago
  93. c963eae Update build to properly use prebuilt llvm-rs-cc. by Stephen Hines · 13 years ago
  94. 4387dc3 am 823f6389: am 3487736b: am 7d83ef8f: Support custom RenderScript compiler by Ying Wang · 13 years ago
  95. 7d83ef8 Support custom RenderScript compiler by Ying Wang · 13 years ago
  96. 9681379 Use manifest minSdkVersion as "--target-api" in LOCAL_DX_FLAGS by Ying Wang · 13 years ago
  97. fcf00d5 Support to build renderscript in unbundled apps. by Ying Wang · 13 years ago
  98. 84ed6fa Disable "-t" for acp. by Ying Wang · 13 years ago
  99. 85aa5de Add external/clang/lib/Headers as llvm-rs-cc's system header search path by Ying Wang · 13 years ago
  100. 16e2f98 Fix a spelling error. by Ficus Kirkpatrick · 14 years ago