OSDN Git Service

android-x86/build.git
14 years agoAdd Livewallpapers picker to SDK.
Xavier Ducrohet [Sun, 8 Nov 2009 23:42:25 +0000 (15:42 -0800)]
Add Livewallpapers picker to SDK.

Change-Id: If14c073c13b13bdd042e2a48aa867f4fa2be7572

14 years agoAdd CertInstaller to the SDK.
Xavier Ducrohet [Thu, 29 Oct 2009 23:40:03 +0000 (16:40 -0700)]
Add CertInstaller to the SDK.

Change-Id: I1e680d24080a6514e2dc049d64e570f8cd759dd7

14 years agoMerge change I7397e6fe into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 19:15:58 +0000 (14:15 -0500)]
Merge change I7397e6fe into eclair

* changes:
  add the new accounts and sync package to the generic target and enable sync for all builds

14 years agoam 3f7d1df1: docs: revise resizing scripts to better organize the tasks into chunks...
Scott Main [Wed, 4 Nov 2009 03:04:40 +0000 (19:04 -0800)]
am 3f7d1df1: docs: revise resizing scripts to better organize the tasks into chunks that are only executed when necessary.

Merge commit '3f7d1df12938b6db9849b03c05d5a56784ee147b' into eclair

* commit '3f7d1df12938b6db9849b03c05d5a56784ee147b':
  docs: revise resizing scripts to better organize the

14 years agoadd the new accounts and sync package to the generic target and enable sync for all...
Fred Quintana [Tue, 3 Nov 2009 23:04:59 +0000 (15:04 -0800)]
add the new accounts and sync package to the generic target and enable sync for all builds

14 years agodocs: revise resizing scripts to better organize the
Scott Main [Mon, 2 Nov 2009 23:31:04 +0000 (15:31 -0800)]
docs: revise resizing scripts to better organize the
tasks into chunks that are only executed when necessary.

Move the stuff that does the reference panel resizing
into a separate method because this should only happen when
literally resizing the panels. This thus resolves the problem
in which an invalid cookie would sometimes be written during
a normal window resize event -- there's no need to write that
cookie unless the user literally resizes the panel.

There's no need to call resizeWidth all the time, the doc-content
div can manage its width by inheritence and should only ever have
to resize its left margin when the side nav is manually resized or
when the page is loaded (in order to account for a saved side nav
width). This vastly improves the performance and visual quality
when resizing. However, IE6 still requires this in order for the scrollbars
to be visible in the content area. So a flag is now set when IE6 is
the browser, it has its own onresize method
and the width is defined only for IE6.

Inside resizeHeight, check what the href path is before doing any
resizing, just to make sure we don't do unecessary work and to
make the code more readable.

14 years agoam 64b879ac: docs: fix js error when there\'s no api level cookie saved.
Scott Main [Tue, 3 Nov 2009 02:40:23 +0000 (18:40 -0800)]
am 64b879ac: docs: fix js error when there\'s no api level cookie saved.

Merge commit '64b879ac5bbabe0489869f76b3a20f26aca6ce22' into eclair

* commit '64b879ac5bbabe0489869f76b3a20f26aca6ce22':
  docs: fix js error when there's no api level cookie saved.

14 years agodocs: fix js error when there's no api level cookie saved.
Scott Main [Tue, 3 Nov 2009 02:05:41 +0000 (18:05 -0800)]
docs: fix js error when there's no api level cookie saved.

currently, if there's no api level cookie saved, then
the selectedLevelItem variable will be undefined and will
throw an error at the end of the buildApilevelSelector function.
Now, userApiLevel is set to the max level in this case.

14 years agoam 8e44ae9c: docs: fix IE6 bug in which tabs are not focusable while in the reference...
Scott Main [Fri, 30 Oct 2009 22:04:17 +0000 (15:04 -0700)]
am 8e44ae9c: docs: fix IE6 bug in which tabs are not focusable while in the reference. also increase the minimum width for the header to avoid line-wrapping of the tabs.

Merge commit '8e44ae9c762785d80e54bc75e2ba353f486414ec' into eclair

* commit '8e44ae9c762785d80e54bc75e2ba353f486414ec':
  docs: fix IE6 bug in which tabs are not focusable

