Commit Graph

3034 Commits

Author SHA1 Message Date
Jean-Baptiste Queru 7d4ae91e0b Merge "acp: Ensure dst mtime always greater or equal to src mtime" 2010-07-08 09:47:08 -07:00
Kan-Ru Chen 074537668e Explicitly indicates that only bash is supported.
Remove all zsh compatibility code and related comments.

Display a warning when other shell is used, to prevent the illusion
that building under Zsh is supported when it's not.

Change-Id: Ie6d43ace3a30bde99aad45b00d25007ac28d5155
2010-07-08 10:04:39 +08:00
Steve Howard de6a085764 Fix broken interaction of JarJar and Emma.
JarJar, like DX, can't handle the local var corruption that Emma
performs.  To fix this, I'm moving the JarJar step before the Emma
step.

Couple other minor changes:
* Improved the comment about emma hardcoding its output filename,
  since this took me about an hour to track down.
* Changed one line from "Copying $<" to "Copying $@".  It seems to be
  the convention that such lines print the destination, not the
  source, so I made it consistent.

Change-Id: I9f5c36b4f5af15daf15025b89860e942f15bb668
2010-07-07 18:46:45 -07:00
Ying Wang 8d9cbe557d Add phony target dist_libraries
that is only used to put your library into the dist dir when doing a full build.

Change-Id: I11e9dc15237086843ea4a00736c81ffc680ca12e
2010-07-07 16:57:28 -07:00
Doug Zongker e8d9c4d3c1 Merge "generate pseudofilenames for EMMC partitions" 2010-07-07 14:35:30 -07:00
Doug Zongker 67369983cf generate pseudofilenames for EMMC partitions
Change-Id: Ibe77f4338fed5745c7c650270dcef24988ebfdda
2010-07-07 14:34:59 -07:00
David Turner c8a20b72ed am e0e7bce4: am 2b8ba2fa: Merge "Clean up warnings in soslim" into gingerbread
Merge commit 'e0e7bce46bbb9b6a057ed9e57700dbeb3e45d8c1'

* commit 'e0e7bce46bbb9b6a057ed9e57700dbeb3e45d8c1':
  Clean up warnings in soslim
2010-07-07 14:18:39 -07:00
David Turner e0e7bce46b am 2b8ba2fa: Merge "Clean up warnings in soslim" into gingerbread
Merge commit '2b8ba2fa20505630fbbafaf04d20e8c6d05f3b25' into gingerbread-plus-aosp

* commit '2b8ba2fa20505630fbbafaf04d20e8c6d05f3b25':
  Clean up warnings in soslim
2010-07-07 14:16:55 -07:00
David Turner 2b8ba2fa20 Merge "Clean up warnings in soslim" into gingerbread 2010-07-07 14:14:19 -07:00
The Android Open Source Project 6ab7b2d582 am d05a47c0: merge from open-source master
Merge commit 'd05a47c00ec3595b25ef9f46cd8b825cd35a8dca'

* commit 'd05a47c00ec3595b25ef9f46cd8b825cd35a8dca':
  Add $(TARGET_DEVICE_DIR)/system.prop to be a prerequisite
2010-07-07 13:48:12 -07:00
The Android Open Source Project d05a47c00e merge from open-source master
Change-Id: I3b89fb8a09f7c3e1a23695572bca33751626542d
2010-07-07 13:46:08 -07:00
Chih-Wei Huang 4e3c6686d1 Add $(TARGET_DEVICE_DIR)/system.prop to be a prerequisite
If $(TARGET_DEVICE_DIR)/system.prop exists, it should be
a prerequisite of $(INSTALLED_BUILD_PROP_TARGET),
as the following rules state.

Change-Id: Ie395b6f08cef198c3f5c733a5b6ae5a458335a9c
2010-07-07 13:23:26 -07:00
Kan-Ru Chen a67bc11058 acp: Ensure dst mtime always greater or equal to src mtime
When copying files from file systems that support high resolution
mtime, we should not truncating the nsec part. Instead we should
increase the dst mtime by one sec to prevent dst mtime to become less
than src mtime.

Change-Id: I5cab1edd4b9783ec0e3ceb04ed833d8bbba00b19
2010-07-05 17:43:51 +08:00
Steve Howard 92deb92162 am d5d60955: (-s ours) am 750ac4f3: Manual merge of change 50994 from master (DO NOT MERGE)
Merge commit 'd5d6095552912726f70e4a357584150c77a819e9'

* commit 'd5d6095552912726f70e4a357584150c77a819e9':
  Manual merge of change 50994 from master (DO NOT MERGE)
