OSDN Git Service

android-x86/build.git
14 years agoadd signing checker script to releasetools
Doug Zongker [Tue, 8 Dec 2009 21:46:44 +0000 (13:46 -0800)]
add signing checker script to releasetools

The check_target_files_signatures determines what key was used to sign
every .apk in a given target_files.  It can compare that signature to
that of another target_files (eg, the previous release for that
device) and flag any problems such as .apks signed with a different
key.

(This is a backport of a change in froyo.  It does not affect device
code, only the scripts that sign images and OTA packages.)

14 years agoreconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 16:09:32 +0000 (08:09 -0800)]
reconcile main tree with open-source eclair

14 years agoretry patch using cache if in-place write fails
Doug Zongker [Tue, 2 Feb 2010 16:44:12 +0000 (08:44 -0800)]
retry patch using cache if in-place write fails

[cherry-pick from donut branch]

Instead of failing outright when yaffs lies about how much space is
free on the filesystem, delete the partially-written output file and
retry using the copy-source-to-cache method instead.

Change all the log statements to printf; mixing stdout and stderr
logging just makes the logs hard to read because they're buffered
differently.

14 years agoreconcile android-2.1_r1 snapshot
The Android Open Source Project [Fri, 29 Jan 2010 22:07:32 +0000 (14:07 -0800)]
reconcile android-2.1_r1 snapshot

14 years agoMerge "Update version string." into eclair
Ed Heyl [Tue, 26 Jan 2010 22:55:33 +0000 (14:55 -0800)]
Merge "Update version string." into eclair

14 years agoUpdate version string.
Dianne Hackborn [Tue, 26 Jan 2010 20:54:40 +0000 (12:54 -0800)]
Update version string.

Change-Id: I9b03dadcbc93109f9c91bb9813a41ec23a6c1448

14 years agoMerge "docs: accept the enter key on key-down, rather than key-up, in order to be...
Scott Main [Mon, 25 Jan 2010 23:39:40 +0000 (15:39 -0800)]
Merge "docs: accept the enter key on key-down, rather than key-up, in order to be sure we capture this key before anything else. Fixes case where highlighted suggestions don't get executed when pressed. Bug: 1909300" into eclair

14 years agodocs: accept the enter key on key-down, rather than key-up,
Scott Main [Mon, 25 Jan 2010 22:38:43 +0000 (14:38 -0800)]
docs: accept the enter key on key-down, rather than key-up,
in order to be sure we capture this key before anything else.
Fixes case where highlighted suggestions don't get executed
when pressed.
Bug: 1909300

14 years agoFix windows make: layoutlib_api moved to sdk.git too.
Raphael [Sat, 23 Jan 2010 02:36:37 +0000 (18:36 -0800)]
Fix windows make: layoutlib_api moved to sdk.git too.

Change-Id: Ia030eda4514361b20a5ecb29c997ab625909228c

14 years agoMerge "doc change: add announce for developer lab at mwc." into eclair
Dirk Dougherty [Fri, 22 Jan 2010 22:23:07 +0000 (14:23 -0800)]
Merge "doc change: add announce for developer lab at mwc." into eclair

14 years agodoc change: add announce for developer lab at mwc.
Dirk Dougherty [Wed, 20 Jan 2010 23:36:11 +0000 (15:36 -0800)]
doc change: add announce for developer lab at mwc.

Bug: 2160782
Change-Id: I363e964f0d35eaf7b2d7593d6a3630196ed6de33

14 years agodocs: add the ability to exclude PRE elements from being prettified
Scott Main [Sat, 16 Jan 2010 01:30:38 +0000 (17:30 -0800)]
docs: add the ability to exclude PRE elements from being prettified
by adding the class "no-pretty-print" (needs to hyphenate 'prettyprint',
otherwise the prettify script will parse "no-prettyprint" the same as
"prettyprint")