14 years agodocs: fix IE6 bug in which tabs are not focusable
Scott Main [Fri, 30 Oct 2009 20:33:39 +0000 (13:33 -0700)]
docs: fix IE6 bug in which tabs are not focusable
while in the reference. also increase the minimum
width for the header to avoid line-wrapping of the tabs.

14 years agoam 9b5fdb9c: docs: add checkbox to toggle the api level filter on and off; this inclu...
Scott Main [Wed, 28 Oct 2009 00:39:37 +0000 (17:39 -0700)]
am 9b5fdb9c: docs: add checkbox to toggle the api level filter on and off; this includes some function renaming for the related scripts.

Merge commit '9b5fdb9c23f9301d1a963a6e9be4b46ad70922d7' into eclair

* commit '9b5fdb9c23f9301d1a963a6e9be4b46ad70922d7':
  docs: add checkbox to toggle the api level filter on and off;

14 years agodocs: add checkbox to toggle the api level filter on and off;
Scott Main [Tue, 27 Oct 2009 22:09:15 +0000 (15:09 -0700)]
docs: add checkbox to toggle the api level filter on and off;
this includes some function renaming for the related scripts.

the checkbox will be unchecked by default, so any users
that currently have an api level filter selected will now
see all apis until they click the checkbox. the old api level
cookie is still saved the same, but the selected value will only
be applied if the checkbox is selected, which has its own cookie
for on or off.

14 years agoBump version to 2.1 API 6.
Dianne Hackborn [Fri, 23 Oct 2009 19:17:45 +0000 (12:17 -0700)]
Bump version to 2.1 API 6.

Change-Id: Ic607952dfaa96d8735c83bb26bae4f2f4161fcbc

14 years agoam f1bac52f: fix search for offline docs. again.
Scott Main [Mon, 26 Oct 2009 22:41:42 +0000 (15:41 -0700)]
am f1bac52f: fix search for offline docs. again.

Merge commit 'f1bac52fe28ba503c63c929d9d0711671273635f' into eclair

* commit 'f1bac52fe28ba503c63c929d9d0711671273635f':
  fix search for offline docs. again.

14 years agofix search for offline docs. again.
Scott Main [Mon, 26 Oct 2009 21:44:48 +0000 (14:44 -0700)]
fix search for offline docs. again.

14 years agoam c2c5e505: doc change: include SDK Tools in notice to 1.6 developers.
Dirk Dougherty [Mon, 26 Oct 2009 18:18:47 +0000 (11:18 -0700)]
am c2c5e505: doc change: include SDK Tools in notice to 1.6 developers.

Merge commit 'c2c5e505ac5eda38eb7be4e2ce8f094e5c0e1259' into eclair

* commit 'c2c5e505ac5eda38eb7be4e2ce8f094e5c0e1259':
  doc change: include SDK Tools in notice to 1.6 developers.

14 years agodoc change: include SDK Tools in notice to 1.6 developers.
Dirk Dougherty [Sat, 24 Oct 2009 21:38:58 +0000 (14:38 -0700)]
doc change: include SDK Tools in notice to 1.6 developers.

Bug:2160782
Change-Id: Ib70255c889495df7dbb958fe51977735554a0912

14 years agoam 462cc377: docs: implement sdk announcement in a collapsible box and revise the...
Scott Main [Sat, 24 Oct 2009 04:04:02 +0000 (21:04 -0700)]
am 462cc377: docs: implement sdk announcement in a collapsible box and revise the \'special\' box color and add rounded corners.

Merge commit '462cc37742b4e7d8e348ac9264eb3e5e35cbfeef' into eclair

* commit '462cc37742b4e7d8e348ac9264eb3e5e35cbfeef':
  docs: implement sdk announcement in a collapsible box

14 years agoam 0d8872e6: docs: change javascript so that SDK docs that are not listed in the...
Scott Main [Sat, 24 Oct 2009 00:00:25 +0000 (17:00 -0700)]
am 0d8872e6: docs: change javascript so that SDK docs that are not listed in the left nav do not highlight parent index documents

Merge commit '0d8872e6f2462a947c1543b88a7a353072b808e3' into eclair

* commit '0d8872e6f2462a947c1543b88a7a353072b808e3':
  docs: change javascript so that SDK docs that are not

