OSDN Git Service

android-x86/build.git
14 years agoam 47f77397: am 747f2997: am 24fbbfaa: am 3f7d1df1: docs: revise resizing scripts...
Scott Main [Wed, 4 Nov 2009 03:32:27 +0000 (19:32 -0800)]
am 47f77397: am 747f2997: am 24fbbfaa: am 3f7d1df1: docs: revise resizing scripts to better organize the tasks into chunks that are only executed when necessary.

Merge commit '47f77397bed3c381101423d143e83b2cc7e27b49'

* commit '47f77397bed3c381101423d143e83b2cc7e27b49':
  docs: revise resizing scripts to better organize the

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

Merge commit '747f2997f1ddeac97090ce1d94d04eed9cffc529' into eclair-mr2-plus-aosp

* commit '747f2997f1ddeac97090ce1d94d04eed9cffc529':
  docs: revise resizing scripts to better organize the

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

Merge commit '24fbbfaa80ce17481e695c001b66c0176b8f0f00' into eclair-mr2

* commit '24fbbfaa80ce17481e695c001b66c0176b8f0f00':
  docs: revise resizing scripts to better organize the

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 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 034a1089: am 4d3aa886: am ec4194ef: am 64b879ac: docs: fix js error when there...
Scott Main [Tue, 3 Nov 2009 03:08:25 +0000 (19:08 -0800)]
am 034a1089: am 4d3aa886: am ec4194ef: am 64b879ac: docs: fix js error when there\'s no api level cookie saved.

Merge commit '034a10891facd6e334be71b515e1d65c281f4278'

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

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

Merge commit '4d3aa886dbafcc76e0a5fa6b947a98395beb836e' into eclair-mr2-plus-aosp

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

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

Merge commit 'ec4194ef1baa2906f916a01e368bb5d6805ba245' into eclair-mr2

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

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 8d89f800: am 3f08740b: am 32b505d9: am 8e44ae9c: docs: fix IE6 bug in which tabs...
Scott Main [Mon, 2 Nov 2009 05:55:23 +0000 (21:55 -0800)]
am 8d89f800: am 3f08740b: am 32b505d9: 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 '8d89f800ceb04a726597779be845cc45090c8c46'

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

14 years agoam 3f08740b: am 32b505d9: am 8e44ae9c: docs: fix IE6 bug in which tabs are not focusa...
Scott Main [Fri, 30 Oct 2009 22:25:01 +0000 (15:25 -0700)]
am 3f08740b: am 32b505d9: 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 '3f08740b0c2146f0fa1ce90b8e4ab9dcd09c4348' into eclair-mr2-plus-aosp

* commit '3f08740b0c2146f0fa1ce90b8e4ab9dcd09c4348':
  docs: fix IE6 bug in which tabs are not focusable

14 years agoam 32b505d9: am 8e44ae9c: docs: fix IE6 bug in which tabs are not focusable while...
Scott Main [Fri, 30 Oct 2009 22:15:14 +0000 (15:15 -0700)]
am 32b505d9: 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 '32b505d984ed15156b87482f849b865892b57ac2' into eclair-mr2

* commit '32b505d984ed15156b87482f849b865892b57ac2':
  docs: fix IE6 bug in which tabs are not focusable

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 b4df557e: am d1850e73: Fix incremental build break in openssl.
Dan Egnor [Thu, 29 Oct 2009 20:26:27 +0000 (13:26 -0700)]
am b4df557e: am d1850e73: Fix incremental build break in openssl.

Merge commit 'b4df557ed9c42dc05c1a1f81aa7d44e4b96d862f'

* commit 'b4df557ed9c42dc05c1a1f81aa7d44e4b96d862f':
  Fix incremental build break in openssl.

14 years agoam d1850e73: Fix incremental build break in openssl.
Dan Egnor [Thu, 29 Oct 2009 20:15:33 +0000 (13:15 -0700)]
am d1850e73: Fix incremental build break in openssl.