2010-07-02 11:14:09 -07:00
Steve Howard d5d6095552 am 750ac4f3: Manual merge of change 50994 from master (DO NOT MERGE)
Merge commit '750ac4f3a43dfbb66e45517ce2502858daeab1a9' into gingerbread-plus-aosp

* commit '750ac4f3a43dfbb66e45517ce2502858daeab1a9':
  Manual merge of change 50994 from master (DO NOT MERGE)
2010-07-02 11:11:12 -07:00
The Android Open Source Project cb8eedc5c4 am 6069db77: merge from open-source master
Merge commit '6069db77bbd93bdf2a4635a8a7d2ccfb90f0fa75'

* commit '6069db77bbd93bdf2a4635a8a7d2ccfb90f0fa75':
  Add full-eng instead of generic-eng in the lunch menu
2010-07-02 07:33:39 -07:00
The Android Open Source Project 6069db77bb merge from open-source master
Change-Id: I8ff445963424ee9520f5de46f6ca8d2c3313c819
2010-07-02 07:31:36 -07:00
Doug Zongker ba9d0beb97 Merge "support for ext4/EMMC in target_files and OTA generation" 2010-07-01 21:03:01 -07:00
Steve Howard 750ac4f3a4 Manual merge of change 50994 from master (DO NOT MERGE)
Merging from master because I'm bringing my maps API work into
gingerbread.

Fix and enable JarJar in Java builds.

java.mk contained a target to enable JarJar in Java builds, but it was
being bypassed.  This change enabled JarJar as part of the build
process, and fixes a slight bug with the way it was set up.

Change-Id: I814e64eb30b41bf249a63d683c03040e2658fe0d
2010-07-01 19:52:04 -07:00
Doug Zongker b4c7d32cba support for ext4/EMMC in target_files and OTA generation
Move the image sizes into a more generic key-value file.  Make them
optional.  Add additional key/value pairs describing what kind of
filesystem the device uses.  Pass new fs-type-related arguments in
edify scripts when mounting and reformatting partitions.

Don't include all the init.*.rc files from the regular system in
recovery -- they aren't needed, and break recovery on some devices.

Change-Id: I40e49e65f0d76f735259e4b4fef882322cd739da
2010-07-01 15:30:11 -07:00
Ed Heyl d4f00c815f am 8160d931: am 7d735133: Add ramdisk.img to the dist dir, again (was removed at some point) - from master - please do no merge b/2590492 and requested again
Merge commit '8160d9316afc9e653ab93e14a347ef6789a0ebed'

* commit '8160d9316afc9e653ab93e14a347ef6789a0ebed':
  Add ramdisk.img to the dist dir, again (was removed at some point) - from master - please do no merge
2010-07-01 15:04:17 -07:00
Ed Heyl 8160d9316a am 7d735133: Add ramdisk.img to the dist dir, again (was removed at some point) - from master - please do no merge b/2590492 and requested again
Merge commit '7d735133cd6f019ce839fa824f4507f19aff2e8f' into gingerbread-plus-aosp

* commit '7d735133cd6f019ce839fa824f4507f19aff2e8f':
  Add ramdisk.img to the dist dir, again (was removed at some point) - from master - please do no merge
2010-07-01 15:02:11 -07:00
The Android Open Source Project 382fd41a9b am 3c37c63a: merge from open-source master
Merge commit '3c37c63a83ff178334b855747ecda4c1f24c38ca'

* commit '3c37c63a83ff178334b855747ecda4c1f24c38ca':
  Fix to "make ddmlib ddmuilib" under Windows/Cygwin.
2010-07-01 11:56:01 -07:00
Ed Heyl 7d735133cd Add ramdisk.img to the dist dir, again (was removed at some point) - from master - please do no merge
b/2590492 and requested again

Change-Id: I1f4efac2a8ca47f1b69761bb9233427e0ca0411d
2010-07-01 10:25:09 -07:00
Ed Heyl 8532aa03be Add ramdisk.img to the dist dir, again (was removed at some point)
b/2590492 and requested again

Change-Id: I5e4c8efddf7a202694c36231c6082089eedefa5d
2010-07-01 10:07:28 -07:00
Jean-Baptiste Queru 45038e062d Add full-eng instead of generic-eng in the lunch menu
Change-Id: I3f779087021ef3674ee9ceb8cc3b15f83a98b8f4
2010-07-01 09:22:53 -07:00
The Android Open Source Project 3c37c63a83 merge from open-source master
Change-Id: Idf8c8890a251c77b131fed6019428501a41fd788
2010-07-01 08:30:40 -07:00
Ying Wang 34377b9ed8 am 9fd6b635: am ca88861b: am 783f449b: Don\'t copy apns-conf.xml for apps-only build
Merge commit '9fd6b635d4f631968ed7a39394918ea3cd87f459'