14 years agodocs: implement sdk announcement in a collapsible box
Scott Main [Fri, 23 Oct 2009 23:19:37 +0000 (16:19 -0700)]
docs: implement sdk announcement in a collapsible box
and revise the 'special' box color and add rounded corners.

14 years agodocs: change javascript so that SDK docs that are not
Scott Main [Fri, 23 Oct 2009 20:04:31 +0000 (13:04 -0700)]
docs: change javascript so that SDK docs that are not
listed in the left nav do not highlight parent index documents

14 years agoam 60dba894: docs: add eclair logo for homepage
Scott Main [Fri, 23 Oct 2009 20:02:29 +0000 (13:02 -0700)]
am 60dba894: docs: add eclair logo for homepage

Merge commit '60dba89451e4ee489720436a9a3f3de4823da7d2' into eclair

* commit '60dba89451e4ee489720436a9a3f3de4823da7d2':
  docs: add eclair logo for homepage

14 years agodocs: add eclair logo for homepage
Scott Main [Fri, 23 Oct 2009 19:22:42 +0000 (12:22 -0700)]
docs: add eclair logo for homepage

14 years agoMerge change I3fb149d2 into eclair
Android (Google) Code Review [Thu, 22 Oct 2009 21:04:56 +0000 (17:04 -0400)]
Merge change I3fb149d2 into eclair

* changes:
  Remove 'cd top' step from envsetup runtest shortcut.

14 years agoam 3d3d7b7e: doc change: template changes for new SDK doc structure.
Dirk Dougherty [Thu, 22 Oct 2009 18:22:00 +0000 (11:22 -0700)]
am 3d3d7b7e: doc change: template changes for new SDK doc structure.

Merge commit '3d3d7b7efd755d13c7e70f01b1ba00ba0742a354' into eclair

* commit '3d3d7b7efd755d13c7e70f01b1ba00ba0742a354':
  doc change: template changes for new SDK doc structure.

14 years agoam fce6b45f: doc change: template/asset changes for sdk package.
Dirk Dougherty [Thu, 22 Oct 2009 18:21:51 +0000 (11:21 -0700)]
am fce6b45f: doc change: template/asset changes for sdk package.

Merge commit 'fce6b45f629e59b79beed1c18486530c00769bbf' into eclair

* commit 'fce6b45f629e59b79beed1c18486530c00769bbf':
  doc change: template/asset changes for sdk package.

14 years agoRemove 'cd top' step from envsetup runtest shortcut.
Brett Chabot [Thu, 22 Oct 2009 03:05:26 +0000 (20:05 -0700)]
Remove 'cd top' step from envsetup runtest shortcut.

Instead, execute runtest as an absolute path. Ths is necessary to support
relative path based arguments in runtest. Bug 2133198

14 years agodoc change: template changes for new SDK doc structure.
Dirk Dougherty [Thu, 22 Oct 2009 02:52:52 +0000 (19:52 -0700)]
doc change: template changes for new SDK doc structure.

Bug:2160782

14 years agoAdd OVERRIDE_PACKAGES support for prebuild modules.
Owen Lin [Fri, 16 Oct 2009 09:43:05 +0000 (02:43 -0700)]
Add OVERRIDE_PACKAGES support for prebuild modules.

So that some prebuild module can override existing packages.

Change-Id: I4f0d019e07b84d24cf0234903bd4b06104e0ed27

14 years agoMerge change Ied29246e into eclair
Android (Google) Code Review [Wed, 21 Oct 2009 02:28:45 +0000 (22:28 -0400)]
Merge change Ied29246e into eclair

* changes:
  Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.

14 years agoAdd support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.
Brandon Ballinger [Wed, 21 Oct 2009 00:41:16 +0000 (17:41 -0700)]
Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.

14 years agoMerge change I5e98e6f0 into eclair
Android (Google) Code Review [Tue, 20 Oct 2009 20:28:14 +0000 (16:28 -0400)]
Merge change I5e98e6f0 into eclair

* changes:
  use aapt to build jar files instead of the system zip (DO NOT MERGE)

14 years agoAdd package Gallery into default build.
Owen Lin [Thu, 15 Oct 2009 09:09:18 +0000 (02:09 -0700)]
Add package Gallery into default build.