Merge commit 'd1850e739b0e6d5f788349db0bddb8277757f800' into eclair-mr2-plus-aosp

* commit 'd1850e739b0e6d5f788349db0bddb8277757f800':
  Fix incremental build break in openssl.

14 years agoFix incremental build break in openssl.
Dan Egnor [Thu, 29 Oct 2009 20:05:27 +0000 (13:05 -0700)]
Fix incremental build break in openssl.

14 years agoam 4ffcb763: am df0ca900: am a7d1eaf5: am 9b5fdb9c: docs: add checkbox to toggle...
Scott Main [Thu, 29 Oct 2009 08:59:40 +0000 (01:59 -0700)]
am 4ffcb763: am df0ca900: am a7d1eaf5: 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 '4ffcb763447e43d6e8c8f7fa2ed3db474b8b0e5d'

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

14 years agoam df0ca900: am a7d1eaf5: am 9b5fdb9c: docs: add checkbox to toggle the api level...
Scott Main [Thu, 29 Oct 2009 08:51:53 +0000 (01:51 -0700)]
am df0ca900: am a7d1eaf5: 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 'df0ca90073b6a1ad432791661c481dc7bd34c21f' into eclair-mr2-plus-aosp

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

14 years agoam eda684a2: am a6b495ce: Clean frameworks after replacing IDropBox.aidl with IDropBo...
Dan Egnor [Thu, 29 Oct 2009 08:34:38 +0000 (01:34 -0700)]
am eda684a2: am a6b495ce: Clean frameworks after replacing IDropBox.aidl with IDropBoxService.aidl, which causes some build confusion with dependencies and Parcelables and so on.

Merge commit 'eda684a2666a98d38e7620b59ffd4e335a4f27f6'

* commit 'eda684a2666a98d38e7620b59ffd4e335a4f27f6':
  Clean frameworks after replacing IDropBox.aidl with

14 years agoresolved conflicts for merge of 01e7a68f to master
android-build SharedAccount [Thu, 29 Oct 2009 08:31:08 +0000 (01:31 -0700)]
resolved conflicts for merge of 01e7a68f to master

14 years agoam a7d1eaf5: am 9b5fdb9c: docs: add checkbox to toggle the api level filter on and...
Scott Main [Thu, 29 Oct 2009 08:25:23 +0000 (01:25 -0700)]
am a7d1eaf5: 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 'a7d1eaf572e391ed0e4ba6c39c02804ad0c1e14e' into eclair-mr2

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

14 years agoam 110dd464: merge from open-source master
Jean-Baptiste Queru [Thu, 29 Oct 2009 06:57:08 +0000 (23:57 -0700)]
am 110dd464: merge from open-source master

Merge commit '110dd46414574da42c4f07b629b31977d144a849'

* commit '110dd46414574da42c4f07b629b31977d144a849': (46 commits)
  DRC65
  DRC63C
  DRC63B
  DRC63
  DRC62
  DRC59
  DRC58C
  DRC58B
  DRC58
  DRC52
  DRC51
  DRC50
  DRC49
  DRC48
  DRC45B
  DRC45
  DRC44
  DRC43
  DRC42
  DRC37B
  ...

14 years agoam df5e7f7b: am eae4fc96: am 836a695f: am f1bac52f: fix search for offline docs....
Scott Main [Thu, 29 Oct 2009 06:48:21 +0000 (23:48 -0700)]
am df5e7f7b: am eae4fc96: am 836a695f: am f1bac52f: fix search for offline docs. again.

Merge commit 'df5e7f7b575bf61b9e94a17dd57ea97bcae07a4e'

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

14 years agoam e528cbdc: am 12313686: am ee3a3c1f: am c2c5e505: doc change: include SDK Tools...
Dirk Dougherty [Thu, 29 Oct 2009 06:48:14 +0000 (23:48 -0700)]
am e528cbdc: am 12313686: am ee3a3c1f: am c2c5e505: doc change: include SDK Tools in notice to 1.6 developers.

Merge commit 'e528cbdcb556d095b8d673c1d8933f1e5c1c6eab'

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