* commit '9fd6b635d4f631968ed7a39394918ea3cd87f459':
  Don't copy apns-conf.xml for apps-only build
2010-06-30 16:40:22 -07:00
Ying Wang 9fd6b635d4 am ca88861b: am 783f449b: Don\'t copy apns-conf.xml for apps-only build
Merge commit 'ca88861ba6ede0e577d92c1ed103fd4acd3fc0ba' into gingerbread-plus-aosp

* commit 'ca88861ba6ede0e577d92c1ed103fd4acd3fc0ba':
  Don't copy apns-conf.xml for apps-only build
2010-06-30 16:37:02 -07:00
Ying Wang ca88861ba6 am 783f449b: Don\'t copy apns-conf.xml for apps-only build
Merge commit '783f449bdc0fe8aa9f2385c22bb0831fa3d5d1c9' into gingerbread

* commit '783f449bdc0fe8aa9f2385c22bb0831fa3d5d1c9':
  Don't copy apns-conf.xml for apps-only build
2010-06-30 16:34:52 -07:00
Raphael Moll aae60c0760 Fix to "make ddmlib ddmuilib" under Windows/Cygwin.
Needed by the latest change to sdk.git/eclipse/script/create_ddms*.sh

Change-Id: I6dfbb418cc8813c7cdfbc077705158424220724f
2010-06-30 16:00:59 -07:00
The Android Open Source Project c6f961b36e am 17df905a: merge from open-source master
Merge commit '17df905a9bd26ca34b4fc75e29671fc88c1f7f1b'

* commit '17df905a9bd26ca34b4fc75e29671fc88c1f7f1b':
  Switch the required host Java environment to 1.6.
2010-06-30 15:58:28 -07:00
The Android Open Source Project e571be4d3b am 2b507935: (-s ours) merge from open-source master - DO NOT MERGE
Merge commit '2b5079353b57615e8ec9826a685453174d9c0f36'

* commit '2b5079353b57615e8ec9826a685453174d9c0f36':
  Update platform version strings for AOSP
2010-06-30 15:56:32 -07:00
The Android Open Source Project 17df905a9b merge from open-source master
Change-Id: Ic07f9774ce9cd04437d5e5096f32ce3d46d7116a
2010-06-30 15:56:03 -07:00
The Android Open Source Project 2b5079353b merge from open-source master - DO NOT MERGE
Change-Id: I52a12f84d69726d353c87c1b150af205ba22f460
2010-06-30 15:53:54 -07:00
Jean-Baptiste Queru 61b80c72e5 am 6f88d2b9: ignored 22d019b5
Merge commit '6f88d2b974eb0fef48cc4cb7f236dd2b9f449780'

* commit '6f88d2b974eb0fef48cc4cb7f236dd2b9f449780':
  Change branch name to gingerbread, to match reality - DO NOT MERGE
2010-06-30 15:33:54 -07:00
Ying Wang 783f449bdc Don't copy apns-conf.xml for apps-only build
http://b/issue?id=2796939
This can fix commands mm and mmm in an unbundled branch.
The cause is that mm & mmm depends on phony target "files", which includes apns-conf.xml.

Change-Id: I72ce1c7c5ddfdcd3bbea5cb9645ca3a48ff8ac12
2010-06-30 15:21:27 -07:00
Jean-Baptiste Queru 6f88d2b974 ignored 22d019b5
Change-Id: If0d592fab3974847264f6dbb76d95c0edf9f6f9e
2010-06-30 15:20:50 -07:00
Jeff Hamilton 77dfeaed2a Switch the required host Java environment to 1.6.
The path to the Java toolchain is now explicitly
specified so no manual configuration should be
required.

Change-Id: I84abc122c557372e77e4579e9a9efe56af2b412c

The java version changed, and we made envsetup automatically find the right JAVA_HOME.

This change forces everyone to re-source envsetup.sh

Change-Id: Ieb9512d5725cca26a83debf9b0480bc20e19d5ee

Fix javadoc for Java 6.

If you don't set bootclasspath, there would be errors like:
javadoc: error - In doclet class DroidDoc, method start has thrown an exception java.lang.reflect.InvocationTargetException

Change-Id: I1b83360cb595d50577c6043d6e91b0f92e4c04d6