Change-Id: Ia4447fdb6c4c26a5419ef59cc9d8276838a95854

14 years agouse aapt to build jar files instead of the system zip (DO NOT MERGE)
Doug Zongker [Tue, 20 Oct 2009 00:05:46 +0000 (17:05 -0700)]
use aapt to build jar files instead of the system zip (DO NOT MERGE)

By using 'aapt add' instead of whatever 'zip' utility happens to be
installed on the machine, we get files that are imgdiff-friendly,
which makes for smaller incremental OTAs.

(This is a cherry-pick of a change already submitted to eclair-mr2;
the change was approved for mr1.)

14 years agodoc change: template/asset changes for sdk package.
Dirk Dougherty [Sat, 17 Oct 2009 00:14:33 +0000 (17:14 -0700)]
doc change: template/asset changes for sdk package.

14 years agoWindows SDK: support tools/sdklauncher and tools/layoutopt
Raphael [Mon, 12 Oct 2009 23:16:02 +0000 (16:16 -0700)]
Windows SDK: support tools/sdklauncher and tools/layoutopt

Change-Id: Iac7d7a0cdc439b2bb1e334e82fe0f354b14d7001

14 years agoFinish issue #2168428: STOP SHIP: Bump API version to 5.
Dianne Hackborn [Fri, 9 Oct 2009 03:50:27 +0000 (20:50 -0700)]
Finish issue #2168428: STOP SHIP: Bump API version to 5.

We are now 2.0.  Note that CorpCal and PhoneConfig are now gone
until their prebuilts are updated.

Change-Id: I26d13d6b75f5633113d82b8d90788d8bbc915014

14 years agoam 45dc54f6: Add speech tests to CTS makefile.
Brett Chabot [Thu, 8 Oct 2009 17:48:24 +0000 (10:48 -0700)]
am 45dc54f6: Add speech tests to CTS makefile.

Merge commit '45dc54f680faea12519870db356f84924c00687d' into eclair

* commit '45dc54f680faea12519870db356f84924c00687d':
  Add speech tests to CTS makefile.

14 years agoam 30e1f2bd: Add dpi tests to CTS.
Brett Chabot [Thu, 8 Oct 2009 17:48:20 +0000 (10:48 -0700)]
am 30e1f2bd: Add dpi tests to CTS.

Merge commit '30e1f2bdd83ad7b0f2cb8ec738e93ea2a5a6c408' into eclair

* commit '30e1f2bdd83ad7b0f2cb8ec738e93ea2a5a6c408':
  Add dpi tests to CTS.

14 years agoAdd speech tests to CTS makefile.
Brett Chabot [Thu, 17 Sep 2009 01:56:23 +0000 (18:56 -0700)]
Add speech tests to CTS makefile.

14 years agoAdd dpi tests to CTS.
Brett Chabot [Thu, 10 Sep 2009 20:35:54 +0000 (13:35 -0700)]
Add dpi tests to CTS.

14 years agoresolved conflicts for merge of cfd7db6d to eclair
Doug Zongker [Thu, 8 Oct 2009 00:05:36 +0000 (17:05 -0700)]
resolved conflicts for merge of cfd7db6d to eclair

14 years agomove recovery image to the top of the OTA package
Doug Zongker [Wed, 7 Oct 2009 18:35:53 +0000 (11:35 -0700)]
move recovery image to the top of the OTA package

Make the recovery image be the first thing installed in system/ in the
OTA package, so it will get installed even if the system partition
fills during OTA installation.

14 years agoMerge change I6b350185 into eclair
Android (Google) Code Review [Wed, 7 Oct 2009 18:05:28 +0000 (14:05 -0400)]
Merge change I6b350185 into eclair

* changes:
  Add a cleanspec rule for the change to bump the API version to 5.

14 years agoeng builds only -- make the thing that makes setupwizard optional actually work.
Joe Onorato [Wed, 7 Oct 2009 17:01:13 +0000 (10:01 -0700)]
eng builds only -- make the thing that makes setupwizard optional actually work.

14 years agoAdd a cleanspec rule for the change to bump the API version to 5.
Jeff Hamilton [Wed, 7 Oct 2009 05:30:19 +0000 (00:30 -0500)]
Add a cleanspec rule for the change to bump the API version to 5.