14 years agoam a6b495ce: Clean frameworks after replacing IDropBox.aidl with IDropBoxService...
Dan Egnor [Thu, 29 Oct 2009 00:22:05 +0000 (17:22 -0700)]
am a6b495ce: Clean frameworks after replacing IDropBox.aidl with IDropBoxService.aidl, which causes some build confusion with dependencies and Parcelables and so on.

Merge commit 'a6b495ce40f640f581e27ebd8d935d706daa9f2d' into eclair-mr2-plus-aosp

* commit 'a6b495ce40f640f581e27ebd8d935d706daa9f2d':
  Clean frameworks after replacing IDropBox.aidl with

14 years agoam 8a5d5272: resolved conflicts for merge of 3fa11599 to eclair-mr2
android-build SharedAccount [Thu, 29 Oct 2009 00:21:53 +0000 (17:21 -0700)]
am 8a5d5272: resolved conflicts for merge of 3fa11599 to eclair-mr2

Merge commit '8a5d527223414c3c23b8021eb8ed468d3299e968' into eclair-mr2-plus-aosp

* commit '8a5d527223414c3c23b8021eb8ed468d3299e968':
  Bump version to 2.1 API 6.

14 years agoClean frameworks after replacing IDropBox.aidl with
Dan Egnor [Wed, 28 Oct 2009 01:46:27 +0000 (18:46 -0700)]
Clean frameworks after replacing IDropBox.aidl with
IDropBoxService.aidl, which causes some build confusion
with dependencies and Parcelables and so on.

(Will be checked in immediately after the change in question)

14 years agoresolved conflicts for merge of 3fa11599 to eclair-mr2
android-build SharedAccount [Wed, 28 Oct 2009 23:12:11 +0000 (16:12 -0700)]
resolved conflicts for merge of 3fa11599 to eclair-mr2

14 years agomerge from open-source master
Jean-Baptiste Queru [Wed, 28 Oct 2009 21:57:01 +0000 (14:57 -0700)]
merge from open-source master

14 years agoam eae4fc96: am 836a695f: am f1bac52f: fix search for offline docs. again.
Scott Main [Wed, 28 Oct 2009 17:42:13 +0000 (10:42 -0700)]
am eae4fc96: am 836a695f: am f1bac52f: fix search for offline docs. again.

Merge commit 'eae4fc960cec88f50eea7ae65f85f5722b0ad26b' into eclair-mr2-plus-aosp

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

14 years agoam 12313686: am ee3a3c1f: am c2c5e505: doc change: include SDK Tools in notice to...
Dirk Dougherty [Wed, 28 Oct 2009 17:42:08 +0000 (10:42 -0700)]
am 12313686: am ee3a3c1f: am c2c5e505: doc change: include SDK Tools in notice to 1.6 developers.

Merge commit '12313686fb731e79224067ed13749c2c4dae4256' into eclair-mr2-plus-aosp

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

14 years agoam 836a695f: am f1bac52f: fix search for offline docs. again.
Scott Main [Wed, 28 Oct 2009 17:30:34 +0000 (10:30 -0700)]
am 836a695f: am f1bac52f: fix search for offline docs. again.

Merge commit '836a695f01799566969c12d5c83459bdb5d8b2c2' into eclair-mr2

* commit '836a695f01799566969c12d5c83459bdb5d8b2c2':
  fix search for offline docs. again.

14 years agoam ee3a3c1f: am c2c5e505: doc change: include SDK Tools in notice to 1.6 developers.
Dirk Dougherty [Wed, 28 Oct 2009 17:26:52 +0000 (10:26 -0700)]
am ee3a3c1f: am c2c5e505: doc change: include SDK Tools in notice to 1.6 developers.

Merge commit 'ee3a3c1f59f6d0d50edce5b0f0f33c02eb3c53d7' into eclair-mr2

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

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 agoMerge change I3bb7eab9
Android (Google) Code Review [Tue, 27 Oct 2009 19:54:19 +0000 (15:54 -0400)]
Merge change I3bb7eab9

