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