Change-Id: I6b35018552b3a9fc2016f054c8a3c2feb41bc0ad

14 years agoPart of issue #2168428: STOP SHIP: Bump API version to 5
Dianne Hackborn [Wed, 7 Oct 2009 00:22:49 +0000 (17:22 -0700)]
Part of issue #2168428: STOP SHIP: Bump API version to 5

This bumps the API version.  We are still going to be an Eclair
development version until prebuilts are updated.

Change-Id: Ie76f3cda15b6c2c0b924db614e8024c04ce5a035

14 years agoam 69625548: Merge change I239e9f26 into donut
Mike Ritter [Tue, 6 Oct 2009 18:46:36 +0000 (11:46 -0700)]
am 69625548: Merge change I239e9f26 into donut

Merge commit '69625548bf020685cdcb57dffe8f34aba80f11e5' into eclair

* commit '69625548bf020685cdcb57dffe8f34aba80f11e5':
  Bug in Mac build where it gets confused over case, fix no longer needed.

14 years agoMerge change I239e9f26 into donut
Android (Google) Code Review [Tue, 6 Oct 2009 18:36:51 +0000 (14:36 -0400)]
Merge change I239e9f26 into donut

* changes:
  Bug in Mac build where it gets confused over case, fix no longer needed. (cherry picked from commit e44fadeb49aac9d762f089ee2f23e4a4907a822f)

14 years agoMerge change I2bdc7ec9 into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 17:48:38 +0000 (13:48 -0400)]
Merge change I2bdc7ec9 into eclair

* changes:
  Speed up warn.py about 30x by precompiling all the regular expressions.

14 years agoMerge change Ib7704386 into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 17:31:06 +0000 (13:31 -0400)]
Merge change Ib7704386 into eclair

* changes:
  BUILD SYSTEM ONLY - Add TARGET_BUILD_VARIANT to buildspec.mk.default, and put the commonly used options at the top.

14 years agoam 37bfad5c: docs only. fix FF2 browser bug in header layout
Scott Main [Tue, 6 Oct 2009 17:14:01 +0000 (10:14 -0700)]
am 37bfad5c: docs only. fix FF2 browser bug in header layout

Merge commit '37bfad5ce8cc5d2c52ca75770b1c8e895e198e9d' into eclair

* commit '37bfad5ce8cc5d2c52ca75770b1c8e895e198e9d':
  docs only.

14 years agodocs only.
Scott Main [Tue, 6 Oct 2009 16:05:48 +0000 (09:05 -0700)]
docs only.
fix FF2 browser bug in header layout

http://b/2031559

Change-Id: I251364b9abe0d1a05eda1febdd0f7942e2e610e1

14 years agoBUILD SYSTEM ONLY - Add TARGET_BUILD_VARIANT to buildspec.mk.default,
Joe Onorato [Mon, 5 Oct 2009 17:06:25 +0000 (10:06 -0700)]
BUILD SYSTEM ONLY - Add TARGET_BUILD_VARIANT to buildspec.mk.default,
and put the commonly used options at the top.

14 years agoMerge change I57500a81 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 02:58:34 +0000 (22:58 -0400)]
Merge change I57500a81 into eclair

* changes:
  Add assets from all density to the SDK system image.

14 years agoAdd assets from all density to the SDK system image.
Xavier Ducrohet [Thu, 1 Oct 2009 00:20:11 +0000 (17:20 -0700)]
Add assets from all density to the SDK system image.

Change-Id: I57500a81607edf04337f0a0a75077c00d6d17274

14 years agoMerge change I962d468d into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 22:23:08 +0000 (18:23 -0400)]
Merge change I962d468d into eclair

* changes:
  revise the deprecated warning to use the 'caution' style and add a line break

14 years agorevise the deprecated warning to use the 'caution'
Scott Main [Wed, 30 Sep 2009 21:37:32 +0000 (14:37 -0700)]
revise the deprecated warning to use the 'caution'
style and add a line break

14 years agoMerge change Ie3f5cd4a into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 20:20:41 +0000 (16:20 -0400)]
Merge change Ie3f5cd4a into eclair

* changes:
  Clean steps for a product configuration change.