* changes:
  Rebuild target object files with new GCC 4.4.0 toolchain.

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 66a27b01: am 214ea8f1: am 3af366dd: am 462cc377: docs: implement sdk announcement...
Scott Main [Sat, 24 Oct 2009 04:32:32 +0000 (21:32 -0700)]
am 66a27b01: am 214ea8f1: am 3af366dd: am 462cc377: docs: implement sdk announcement in a collapsible box and revise the \'special\' box color and add rounded corners.

Merge commit '66a27b01201027e371b74b0eb18572dfb7303238'

* commit '66a27b01201027e371b74b0eb18572dfb7303238':
  docs: implement sdk announcement in a collapsible box

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

Merge commit '214ea8f14ee2b62b80905ad038110066f95be84b' into eclair-mr2-plus-aosp

* commit '214ea8f14ee2b62b80905ad038110066f95be84b':
  docs: implement sdk announcement in a collapsible box

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

Merge commit '3af366ddb2634f97f440b1437bbd21d00101c93b' into eclair-mr2

* commit '3af366ddb2634f97f440b1437bbd21d00101c93b':
  docs: implement sdk announcement in a collapsible box

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 c41d2516: am 11cb880f: am e0ac5c3e: am 0d8872e6: docs: change javascript so that...
Scott Main [Sat, 24 Oct 2009 00:29:02 +0000 (17:29 -0700)]
am c41d2516: am 11cb880f: am e0ac5c3e: 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 'c41d251615431a36fc3b664d2bdbe749702a11d9'

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

14 years agoam 11cb880f: am e0ac5c3e: am 0d8872e6: docs: change javascript so that SDK docs that...
Scott Main [Sat, 24 Oct 2009 00:19:06 +0000 (17:19 -0700)]
am 11cb880f: am e0ac5c3e: 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 '11cb880f1ef5296cb9eb1aff478808248eb7fe6b' into eclair-mr2-plus-aosp

* commit '11cb880f1ef5296cb9eb1aff478808248eb7fe6b':
  docs: change javascript so that SDK docs that are not

14 years agoam e0ac5c3e: am 0d8872e6: docs: change javascript so that SDK docs that are not liste...
Scott Main [Sat, 24 Oct 2009 00:08:14 +0000 (17:08 -0700)]
am e0ac5c3e: 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 'e0ac5c3e86bf9980ab9181b1cebdf937a8eb36e9' into eclair-mr2

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

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 agoRebuild target object files with new GCC 4.4.0 toolchain.
Elliott Hughes [Fri, 23 Oct 2009 23:20:21 +0000 (16:20 -0700)]
Rebuild target object files with new GCC 4.4.0 toolchain.

Bug: 2139334

14 years agoam ac1e24cc: am 7a0ec6b5: am f963ee63: am 60dba894: docs: add eclair logo for homepage
Scott Main [Fri, 23 Oct 2009 20:32:09 +0000 (13:32 -0700)]
am ac1e24cc: am 7a0ec6b5: am f963ee63: am 60dba894: docs: add eclair logo for homepage

Merge commit 'ac1e24ccd622b17f5054460b40baad2e07585781'

* commit 'ac1e24ccd622b17f5054460b40baad2e07585781':
  docs: add eclair logo for homepage

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

Merge commit '7a0ec6b566dc74058a9c4e4aed44bc0cc317d3db' into eclair-mr2-plus-aosp

* commit '7a0ec6b566dc74058a9c4e4aed44bc0cc317d3db':
  docs: add eclair logo for homepage

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

Merge commit 'f963ee638c974942ad99ff4ca9ec985d489e5388' into eclair-mr2

* commit 'f963ee638c974942ad99ff4ca9ec985d489e5388':
  docs: add eclair logo for homepage

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 agoam 48324393: am 5f5f08dd: stop adding ota-rel-keys tag when signing
Doug Zongker [Fri, 23 Oct 2009 02:06:15 +0000 (19:06 -0700)]
am 48324393: am 5f5f08dd: stop adding ota-rel-keys tag when signing

