1. 8dc8faa Add option to fail when Android.mk files change PRODUCT_* variables. by Joe Onorato · 14 years ago
  2. 4074f23 Warn when new modules are found that use user tags by Jean-Baptiste Queru · 14 years ago
  3. 54b634d am a79db6e4: am 3dae0ee4: Fix inherited dependency when instrmentation. by Ying Wang · 14 years ago
  4. a79db6e am 3dae0ee4: Fix inherited dependency when instrmentation. by Ying Wang · 14 years ago
  5. 3dae0ee Fix inherited dependency when instrmentation. by Ying Wang · 14 years ago
  6. 5128027 Now slang supports "-I" options. by Ying Wang · 14 years ago
  7. ebfddaa Now slang supports multiple rs files in a single run. by Ying Wang · 14 years ago
  8. 8720851 am 85581a1b: merge from open-source master by The Android Open Source Project · 14 years ago
  9. 85581a1 merge from open-source master by The Android Open Source Project · 14 years ago
  10. 7adbf97 Allow explicit warnings for projects by Jeffrey Chyan · 15 years ago
  11. 0bd59a0 Build system support for RenderScript by Ying Wang · 14 years ago
  12. aabbc07 am 90cf34c7: am f0f60cdd: resolved conflicts for merge of 1a08100f to gingerbread by Ying Wang · 14 years ago
  13. 90cf34c am f0f60cdd: resolved conflicts for merge of 1a08100f to gingerbread by Ying Wang · 14 years ago
  14. f0f60cd resolved conflicts for merge of 1a08100f to gingerbread by Ying Wang · 14 years ago
  15. 1a08100 Support to build native libraries with prebuilt NDK by Ying Wang · 14 years ago
  16. 4be5c39 am 0fd96df4: merge from open-source master by The Android Open Source Project · 15 years ago
  17. 0fd96df merge from open-source master by The Android Open Source Project · 15 years ago
  18. 45ac434 Refactor Stripper. Allow a stripper other than SOSLIM to be specified by Bruce Beare · 15 years ago
  19. 8f5069b resolved conflicts for merge of 822fa972 to master by Ying Wang · 15 years ago
  20. dd2c215 am 0af605f3: Merge "Allow to override --version-code and --version-name in LOCAL_AAPT_FLAGS" into froyo by Ying Wang · 15 years ago
  21. 1ae607a Allow to override --version-code and --version-name in LOCAL_AAPT_FLAGS by Ying Wang · 15 years ago
  22. a0ab29b Add LOCAL_JNI_SHARED_LIBRARIES_ABI build variable. by Jack Palevich · 15 years ago
  23. 63f7dad am 4873beb5: am a943634a: Merge "improvement for emma filter option" into gingerbread by Guang Zhu · 15 years ago
  24. 9cd3d8c improvement for emma filter option by Guang Zhu · 15 years ago
  25. 12a77ba am 2e684553: am eee01787: am e8ffa149: am ba16a89d: Override LOCAL_CERTIFICATE in inherit-package. by Ying Wang · 15 years ago
  26. eee0178 am e8ffa149: am ba16a89d: Override LOCAL_CERTIFICATE in inherit-package. by Ying Wang · 15 years ago
  27. e8ffa14 am ba16a89d: Override LOCAL_CERTIFICATE in inherit-package. by Ying Wang · 15 years ago
  28. ba16a89 Override LOCAL_CERTIFICATE in inherit-package. by Ying Wang · 15 years ago
  29. e4b24eb Fix "argument list too long" by Ying Wang · 15 years ago
  30. 18b7556 Squashed commit of the following (DO NOT MERGE): by Guang Zhu · 15 years ago
  31. 2373361 am 63cac277: am f48c3ac3: am f7c63421: merge from open-source master by The Android Open Source Project · 15 years ago
  32. f48c3ac am f7c63421: merge from open-source master by The Android Open Source Project · 15 years ago
  33. f7c6342 merge from open-source master by The Android Open Source Project · 15 years ago
  34. 0e27dff Quiet the build a little more. by Patrick Scott · 15 years ago
  35. 5b9f19e Replace arm with proper variable for CPU/ABI by Bruce Beare · 15 years ago
  36. 6c6ab0a am 80d38729: am 9ca21644: build: Fix including WHOLE_STATIC_LIBRARIES in static libraries by Colin Cross · 15 years ago
  37. 9ca2164 build: Fix including WHOLE_STATIC_LIBRARIES in static libraries by Colin Cross · 15 years ago
  38. 72c941a Moving junit out of core.jar and into core-junit.jar. by Jesse Wilson · 15 years ago
  39. 3533eca Add build number to apks by appending it to versionName. by Ying Wang · 15 years ago
  40. 155afe3 enhancement for building app with emma code coverage by Guang Zhu · 15 years ago
  41. 8c25482 Support to override instr target package in inherit-package by Ying Wang · 15 years ago
  42. c61d593 Don't force localization for package tagged as tests. by Ying Wang · 15 years ago
  43. abfbbe2 allow EventLog tag numbers to be auto-assigned by Doug Zongker · 15 years ago
  44. 3b2bdf1 Fix and enable proguard on packages. by Ying Wang · 15 years ago
  45. 9825256 Put private includes before system includes. by Patrick Scott · 15 years ago
  46. bb67d21 Get LOCAL_MANIFEST_PACKAGE_NAME working. by Jeff Hamilton · 15 years ago
  47. f184a0f Add support for LOCAL_JAVACFLAGS by Brian Carlstrom · 15 years ago
  48. 899e62a Add an inherit-package macro to the build system. by Joe Onorato · 15 years ago
  49. 1483360 add UnmountAll function to OTA script; support radio images w/path by Doug Zongker · 15 years ago
  50. a89c990 Add all-logtags-files-under macro by Bjorn Bringert · 15 years ago
  51. 75127b7 Remove special-handling of the restricted tag. by Jean-Baptiste Queru · 15 years ago
  52. 0a3cfdc Add all-html-files-under by Jean-Baptiste Queru · 15 years ago
  53. 0d5eb0b am af830d39: am 485847e4: Merge change I6f85805b into eclair-mr2 by Doug Zongker · 15 years ago
  54. 9bd4962 break up event-log-tags; generate java source files with constants by Doug Zongker · 15 years ago
  55. 6581fed Only put .o files into static libraries when building for the host. by Dan Bornstein · 15 years ago
  56. 3d02eac It's not safe to use the TARGET ar when building a HOST .a (natch). by Dan Bornstein · 15 years ago
  57. 5e98e6f use aapt to build jar files instead of the system zip (DO NOT MERGE) by Doug Zongker · 15 years ago
  58. 6bffc91 Make the host static library build rule know about LOCAL_WHOLE_STATIC_LIBRARIES. by Dan Bornstein · 15 years ago
  59. 9e4374b use aapt to build jar files instead of the system zip by Doug Zongker · 15 years ago
  60. 5bbd229 For Ying Wang: by Sriram Raman · 15 years ago
  61. b392641 Make $(my-dir) fail if it's called after including $(CLEAR_VARS) by Dave Bort · 16 years ago
  62. 93d9ff4 increase reserved blocks from 5 to 8 by Doug Zongker · 15 years ago
  63. 2daa2b3 Add the ability to turn on proguard for java targets, and to call aapt by Joe Onorato · 15 years ago
  64. fbc039e am 4ac1ba61: fix typo in bash expression by Doug Zongker · 15 years ago
  65. ed96e88 resolved conflicts for merge of 6dd2ae02 to eclair by Doug Zongker · 15 years ago
  66. 4ac1ba6 fix typo in bash expression by Doug Zongker · 15 years ago
  67. 6dd2ae0 turn down allowed image size by Doug Zongker · 15 years ago
  68. f6ff4c5 Windows: Fix platform build. by Raphael · 15 years ago
  69. a37bdef am 6929fb57: Merge change 20880 into donut by Dianne Hackborn · 15 years ago
  70. 9c0c4b7 Fix issue #2048267: Run zipalign on all prebuilts by Dianne Hackborn · 15 years ago
  71. 8510a1e use *_PARTITION_SIZE instead of *_MAX_SIZE by Doug Zongker · 15 years ago
  72. 80f820c am 01bf5684: Merge change 20313 into donut by Android (Google) Code Review · 15 years ago
  73. 1046d20 add feature to strip "# comment" lines from prebuilt files by Doug Zongker · 15 years ago
  74. dc1a728 Rewrite findleaves.sh in python by Joe Onorato · 15 years ago
  75. f2bce89 am e334d255: Speed up the full build. by Joe Onorato · 15 years ago
  76. e334d25 Speed up the full build. by Joe Onorato · 15 years ago
  77. b17199e am 742fa575: fix problems with new image size calculations by Doug Zongker · 16 years ago
  78. 742fa57 fix problems with new image size calculations by Doug Zongker · 16 years ago
  79. 97f696c am 4647f12a: fix image size tests by Doug Zongker · 16 years ago
  80. 4647f12 fix image size tests by Doug Zongker · 16 years ago
  81. e01100c generalize the definition of a "radio image" by Doug Zongker · 16 years ago
  82. 483d924 Put the java source file list files somewhere where they don't by Joe Onorato · 16 years ago
  83. f1a55f8 Fix the usual build hanging issue by using -o (overwrite without prompting) option with unzip by Sriram Raman · 16 years ago
  84. 46e9bec core: Add support for static libraries to include other whole static libs. by Dima Zavin · 16 years ago
  85. 5dbb529 Allow the build system to build Objective-C sources. by David 'Digit' Turner · 16 years ago
  86. 9bd5404 Use new aapt feature to add default version info to .apks. by Dianne Hackborn · 16 years ago
  87. 64d85d0 AI 145618: am: CL 145333 Cloned from CL 144759 by 'g4 patch'. by Joe Onorato · 16 years ago
  88. 88b6079 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  89. 05806d7 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  90. 094268c auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  91. a9b2249 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  92. ed18741 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  93. 66339ad auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  94. 4f85cc5 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  95. dcc08f0 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  96. b6c1cf6 Initial Contribution by The Android Open Source Project · 16 years ago