14 years agoClean steps for a product configuration change.
Jason Chen [Wed, 30 Sep 2009 19:25:55 +0000 (12:25 -0700)]
Clean steps for a product configuration change.

Cleans up intermediates produced for a prebuilt app
included in some product configurations.

14 years agoBug in Mac build where it gets confused over case, fix no longer needed.
Mike Ritter [Wed, 30 Sep 2009 19:09:19 +0000 (12:09 -0700)]
Bug in Mac build where it gets confused over case, fix no longer needed.
(cherry picked from commit e44fadeb49aac9d762f089ee2f23e4a4907a822f)

14 years agoam 1933782f: Remove kickback/talkback/soundback from SDK.
Xavier Ducrohet [Wed, 30 Sep 2009 18:32:13 +0000 (11:32 -0700)]
am 1933782f: Remove kickback/talkback/soundback from SDK.

Merge commit '1933782fc0a1ec2bddaf0b851b2fa32994e2d3fe' into eclair

* commit '1933782fc0a1ec2bddaf0b851b2fa32994e2d3fe':
  Remove kickback/talkback/soundback from SDK.

14 years agoam 7259bae0: Merge change Ied94685e into donut
Dirk Dougherty [Wed, 30 Sep 2009 18:32:09 +0000 (11:32 -0700)]
am 7259bae0: Merge change Ied94685e into donut

Merge commit '7259bae08d7915c0d5ba6427c815d7576c0ef045' into eclair

* commit '7259bae08d7915c0d5ba6427c815d7576c0ef045':
  Add NDK version reference to template.

14 years agoremember device-specific releasetools extensions in target-files
Doug Zongker [Wed, 30 Sep 2009 16:20:32 +0000 (09:20 -0700)]
remember device-specific releasetools extensions in target-files

Store the location of the releasetools extensions in the target-files
zip, and make ota_from_target_files use that stored location by
default (though it can still be overridden with -s if desired).

14 years agoRemove kickback/talkback/soundback from SDK.
Xavier Ducrohet [Wed, 30 Sep 2009 01:11:05 +0000 (18:11 -0700)]
Remove kickback/talkback/soundback from SDK.

These apps are not in the AOSP tree and cannot be part of the standard SDK
build.

They are available at http://code.google.com/p/eyes-free/

14 years agoMerge change I95ed76bd into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 18:31:43 +0000 (14:31 -0400)]
Merge change I95ed76bd into eclair

* changes:
  Update usage and readme for zipalign.

14 years agoUpdate usage and readme for zipalign.
Andy McFadden [Tue, 29 Sep 2009 17:55:32 +0000 (10:55 -0700)]
Update usage and readme for zipalign.

Added the "-c" flag to the README, and added a short description of the
flag meanings to the usage output.  Threw in an AOSP copyright one-liner
for good measure.

14 years agoSpeed up warn.py about 30x by precompiling all the regular expressions.
Marco Nelissen [Tue, 29 Sep 2009 17:19:29 +0000 (10:19 -0700)]
Speed up warn.py about 30x by precompiling all the regular expressions.

14 years agoMerge change Ied94685e into donut
Android (Google) Code Review [Tue, 29 Sep 2009 15:43:24 +0000 (11:43 -0400)]
Merge change Ied94685e into donut

* changes:
  Add NDK version reference to template.

14 years agoChange default notification to OnTheHunt. Bug 2146688.
Dave Sparks [Mon, 28 Sep 2009 21:54:58 +0000 (14:54 -0700)]
Change default notification to OnTheHunt. Bug 2146688.

14 years agocleanspek for Bluetooth API change.
Nick Pelly [Mon, 28 Sep 2009 20:34:07 +0000 (13:34 -0700)]
cleanspek for Bluetooth API change.

Change-Id: I3bc628b4dae7757aa616f09a69e6c0f6612b7f87

14 years agofix python syntax error
Doug Zongker [Mon, 28 Sep 2009 17:07:13 +0000 (10:07 -0700)]
fix python syntax error

14 years agoFix the build. imgdiff.c needed #include <sys/types.h>.
Jeff Hamilton [Sat, 26 Sep 2009 02:47:52 +0000 (21:47 -0500)]
Fix the build. imgdiff.c needed #include <sys/types.h>.