14 years agoMerge "docs: hide the "back to top" link when there's no vertical scroll also use...
Scott Main [Wed, 13 Jan 2010 19:07:54 +0000 (11:07 -0800)]
Merge "docs: hide the "back to top" link when there's no vertical scroll also use local variables for DOM objects (in a slow effort to eventually remove all non-essential global vars)" into eclair

14 years agodocs: hide the "back to top" link when there's no vertical scroll
Scott Main [Tue, 12 Jan 2010 21:37:00 +0000 (13:37 -0800)]
docs: hide the "back to top" link when there's no vertical scroll
also use local variables for DOM objects (in a slow effort to eventually
remove all non-essential global vars)

14 years agoMerge "Add etc1tool to Windows SDK." into eclair
Raphael Moll [Tue, 12 Jan 2010 23:32:00 +0000 (15:32 -0800)]
Merge "Add etc1tool to Windows SDK." into eclair

14 years agoandroid-2.1_r1 snapshot
The Android Open Source Project [Tue, 12 Jan 2010 23:18:07 +0000 (15:18 -0800)]
android-2.1_r1 snapshot

14 years agoMerge "docs: make the Resources docs use the same clearsilver template as the Dev...
Scott Main [Tue, 12 Jan 2010 20:19:56 +0000 (12:19 -0800)]
Merge "docs: make the Resources docs use the same clearsilver template as the Dev Guide. This removes the custom resourcespage.cs file and routes resources pages to use docpage.cs, while still setting the resource hdf flag true (in order to highlight the Resources tab)." into eclair

14 years agoAdd etc1tool to Windows SDK.
Raphael [Tue, 12 Jan 2010 19:14:17 +0000 (11:14 -0800)]
Add etc1tool to Windows SDK.

SDK BUG 2368918

This depends on Change I83485145 from development.git.

Change-Id: I1b4f5e39bd08c0cfbb656f2857921fb5ad305812

14 years agoMerge "SDK doc change: css styling for blockquote." into eclair
Dirk Dougherty [Thu, 7 Jan 2010 20:39:47 +0000 (12:39 -0800)]
Merge "SDK doc change: css styling for blockquote." into eclair

14 years agoSDK doc change: css styling for blockquote.
Dirk Dougherty [Thu, 7 Jan 2010 20:09:07 +0000 (12:09 -0800)]
SDK doc change: css styling for blockquote.

Bug: 2160782
Change-Id: I99a9494feb8b754636745f979db27380ae623c96

14 years agoupdate for change Ia39d3bb0, which regressed a resizing hack for IE6.
Scott Main [Wed, 6 Jan 2010 22:18:02 +0000 (14:18 -0800)]
update for change Ia39d3bb0, which regressed a resizing hack for IE6.

This now will avoid writing the cookie for the width when IE6 calls
resizeWidth() in order to properly resize the doc-content div (other
browsers to not call resizeWidth() for resizing doc-content because it
has auto width, which IE6 does not perform).

14 years agodocs: fix resizeAll script for IE6 so that the resizeWidth function
Scott Main [Wed, 6 Jan 2010 22:18:02 +0000 (14:18 -0800)]
docs: fix resizeAll script for IE6 so that the resizeWidth function
is only called when the side navigation is actually resizable