Merge commit '4832439384f5b1a58a79cc087655879fbd2f527d'

* commit '4832439384f5b1a58a79cc087655879fbd2f527d':
  stop adding ota-rel-keys tag when signing

14 years agoam 89e8bad0: am 7627a373: am 5449e457: Merge change I3fb149d2 into eclair
Brett Chabot [Fri, 23 Oct 2009 02:04:21 +0000 (19:04 -0700)]
am 89e8bad0: am 7627a373: am 5449e457: Merge change I3fb149d2 into eclair

Merge commit '89e8bad0cf3f70bcf61809c6078001451a181b4a'

* commit '89e8bad0cf3f70bcf61809c6078001451a181b4a':
  Remove 'cd top' step from envsetup runtest shortcut.

14 years agoam 5f5f08dd: stop adding ota-rel-keys tag when signing
Doug Zongker [Thu, 22 Oct 2009 23:46:31 +0000 (16:46 -0700)]
am 5f5f08dd: stop adding ota-rel-keys tag when signing

Merge commit '5f5f08dd226a153ff4c73c0b1918bd5cc1afcffb' into eclair-mr2-plus-aosp

* commit '5f5f08dd226a153ff4c73c0b1918bd5cc1afcffb':
  stop adding ota-rel-keys tag when signing

14 years agostop adding ota-rel-keys tag when signing
Doug Zongker [Thu, 22 Oct 2009 23:09:34 +0000 (16:09 -0700)]
stop adding ota-rel-keys tag when signing

ota-rel-keys is now redundant with release-keys, since there are no
"half-signed" builds any more.

14 years agoMerge change I064ac356
Android (Google) Code Review [Thu, 22 Oct 2009 21:40:18 +0000 (17:40 -0400)]
Merge change I064ac356

* changes:
  Only put .o files into static libraries when building for the host.

14 years agoam 7627a373: am 5449e457: Merge change I3fb149d2 into eclair
Brett Chabot [Thu, 22 Oct 2009 21:22:43 +0000 (14:22 -0700)]
am 7627a373: am 5449e457: Merge change I3fb149d2 into eclair

Merge commit '7627a373f393e379a7fb80da8ea84081692db823' into eclair-mr2-plus-aosp

* commit '7627a373f393e379a7fb80da8ea84081692db823':
  Remove 'cd top' step from envsetup runtest shortcut.

14 years agoam 5449e457: Merge change I3fb149d2 into eclair
Brett Chabot [Thu, 22 Oct 2009 21:12:09 +0000 (14:12 -0700)]
am 5449e457: Merge change I3fb149d2 into eclair

Merge commit '5449e457534a619f7b2aaa008024095023b801ba' into eclair-mr2

* commit '5449e457534a619f7b2aaa008024095023b801ba':
  Remove 'cd top' step from envsetup runtest shortcut.

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 agoOnly put .o files into static libraries when building for the host.
Dan Bornstein [Thu, 22 Oct 2009 20:14:41 +0000 (13:14 -0700)]
Only put .o files into static libraries when building for the host.

In particular don't put the symbol indices from included .a files into
them. I didn't change the equivalent device rule ala the "if it ain't
broke" rule of thumb.

Change-Id: I064ac356a6f48f93fca2cd08a8408ca835f8f9a4

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

Merge commit '99dd0f8604319dd1316045e74de4296fff42810a'

* commit '99dd0f8604319dd1316045e74de4296fff42810a':
  doc change: template changes for new SDK doc structure.

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

Merge commit '308228baa983d5216a7f3bfaff1547f88a99465b'

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

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

Merge commit '31150b290e980254b0a92f753add0749b9c4b1ca' into eclair-mr2-plus-aosp

* commit '31150b290e980254b0a92f753add0749b9c4b1ca':
  doc change: template changes for new SDK doc structure.

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

Merge commit '3b5065ff869b85750eb191112235d46a48c05a49' into eclair-mr2-plus-aosp

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

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