Change-Id: I82169a926e7df2aa92bac2c4f427bc64f4811362

14 years agoadd missing include directory
Doug Zongker [Fri, 25 Sep 2009 23:57:31 +0000 (16:57 -0700)]
add missing include directory

Should have been in change Id98e0870 (though it builds on my machine
even without this...)

14 years agoMerge change 27088 into eclair
Android (Google) Code Review [Fri, 25 Sep 2009 23:43:55 +0000 (19:43 -0400)]
Merge change 27088 into eclair

* changes:
  integrate bsdiff into imgdiff, instead of using subprocess

14 years agoam afdb6feb: Merge change 27127 into donut
Scott Main [Fri, 25 Sep 2009 22:00:40 +0000 (15:00 -0700)]
am afdb6feb: Merge change 27127 into donut

Merge commit 'afdb6feb9b5051f93cecb7fca77cc4a2b3a702ba' into eclair

* commit 'afdb6feb9b5051f93cecb7fca77cc4a2b3a702ba':
  docs only.

14 years agoMerge change 27127 into donut
Android (Google) Code Review [Fri, 25 Sep 2009 21:48:11 +0000 (17:48 -0400)]
Merge change 27127 into donut

* changes:
  docs only. inherit the line height to resolve vertical scroll issue in WebKit browsers

14 years agodocs only.
Scott Main [Fri, 25 Sep 2009 21:15:36 +0000 (14:15 -0700)]
docs only.
inherit the line height to resolve vertical scroll
issue in WebKit browsers

Change-Id: I1707893614e3983e6b53a31229b3e19e584d6950

14 years agoMerge change 27066 into eclair
Android (Google) Code Review [Fri, 25 Sep 2009 19:40:43 +0000 (15:40 -0400)]
Merge change 27066 into eclair

* changes:
  parallellize computation of binary patches

14 years agoparallellize computation of binary patches
Doug Zongker [Fri, 25 Sep 2009 17:45:39 +0000 (10:45 -0700)]
parallellize computation of binary patches

Change ota_from_target_files to compute binary patches for all the
changed files in the OTA package in parallel.  On a recent test build
this cuts incremental construction time roughly in half (6 min to 2
min 40 sec).

14 years agointegrate bsdiff into imgdiff, instead of using subprocess
Doug Zongker [Fri, 25 Sep 2009 18:52:00 +0000 (11:52 -0700)]
integrate bsdiff into imgdiff, instead of using subprocess

Integrate the bsdiff code into imgdiff so we can just call it rather
than writing temp files and invoking bsdiff as a subprocess.  When
computing multiple patches from the same source file, we can also save
time by doing some bsdiff preprocessing on the source file only once.

(Note this renames the existing 'bsdiff.c' -- which actually does
patching in applypatch -- to 'bspatch.c', and introduces a new
bsdiff.c linked into imgdiff.)

14 years agoam ad4d4efa: adds a parameter to the URL hash on all search queries. depends on chang...
Scott Main [Fri, 25 Sep 2009 16:15:00 +0000 (09:15 -0700)]
am ad4d4efa: adds a parameter to the URL hash on all search queries. depends on change 3583, in order to handle the new parameter

Merge commit 'ad4d4efac403eeba5d648f172aca46c3ad7962c5' into eclair

* commit 'ad4d4efac403eeba5d648f172aca46c3ad7962c5':
  adds a parameter to the URL hash on all search queries.

14 years agoadds a parameter to the URL hash on all search queries.
Scott Main [Fri, 25 Sep 2009 03:39:37 +0000 (20:39 -0700)]
adds a parameter to the URL hash on all search queries.
depends on change 3583, in order to handle the new parameter

Change-Id: I86ead029371615243cfd809bd7cb2a2f2830c4be

14 years agodocs only.
Scott Main [Mon, 21 Sep 2009 21:50:19 +0000 (14:50 -0700)]
docs only.
change the SDK tab to point to the release notes in offline mode;
hide all other languages by default instead of
depending on the stylesheet

14 years agoMerge change 25632 into eclair
Android (Google) Code Review [Fri, 25 Sep 2009 00:20:48 +0000 (20:20 -0400)]
Merge change 25632 into eclair