Avoid inheriting PRIVATE_BOOTCLASSPATH from moduels that depend on api-stubs-timestamp

The inherited value has caused build breakage on Mac build.

Change-Id: I8a1b1d6c6d411f6aaaee2d8dbd0297e3d60ab5c2

Ignore STAY_OFF_MY_LAWN when setting JAVA_HOME.

Don't check STAY_OFF_MY_LAWN in set_java_home.  That function already
refuses to update JAVA_HOME if it's set to something, which should
be sufficient for anybody who doesn't want the script to mess with it.

With this change, you can get the benefits of the 1.5/1.6 auto-selection
without having to suffer through window title changes.

Change-Id: I5cfc5d6fdf26a10b42b52925f877012c0506b9a5
2010-06-30 13:36:27 -05:00
Doug Kwan 5e431bcb2c Merge "Enable ICF link-time optimization." 2010-06-30 10:35:19 -07:00
Jean-Baptiste Queru 22d019b51d Merge "Change branch name to gingerbread, to match reality - DO NOT MERGE" into gingerbread 2010-06-30 08:58:32 -07:00
The Android Open Source Project 32027c93d3 am 28c292da: am 79a8c2e9: set up fast-forward from froyo-release to gingerbread
Merge commit '28c292daf8ef0e7922ecdb0765556c42d428ca92'

* commit '28c292daf8ef0e7922ecdb0765556c42d428ca92': (150 commits)
  frf85B
  frf85
  frf84B
  frf84
  frf83
  frf82
  FRF78
  FRF77B
  FRF75
  FRF72
  FRF71
  FRF69C
  FRF69B
  FRF69
  FRF68
  FRF64
  FRF58
  FRF57
  FRF55
  FRF51
  ...
2010-06-29 14:38:07 -07:00
The Android Open Source Project 28c292daf8 am 79a8c2e9: set up fast-forward from froyo-release to gingerbread
Merge commit '79a8c2e9def3c41ac6bb1dd13c2d6ac179b3ac2e' into gingerbread-plus-aosp

* commit '79a8c2e9def3c41ac6bb1dd13c2d6ac179b3ac2e': (150 commits)
  frf85B
  frf85
  frf84B
  frf84
  frf83
  frf82
  FRF78
  FRF77B
  FRF75
  FRF72
  FRF71
  FRF69C
  FRF69B
  FRF69
  FRF68
  FRF64
  FRF58
  FRF57
  FRF55
  FRF51
  ...
2010-06-29 14:36:09 -07:00
The Android Open Source Project 79a8c2e9de set up fast-forward from froyo-release to gingerbread
Change-Id: I91ef2a183f34b54405580498a3cab39ec6dc7f24
2010-06-29 14:34:16 -07:00
Doug Kwan baff089c37 Enable ICF link-time optimization.
Change-Id: I49af3366262bebe12dacfebe99ec742b79bf9d84
2010-06-29 11:14:42 -07:00
Ying Wang 8f5069b1be resolved conflicts for merge of 822fa972 to master
Change-Id: Ic7a7499b2058abbc6cefd94a0a06a95ef8c4d61c
2010-06-29 11:08:13 -07:00
Ying Wang 822fa972f8 am dd2c2155: am 0af605f3: Merge "Allow to override --version-code and --version-name in LOCAL_AAPT_FLAGS" into froyo
Merge commit 'dd2c21550c6a31493b4c1d0a01451a88a8747b35' into gingerbread-plus-aosp

* commit 'dd2c21550c6a31493b4c1d0a01451a88a8747b35':
  Allow to override --version-code and --version-name in LOCAL_AAPT_FLAGS
2010-06-29 09:31:06 -07:00
Ying Wang dd2c21550c am 0af605f3: Merge "Allow to override --version-code and --version-name in LOCAL_AAPT_FLAGS" into froyo
Merge commit '0af605f3b6e759f480a5124dc6b338ec58e1d40c' into gingerbread

* commit '0af605f3b6e759f480a5124dc6b338ec58e1d40c':
  Allow to override --version-code and --version-name in LOCAL_AAPT_FLAGS
2010-06-29 09:28:56 -07:00
Ying Wang 0af605f3b6 Merge "Allow to override --version-code and --version-name in LOCAL_AAPT_FLAGS" into froyo 2010-06-29 09:18:00 -07:00
The Android Open Source Project dcd11407e2 merge from open-source master
Change-Id: I90d465b0197034dab76505b8a68afc519be3e6e0
2010-06-28 10:35:50 -07:00