0xdroid:build.git
12 years agorelease beagle-eclair-0x4 master
Kan-Ru Chen [Tue, 4 May 2010 03:37:50 +0000 (11:37 +0800)]
release beagle-eclair-0x4

12 years ago[envsetup] New convenience command wips displays all git stashed works. beagle-eclair beagle-eclair-0x4 beagle-eclair-0x5
Kan-Ru Chen [Fri, 16 Apr 2010 03:57:02 +0000 (11:57 +0800)]
[envsetup] New convenience command wips displays all git stashed works.

12 years ago[envsetup] Don't rely on shell to expand the path
Kan-Ru Chen [Fri, 16 Apr 2010 03:52:09 +0000 (11:52 +0800)]
[envsetup] Don't rely on shell to expand the path

Different shell's behavior isn't reliable, for example the zsh returns empty
string when no vendor/*/build/vendorsetup.sh exists. Use find instead.

12 years ago[target] Move board/product specific modification to //vendor/0xlab
Kan-Ru Chen [Thu, 15 Apr 2010 10:58:58 +0000 (18:58 +0800)]
[target] Move board/product specific modification to //vendor/0xlab

12 years ago[product] Enable touchscreen calibration on Devkit8000.
Kan-Ru Chen [Wed, 14 Apr 2010 05:56:53 +0000 (13:56 +0800)]
[product] Enable touchscreen calibration on Devkit8000.

12 years agoinitial commit for the ethernet state tracker work.
Yi SUn [Fri, 21 Aug 2009 01:04:13 +0000 (18:04 -0700)]
initial commit for the ethernet state tracker work.

12 years agoMerge remote branch 'korg/eclair' into HEAD
Kan-Ru Chen [Fri, 2 Apr 2010 06:48:22 +0000 (14:48 +0800)]
Merge remote branch 'korg/eclair' into HEAD

12 years ago[board] Prepared Custom configurations
Jim Huang [Thu, 1 Apr 2010 18:53:51 +0000 (02:53 +0800)]
[board] Prepared Custom configurations

Change-Id: I76b3e07aaac2e0ee885aaa3de3139f9613e0fcd1

13 years agoMerge from open-source eclair
Jean-Baptiste Queru [Fri, 19 Mar 2010 19:38:18 +0000 (12:38 -0700)]
Merge from open-source eclair

Change-Id: I6f306cea071a75ed55793e2d61d5e085a687a9ed

13 years ago[product] Add new product devkit8000
Kan-Ru Chen [Fri, 12 Mar 2010 01:47:25 +0000 (09:47 +0800)]
[product] Add new product devkit8000
(cherry picked from commit 295ae0bd2b29d844ee26a2713077b7f9bb49861c)

Conflicts:

target/product/AndroidProducts.mk

13 years agoMerge remote branch 'korg/eclair' into beagle-eclair
Kan-Ru Chen [Thu, 11 Mar 2010 10:03:56 +0000 (18:03 +0800)]
Merge remote branch 'korg/eclair' into beagle-eclair

13 years agoSDK doc change: add a note in download page for those updating tools only.
Dirk Dougherty [Tue, 9 Mar 2010 01:31:26 +0000 (17:31 -0800)]
SDK doc change: add a note in download page for those updating tools only.

Change-Id: I8fcaf6a982c65deede1e27b9fcb79a106c60a76c

13 years agoMerge "SDK doc change: remove "SDK has changed" notice from download page." into...
Dirk Dougherty [Mon, 8 Mar 2010 17:49:29 +0000 (09:49 -0800)]
Merge "SDK doc change: remove "SDK has changed" notice from download page." into eclair

13 years agoSDK doc change: remove "SDK has changed" notice from download page.
Dirk Dougherty [Wed, 3 Mar 2010 22:34:51 +0000 (14:34 -0800)]
SDK doc change: remove "SDK has changed" notice from download page.

Change-Id: Ifb4b4b9f4f4bff4c78d62b4e60f692570956d29b

13 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.)

13 years agoDon't build OTA package for aosp_emulator_us
Jean-Baptiste Queru [Wed, 24 Feb 2010 23:57:23 +0000 (15:57 -0800)]
Don't build OTA package for aosp_emulator_us

This allows "make dist" to work on that configuration.

A better fix would be to allow each product to specify
whether it's an emulator target or a device target, and
to adapt to that, but that'd be a lot more intrusive.

Change-Id: I47708025204a4991466abceb1708a3020a543238

13 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

13 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.

13 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

13 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

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

Change-Id: I9b03dadcbc93109f9c91bb9813a41ec23a6c1448

13 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

13 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

13 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

13 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

13 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

13 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")

13 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

13 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)

13 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

13 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

13 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

13 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

13 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

13 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

13 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).

13 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.

13 years agoMerge commit 'beagle-donut-0x3'
Jeremy Chang [Tue, 22 Dec 2009 13:49:04 +0000 (21:49 +0800)]
Merge commit 'beagle-donut-0x3'

Conflicts:
core/Makefile
core/tasks/localize.mk
envsetup.sh
target/board/beagleboard/BoardConfig.mk
target/product/beagleboard.mk

Merge beagle-donut-0x3 to master.

13 years ago[build] refer beagleboard as a omap3 platform
Tick Chen [Tue, 22 Dec 2009 08:35:57 +0000 (16:35 +0800)]
[build] refer beagleboard as a omap3 platform

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

13 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

13 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

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

13 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

13 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).

13 years ago[beagleboard] compile beagleboard with armv7-a flag
Tick Chen [Thu, 17 Dec 2009 08:14:37 +0000 (16:14 +0800)]
[beagleboard] compile beagleboard with armv7-a flag

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

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

13 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

13 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

13 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

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

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

13 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

13 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.

13 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

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

13 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

13 years agoMerge branch 'beagle-donut' of gitorious.org:0xdroid/build into beagle-donut beagle-donut-0x3
Jim Huang [Tue, 15 Dec 2009 14:29:28 +0000 (22:29 +0800)]
Merge branch 'beagle-donut' of gitorious.org:0xdroid/build into beagle-donut

13 years ago[jpeg2rle] Linked to host-built static libjpeg
Jim Huang [Tue, 15 Dec 2009 14:27:19 +0000 (22:27 +0800)]
[jpeg2rle] Linked to host-built static libjpeg

This is expected to resolve Issue #55 .

13 years agoAdding TARGET_USERIMAGES_USE_UBIFS suppor UBIFS
Tick Chen [Tue, 15 Sep 2009 03:40:01 +0000 (11:40 +0800)]
Adding TARGET_USERIMAGES_USE_UBIFS suppor UBIFS
If adding "TARGET_USERIMAGES_USE_UBIFS := true" in buildspec.mk
Then the build system will try to make the system.img as whole rootfs.
You may need to
sudo apt-get install liblzo2-dev uuid-dev
for building mtd-utils if needed

Signed-off-by: Tick Chen <tick@0xlab.org>
(cherry picked from commit 36fedf66f5b57fd9e6b7447f8d116bb427a76ec9)

Signed-off-by: Tick Chen <tick@0xlab.org>
(cherry picked from commit bbd42fc55332f55589fc9956d82ae24c7a04cf07)

13 years ago[build] make either javac 1.5 and 1.6 works
Tick Chen [Tue, 15 Dec 2009 07:43:25 +0000 (15:43 +0800)]
[build] make either javac 1.5 and 1.6  works

13 years ago[showlog] adding envsetup.sh command showlog
Tick Chen [Tue, 15 Dec 2009 07:09:56 +0000 (15:09 +0800)]
[showlog] adding envsetup.sh command showlog

> showlog [days]  # where days default is 1

13 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

13 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.

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

13 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

13 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

13 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

13 years ago[build] Use arm-android-eabi-gdb in gdbclient.
Jeremy Chang [Mon, 14 Dec 2009 15:49:00 +0000 (23:49 +0800)]
[build] Use arm-android-eabi-gdb in gdbclient.

Use the name from the toolchain.

13 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

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

13 years ago[build] Added utility 'jpeg2rle' to convert from JPEG image to RLE (initlogo)
Jim Huang [Fri, 11 Dec 2009 07:56:55 +0000 (15:56 +0800)]
[build] Added utility 'jpeg2rle' to convert from JPEG image to RLE (initlogo)

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

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

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

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

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

13 years ago[product] Enable boot logo for Beagleboard.
Jim Huang [Thu, 10 Dec 2009 17:15:53 +0000 (01:15 +0800)]
[product] Enable boot logo for Beagleboard.

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

13 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

13 years agoMake key character map files readable.
Tick Chen [Thu, 23 Jul 2009 09:03:12 +0000 (17:03 +0800)]
Make key character map files readable.

This is needed for libui.so to load keys and maps the scancode to a keycode.
(fix 0xlab ticket#39)
(fix the issue of none exist file)
(cherry picked from commit 5a00ed98a6146db69975031dd01495c13e2dcf64)

Signed-off-by: Tick Chen <tick@0xlab.org>
(cherry picked from commit 76d8e705a550af71f054d9f14d745c94d3610d16)

Signed-off-by: Tick Chen <tick@0xlab.org>
13 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.

13 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

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

13 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.

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

13 years ago[armv7-a] Config the ARCH as armv7-a
Tick Chen [Wed, 9 Dec 2009 08:38:30 +0000 (16:38 +0800)]
[armv7-a] Config the ARCH as  armv7-a

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

13 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

13 years ago[beagleboard] set ro.config.sync to NO. It can skip Google Calendar/Contacts sync...
Erin Yueh [Tue, 8 Dec 2009 07:09:39 +0000 (15:09 +0800)]
[beagleboard] set ro.config.sync to NO. It can skip Google Calendar/Contacts sync service.

13 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

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

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

13 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

13 years ago[beagleboard] import product and board beagleboard
Tick Chen [Mon, 7 Dec 2009 15:26:03 +0000 (23:26 +0800)]
[beagleboard] import product and board beagleboard

13 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>
13 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

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

13 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