Merge commit 'f03f574a021e412b2060116c1112b62b4c21c2fe' into eclair-mr2

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

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

Merge commit '51da2c573d945d17890e519e7e26a89b2d2f7b51' into eclair-mr2

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

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 agoam 053ff0e6: am 355670b9: am 64d5a807: Add OVERRIDE_PACKAGES support for prebuild...
Owen Lin [Thu, 22 Oct 2009 16:50:18 +0000 (09:50 -0700)]
am 053ff0e6: am 355670b9: am 64d5a807: Add OVERRIDE_PACKAGES support for prebuild modules.

Merge commit '053ff0e674087e6320fbb961f384b9fe6d2c6949'

* commit '053ff0e674087e6320fbb961f384b9fe6d2c6949':
  Add OVERRIDE_PACKAGES support for prebuild modules.

14 years agoam 21e91f35: am c6c46243: am 36f349ac: Merge change Ied29246e into eclair
Brandon Ballinger [Thu, 22 Oct 2009 16:50:15 +0000 (09:50 -0700)]
am 21e91f35: am c6c46243: am 36f349ac: Merge change Ied29246e into eclair

Merge commit '21e91f357a45069eaa55542dc9f46d1293d1c21c'

* commit '21e91f357a45069eaa55542dc9f46d1293d1c21c':
  Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.

14 years agoam 355670b9: am 64d5a807: Add OVERRIDE_PACKAGES support for prebuild modules.
Owen Lin [Thu, 22 Oct 2009 16:33:33 +0000 (09:33 -0700)]
am 355670b9: am 64d5a807: Add OVERRIDE_PACKAGES support for prebuild modules.

Merge commit '355670b98584210502f96fe0446a854f07026c28' into eclair-mr2-plus-aosp

* commit '355670b98584210502f96fe0446a854f07026c28':
  Add OVERRIDE_PACKAGES support for prebuild modules.

14 years agoam c6c46243: am 36f349ac: Merge change Ied29246e into eclair
Brandon Ballinger [Thu, 22 Oct 2009 16:33:29 +0000 (09:33 -0700)]
am c6c46243: am 36f349ac: Merge change Ied29246e into eclair

Merge commit 'c6c462434c17dfbbe3128b2a2804f5d2417ebadb' into eclair-mr2-plus-aosp

* commit 'c6c462434c17dfbbe3128b2a2804f5d2417ebadb':
  Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.

14 years agoam 64d5a807: Add OVERRIDE_PACKAGES support for prebuild modules.
Owen Lin [Thu, 22 Oct 2009 13:44:28 +0000 (06:44 -0700)]
am 64d5a807: Add OVERRIDE_PACKAGES support for prebuild modules.

Merge commit '64d5a8070630e816e62fc2d3fdcbe820f50ec924' into eclair-mr2

* commit '64d5a8070630e816e62fc2d3fdcbe820f50ec924':
  Add OVERRIDE_PACKAGES support for prebuild modules.

14 years agoam 36f349ac: Merge change Ied29246e into eclair
Brandon Ballinger [Thu, 22 Oct 2009 13:43:04 +0000 (06:43 -0700)]
am 36f349ac: Merge change Ied29246e into eclair

Merge commit '36f349acc9c976cf3966ebde5df6410a09a3d7a5' into eclair-mr2

* commit '36f349acc9c976cf3966ebde5df6410a09a3d7a5':
  Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.

14 years agoam 7d3d31d5: (-s ours) am b04f8cdc: am decdbd79: (-s ours) Merge change I5e98e6f0...
Doug Zongker [Thu, 22 Oct 2009 05:44:33 +0000 (22:44 -0700)]
am 7d3d31d5: (-s ours) am b04f8cdc: am decdbd79: (-s ours) Merge change I5e98e6f0 into eclair

Merge commit '7d3d31d5642bcae97c44bbdacafdced1e8e1c034'