* changes:
  Set default build ID to eclair (usually this is overridden).  Please do not merge.

14 years agoMerge change 26258 into eclair
Android (Google) Code Review [Thu, 24 Sep 2009 20:50:31 +0000 (16:50 -0400)]
Merge change 26258 into eclair

* changes:
  docs only. remove Home tab from offline docs and make SDK tab point to new offline welcome page; hide all other languages by default instead of depending on the stylesheet

14 years agoFix http://b/2114936 - Setting LOCAL_SDK_VERSION current still allows internal API...
Joe Onorato [Wed, 23 Sep 2009 22:28:12 +0000 (15:28 -0700)]
Fix b/2114936 - Setting LOCAL_SDK_VERSION current still allows internal API references

14 years agoCleanspec entry for the old launcher on
Joe Onorato [Wed, 23 Sep 2009 15:31:24 +0000 (08:31 -0700)]
Cleanspec entry for the old launcher on

14 years agoFix ARMv7 -user builds
David 'Digit' Turner [Thu, 24 Sep 2009 01:48:16 +0000 (18:48 -0700)]
Fix ARMv7 -user builds

Allow the dex preoptimization pass for ARMv7 system images to use the
ARMv7-specific kernel image. This is needed to fix the -user builds that
absolutely depend on running the dex preopt in the emulator.

This will hopefully be removed when we'll be able to perform the dex
preopt on the host instead.

14 years agoAdd NDK version reference to template.
Dirk Dougherty [Thu, 24 Sep 2009 00:31:16 +0000 (17:31 -0700)]
Add NDK version reference to template.

Change-Id: Ied94685e7c8dde2eab4f708d30cbf2757cea10d5

14 years agoMake $(my-dir) fail if it's called after including $(CLEAR_VARS)
Dave Bort [Tue, 19 May 2009 23:12:22 +0000 (16:12 -0700)]
Make $(my-dir) fail if it's called after including $(CLEAR_VARS)

14 years agocleanspec.mk: clean GPS related binaries.
Mike Lockwood [Wed, 23 Sep 2009 18:02:32 +0000 (14:02 -0400)]
cleanspec.mk: clean GPS related binaries.

Change-Id: I9717440f74a76b06e0128465234d588b26aa71a0
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change 26017 into eclair
Android (Google) Code Review [Wed, 23 Sep 2009 01:11:16 +0000 (21:11 -0400)]
Merge change 26017 into eclair

* changes:
  improve the OTA progress bar

14 years agodocs only.
Scott Main [Mon, 21 Sep 2009 21:50:19 +0000 (14:50 -0700)]
docs only.
remove Home tab from offline docs and make
SDK tab point to new offline welcome page;
hide all other languages by default instead of
depending on the stylesheet

14 years agoMerge change 26166 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 17:34:34 +0000 (13:34 -0400)]
Merge change 26166 into eclair

* changes:
  Add a cleanspec entry for the VoiceSearch breakage that works.

14 years agoAdd a cleanspec entry for the VoiceSearch breakage that works.
Joe Onorato [Mon, 21 Sep 2009 17:34:04 +0000 (13:34 -0400)]
Add a cleanspec entry for the VoiceSearch breakage that works.

14 years agoimprove the OTA progress bar
Doug Zongker [Sun, 20 Sep 2009 21:03:55 +0000 (14:03 -0700)]
improve the OTA progress bar

Make the OTA progress bar advance a bit more smoothly by reallocating
how much is dedicated to various phases of incremental OTA
installation, based on some crude measurements of how long each phase
takes.

14 years agoAdd CertInstaller app to generic product file.
Hung-ying Tyan [Sun, 20 Sep 2009 19:20:47 +0000 (03:20 +0800)]
Add CertInstaller app to generic product file.

14 years agoSet default build ID to eclair (usually this is overridden). Please do not merge.
Ed Heyl [Thu, 17 Sep 2009 23:28:37 +0000 (16:28 -0700)]
Set default build ID to eclair (usually this is overridden).  Please do not merge.

14 years agofix broken incremental builds due to some voicesearch change.
Debajit Ghosh [Thu, 17 Sep 2009 22:30:00 +0000 (15:30 -0700)]
fix broken incremental builds due to some voicesearch change.