This stops 'width' cookies from being written for the SDK docs
(and any other page that doesn't have resizable nav) and also adds
some security to the init() function to be sure we properly read
cookie names.

14 years agoERD79
The Android Automerger [Sat, 19 Dec 2009 00:26:01 +0000 (16:26 -0800)]
ERD79

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Sat, 19 Dec 2009 00:25:42 +0000 (16:25 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoAdd CTS accounts tests to CTS makefile.
Brett Chabot [Thu, 17 Dec 2009 23:14:40 +0000 (15:14 -0800)]
Add CTS accounts tests to CTS makefile.

Change-Id: If7d87e2deed2036536ad852c382dca0e8bbad87b

14 years agoERD78
android-build SharedAccount [Thu, 17 Dec 2009 21:51:56 +0000 (13:51 -0800)]
ERD78

14 years agoMerge branch 'eclair' into eclair-release
android-build SharedAccount [Thu, 17 Dec 2009 21:50:50 +0000 (13:50 -0800)]
Merge branch 'eclair' into eclair-release

14 years agodocs: make the Resources docs use the same clearsilver template
Scott Main [Thu, 17 Dec 2009 20:52:54 +0000 (12:52 -0800)]
docs: make the Resources docs use the same clearsilver template
as the Dev Guide. This removes the custom resourcespage.cs file
and routes resources pages to use docpage.cs, while still
setting the resource hdf flag true (in order to highlight the
Resources tab).

14 years agoERD77D
android-build SharedAccount [Thu, 17 Dec 2009 06:53:31 +0000 (22:53 -0800)]
ERD77D

14 years agoERD77C
android-build SharedAccount [Thu, 17 Dec 2009 06:42:24 +0000 (22:42 -0800)]
ERD77C

14 years agoMerge change I92c7fe59 into eclair
Android (Google) Code Review [Thu, 17 Dec 2009 05:38:02 +0000 (21:38 -0800)]
Merge change I92c7fe59 into eclair

* changes:
  docs: change DOCTYPE to html5 format

14 years agodocs: change DOCTYPE to html5 format
Scott Main [Thu, 17 Dec 2009 05:36:15 +0000 (21:36 -0800)]
docs: change DOCTYPE to html5 format

14 years agodocs for esr: add support for breadcrumbing in the resource docs
Scott Main [Wed, 16 Dec 2009 23:36:20 +0000 (15:36 -0800)]
docs for esr: add support for breadcrumbing in the resource docs

14 years agoERD77B
android-build SharedAccount [Wed, 16 Dec 2009 21:50:57 +0000 (13:50 -0800)]
ERD77B

14 years agoERD77
android-build SharedAccount [Wed, 16 Dec 2009 15:41:25 +0000 (07:41 -0800)]
ERD77

14 years agoMerge branch 'eclair' into eclair-release
android-build SharedAccount [Wed, 16 Dec 2009 15:40:36 +0000 (07:40 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoMerge change Ib471b5b2 into eclair
Android (Google) Code Review [Wed, 16 Dec 2009 03:26:48 +0000 (19:26 -0800)]
Merge change Ib471b5b2 into eclair

* changes:
  sdk doc change for esr: Add left nav highlight for interior files in resources tab.

14 years agosdk doc change for esr: Add left nav highlight for interior files in resources tab.
Dirk Dougherty [Wed, 16 Dec 2009 02:48:38 +0000 (18:48 -0800)]
sdk doc change for esr: Add left nav highlight for interior files in resources tab.

Bug:2160782
Change-Id: Ib471b5b28f599447e77294c8dcc23d24a18c3436

14 years agoERD76
android-build SharedAccount [Tue, 15 Dec 2009 22:19:28 +0000 (14:19 -0800)]
ERD76

14 years agoMerge branch 'eclair' into eclair-release
android-build SharedAccount [Tue, 15 Dec 2009 22:19:09 +0000 (14:19 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoAdd the LiveWallpaper sample as prebuilt to the SDK system image.
Xavier Ducrohet [Tue, 15 Dec 2009 06:37:13 +0000 (22:37 -0800)]
Add the LiveWallpaper sample as prebuilt to the SDK system image.

Change-Id: I5a1b0d2e383b757e52879792ee80dbd61f97f9a4

14 years agoMerge change Icb5cf14e into eclair
Android (Google) Code Review [Tue, 15 Dec 2009 02:20:10 +0000 (18:20 -0800)]
Merge change Icb5cf14e into eclair

* changes:
  Add feature list support to DroidDoc.

14 years agoERD75
The Android Automerger [Tue, 15 Dec 2009 02:04:41 +0000 (18:04 -0800)]
ERD75

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Tue, 15 Dec 2009 02:04:14 +0000 (18:04 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoAdd feature list support to DroidDoc.
Xavier Ducrohet [Tue, 15 Dec 2009 01:55:05 +0000 (17:55 -0800)]
Add feature list support to DroidDoc.

Similarly to intent actions/categories, DroidDoc look
for the FEATURE-type SdkConstant annotation and builds
a list of optional features for the platform.

This is then packaged with the SDK to be used by the
custom editors (manifest editor in this case)

Change-Id: Icb5cf14ebd8251017cd850eacfdbb889219b3697

14 years agoAdd gallery to the SDK build now that it's split from the Camera app.
Xavier Ducrohet [Tue, 15 Dec 2009 00:46:05 +0000 (16:46 -0800)]
Add gallery to the SDK build now that it's split from the Camera app.

Bug: 2275030
Change-Id: Iad74a37d0df1d77185062cb4323665be7185c242

14 years agosdk doc change for esr: add "Resources" tab and modify templates to build content...
Dirk Dougherty [Thu, 3 Dec 2009 02:01:16 +0000 (18:01 -0800)]
sdk doc change for esr: add "Resources" tab and modify templates to build content for it.

Bug: 2160782
Change-Id: I5c45bdf4861ba2dc150e95d5523367a14b401304

14 years agoERD72
The Android Automerger [Fri, 11 Dec 2009 21:23:24 +0000 (13:23 -0800)]
ERD72

14 years agoERD71F
android-build SharedAccount [Fri, 11 Dec 2009 02:56:46 +0000 (18:56 -0800)]
ERD71F

14 years agoERD71E
android-build SharedAccount [Fri, 11 Dec 2009 00:32:57 +0000 (16:32 -0800)]
ERD71E

14 years agoERD71D
The Android Automerger [Fri, 11 Dec 2009 00:22:18 +0000 (16:22 -0800)]
ERD71D

14 years agoERD71C
android-build SharedAccount [Thu, 10 Dec 2009 19:25:53 +0000 (11:25 -0800)]
ERD71C

14 years agoERD71B
The Android Automerger [Thu, 10 Dec 2009 19:17:20 +0000 (11:17 -0800)]
ERD71B

14 years agoERD71
The Android Automerger [Thu, 10 Dec 2009 17:01:57 +0000 (09:01 -0800)]
ERD71

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Thu, 10 Dec 2009 17:01:32 +0000 (09:01 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoMerge change I483cf38d into eclair
Android (Google) Code Review [Thu, 10 Dec 2009 02:13:09 +0000 (18:13 -0800)]
Merge change I483cf38d into eclair

* changes:
  docs: add "figure" class for DIV elements that contain a figure image with caption text.

14 years agodocs: add "figure" class for DIV elements that contain
Scott Main [Thu, 10 Dec 2009 02:08:32 +0000 (18:08 -0800)]
docs: add "figure" class for DIV elements that contain
a figure image with caption text.

needed (but not a dependency) by I1cd5c8282ba45d79da854db43d741b6fa049812b

14 years agoERD70B
The Android Automerger [Wed, 9 Dec 2009 22:46:56 +0000 (14:46 -0800)]
ERD70B

14 years agoFixes ProGuard options.
Ying Wang [Tue, 8 Dec 2009 02:14:00 +0000 (18:14 -0800)]
Fixes ProGuard options.

1. Dedup LOCAL_JAVA_LIBRARIES.
2. Even no resource or asset for a package, we still need to set
package_expected_intermediates_COMMON, which is anyway used by ProGuard.

14 years agoERD70
The Android Automerger [Wed, 9 Dec 2009 16:50:44 +0000 (08:50 -0800)]
ERD70

14 years agoERD69
The Android Automerger [Tue, 8 Dec 2009 16:49:07 +0000 (08:49 -0800)]
ERD69

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Tue, 8 Dec 2009 16:48:45 +0000 (08:48 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoMerge change I79580117 into eclair
Android (Google) Code Review [Tue, 8 Dec 2009 00:29:47 +0000 (16:29 -0800)]
Merge change I79580117 into eclair

* changes:
  docs: add context coloring to code snippets with prettify script

14 years agoERD68B
android-build SharedAccount [Tue, 8 Dec 2009 00:29:16 +0000 (16:29 -0800)]
ERD68B

14 years agoERD68
The Android Automerger [Mon, 7 Dec 2009 16:29:34 +0000 (08:29 -0800)]
ERD68

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Mon, 7 Dec 2009 16:29:12 +0000 (08:29 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoAdd clean step for switching GPS API from pdapi to loc_api
Mike Lockwood [Mon, 7 Dec 2009 12:23:25 +0000 (07:23 -0500)]
Add clean step for switching GPS API from pdapi to loc_api

Change-Id: Ifa75b0865b547f5e643a4466f13ec7485e902e5c
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change Id97eba9f into eclair
Android (Google) Code Review [Fri, 4 Dec 2009 18:36:44 +0000 (10:36 -0800)]
Merge change Id97eba9f into eclair

* changes:
  don't add "ota-rel-keys" tag to build fingerprints

14 years agoERD65
The Android Automerger [Fri, 4 Dec 2009 17:24:25 +0000 (09:24 -0800)]
ERD65

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Fri, 4 Dec 2009 17:24:04 +0000 (09:24 -0800)]
Merge branch 'eclair' into eclair-release

14 years agodon't add "ota-rel-keys" tag to build fingerprints
Doug Zongker [Fri, 4 Dec 2009 01:37:37 +0000 (17:37 -0800)]
don't add "ota-rel-keys" tag to build fingerprints

This tag is obsolete; we no longer need to distinguish the OTA keys
from the app keys.

This change does not affect device code.

14 years agoMerge change I5ecba70c into eclair
Android (Google) Code Review [Fri, 4 Dec 2009 00:38:44 +0000 (16:38 -0800)]
Merge change I5ecba70c into eclair

* changes:
  add missing comma

14 years agoadd missing comma
Doug Zongker [Fri, 4 Dec 2009 00:36:20 +0000 (16:36 -0800)]
add missing comma

A missing comma is breaking the option parsing for the signing tools
(this doesn't affect any device code, only the signing tools).

14 years agoERD64B
The Android Automerger [Thu, 3 Dec 2009 21:41:43 +0000 (13:41 -0800)]
ERD64B

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Thu, 3 Dec 2009 21:41:22 +0000 (13:41 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoOverwrite android-info instead of appending to it
Ying Wang [Thu, 3 Dec 2009 19:25:47 +0000 (11:25 -0800)]
Overwrite android-info instead of appending to it

if someone changes board-info.txt, then it should be copied out to
 out/target/product/<device>/android-info.txt, instead of appending.

14 years agodocs: add context coloring to code snippets with prettify script
Scott Main [Thu, 3 Dec 2009 04:59:40 +0000 (20:59 -0800)]
docs: add context coloring to code snippets with prettify script

14 years agoERD64
The Android Automerger [Thu, 3 Dec 2009 17:17:38 +0000 (09:17 -0800)]
ERD64

14 years agoERD63C
android-build SharedAccount [Thu, 3 Dec 2009 01:41:25 +0000 (17:41 -0800)]
ERD63C

14 years agoERD63B
android-build SharedAccount [Thu, 3 Dec 2009 00:55:41 +0000 (16:55 -0800)]
ERD63B

14 years agoERD63
The Android Automerger [Wed, 2 Dec 2009 16:50:08 +0000 (08:50 -0800)]
ERD63

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Wed, 2 Dec 2009 16:49:46 +0000 (08:49 -0800)]
Merge branch 'eclair' into eclair-release

14 years agomove branch back to ERD62
android-build SharedAccount [Tue, 1 Dec 2009 23:47:03 +0000 (15:47 -0800)]
move branch back to ERD62

14 years agoERC56C
android-build SharedAccount [Tue, 1 Dec 2009 20:28:08 +0000 (12:28 -0800)]
ERC56C

14 years agoMerge change I485df382 into eclair
Android (Google) Code Review [Tue, 1 Dec 2009 20:26:41 +0000 (12:26 -0800)]
Merge change I485df382 into eclair

* changes:
  Tweak gettop() -- used in defining ANDROID_BUILD_TOP -- to expand symlinks.

14 years agoERD62
The Android Automerger [Tue, 1 Dec 2009 17:06:52 +0000 (09:06 -0800)]
ERD62

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Tue, 1 Dec 2009 17:06:17 +0000 (09:06 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoadd 'extras' mechanism to OTA and signing tools
Doug Zongker [Mon, 30 Nov 2009 23:37:14 +0000 (15:37 -0800)]
add 'extras' mechanism to OTA and signing tools

Add the -x option which allows arbitrary key-value pairs to be passed
into the device-specific module for doing signing and OTA packaging.

14 years agoERD61
The Android Automerger [Mon, 30 Nov 2009 16:59:47 +0000 (08:59 -0800)]
ERD61

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Mon, 30 Nov 2009 16:39:12 +0000 (08:39 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoonly auto-generate board= requirement if a board-info file is not specified
Brian Swetland [Wed, 25 Nov 2009 21:43:25 +0000 (13:43 -0800)]
only auto-generate board= requirement if a board-info file is not specified

If a board-info file is specified (as is usually the case) we should honor
its requirements.

14 years agoERD56B
android-build SharedAccount [Wed, 25 Nov 2009 21:50:30 +0000 (13:50 -0800)]
ERD56B

14 years agoonly auto-generate board= requirement if a board-info file is not specified
Brian Swetland [Wed, 25 Nov 2009 21:43:25 +0000 (13:43 -0800)]
only auto-generate board= requirement if a board-info file is not specified

If a board-info file is specified (as is usually the case) we should honor
its requirements.

14 years agoERD56
android-build SharedAccount [Wed, 25 Nov 2009 20:34:40 +0000 (12:34 -0800)]
ERD56

14 years agoTweak gettop() -- used in defining ANDROID_BUILD_TOP -- to expand symlinks.
Dan Bornstein [Tue, 24 Nov 2009 23:48:50 +0000 (15:48 -0800)]
Tweak gettop() -- used in defining ANDROID_BUILD_TOP -- to expand symlinks.

This makes runtest, in particular, happier, since it will now find that
its idea of the cwd actually matches with what's claimed in ANDROID_BUILD_TOP.

Change-Id: I485df382d9d314a73b410030bf2116215b6250f9

14 years agoERD55B
android-build SharedAccount [Tue, 24 Nov 2009 23:26:01 +0000 (15:26 -0800)]
ERD55B

14 years agoERD55
The Android Automerger [Tue, 24 Nov 2009 17:29:38 +0000 (09:29 -0800)]
ERD55

14 years agoMerge branch 'eclair' into eclair-release
The Android Automerger [Tue, 24 Nov 2009 17:29:05 +0000 (09:29 -0800)]
Merge branch 'eclair' into eclair-release

14 years agoclean step for build.prop
Mathias Agopian [Tue, 24 Nov 2009 07:14:44 +0000 (23:14 -0800)]
clean step for build.prop

14 years agoam 1a177879: Merge change I06c40454 into eclair-sdk
Scott Main [Mon, 23 Nov 2009 21:02:17 +0000 (13:02 -0800)]
am 1a177879: Merge change I06c40454 into eclair-sdk

Merge commit '1a177879281ac6ed541a8f875c0130c3355ab6f9' into eclair

* commit '1a177879281ac6ed541a8f875c0130c3355ab6f9':
  droiddoc change: revise the sample code generating script so that