* commit '7d3d31d5642bcae97c44bbdacafdced1e8e1c034':
  use aapt to build jar files instead of the system zip (DO NOT MERGE)

14 years agoam b04f8cdc: am decdbd79: (-s ours) Merge change I5e98e6f0 into eclair
Doug Zongker [Thu, 22 Oct 2009 05:31:04 +0000 (22:31 -0700)]
am b04f8cdc: am decdbd79: (-s ours) Merge change I5e98e6f0 into eclair

Merge commit 'b04f8cdccf01132c7c14df1fed1f39c9dbb752c6' into eclair-mr2-plus-aosp

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

14 years agoam decdbd79: (-s ours) Merge change I5e98e6f0 into eclair
Doug Zongker [Thu, 22 Oct 2009 05:22:32 +0000 (22:22 -0700)]
am decdbd79: (-s ours) Merge change I5e98e6f0 into eclair

Merge commit 'decdbd7956c34895f73001cfa2018a27c8702ad0' into eclair-mr2

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

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 agoIt's not safe to use the TARGET ar when building a HOST .a (natch).
Dan Bornstein [Wed, 21 Oct 2009 18:12:56 +0000 (11:12 -0700)]
It's not safe to use the TARGET ar when building a HOST .a (natch).

Change-Id: If9e851fe3306993fb49210952d81ab36cb78c807

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 agoam f4b3a63c: am daf234d3: am 0a7b54de: Add package Gallery into default build.
Owen Lin [Tue, 20 Oct 2009 17:19:04 +0000 (10:19 -0700)]
am f4b3a63c: am daf234d3: am 0a7b54de: Add package Gallery into default build.

Merge commit 'f4b3a63c560ec157554a2f74bb40627846d39459'

* commit 'f4b3a63c560ec157554a2f74bb40627846d39459':
  Add package Gallery into default build.

14 years agoam daf234d3: am 0a7b54de: Add package Gallery into default build.
Owen Lin [Tue, 20 Oct 2009 17:08:00 +0000 (10:08 -0700)]
am daf234d3: am 0a7b54de: Add package Gallery into default build.

Merge commit 'daf234d374840d96282b34393309487a21ab45c4' into eclair-mr2-plus-aosp

* commit 'daf234d374840d96282b34393309487a21ab45c4':
  Add package Gallery into default build.

14 years agoam 0a7b54de: Add package Gallery into default build.
Owen Lin [Tue, 20 Oct 2009 16:57:53 +0000 (09:57 -0700)]
am 0a7b54de: Add package Gallery into default build.

Merge commit '0a7b54de3a7b3a13d8bcc1a11286f374ae51dc21' into eclair-mr2

* commit '0a7b54de3a7b3a13d8bcc1a11286f374ae51dc21':
  Add package Gallery into default build.

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 agoam 2d20f686: am 9234663c: WebKit clean required by merge with new WebKit version.
Steve Block [Tue, 20 Oct 2009 09:44:54 +0000 (02:44 -0700)]
am 2d20f686: am 9234663c: WebKit clean required by merge with new WebKit version.

Merge commit '2d20f686638400ab6f954572d9a7e6e5b969beef'

* commit '2d20f686638400ab6f954572d9a7e6e5b969beef':
  WebKit clean required by merge with new WebKit version.

14 years agoam 9234663c: WebKit clean required by merge with new WebKit version.
Steve Block [Tue, 20 Oct 2009 09:34:59 +0000 (02:34 -0700)]
am 9234663c: WebKit clean required by merge with new WebKit version.

Merge commit '9234663c558239cc7f97f5daf287f12a177e7dba' into eclair-mr2-plus-aosp

* commit '9234663c558239cc7f97f5daf287f12a177e7dba':
  WebKit clean required by merge with new WebKit version.

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 agoWebKit clean required by merge with new WebKit version.
Steve Block [Mon, 19 Oct 2009 17:41:07 +0000 (18:41 +0100)]
WebKit clean required by merge with new WebKit version.

Change-Id: I59377d6a0420bfb13b25b4ed7240b47e8aae6114