OSDN Git Service

android-x86/build.git
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 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 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 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 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 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 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 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 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 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 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 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 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

14 years agoMerge change I06c40454 into eclair-sdk
Android (Google) Code Review [Mon, 23 Nov 2009 20:55:36 +0000 (12:55 -0800)]
Merge change I06c40454 into eclair-sdk

* changes:
  droiddoc change: revise the sample code generating script so that all the source code pages are NOT generated for the offline version of the docs (only show source in html for online docs).

14 years agoam 4cdb7149: docs: change the ADP image for the homepage carousel
Scott Main [Sat, 21 Nov 2009 00:38:47 +0000 (16:38 -0800)]
am 4cdb7149: docs: change the ADP image for the homepage carousel

Merge commit '4cdb7149127d9527411ed73e26604a2cf2292435' into eclair

* commit '4cdb7149127d9527411ed73e26604a2cf2292435':
  docs: change the ADP image for the homepage carousel

14 years agodocs: change the ADP image for the homepage carousel
Scott Main [Sat, 21 Nov 2009 00:22:14 +0000 (16:22 -0800)]
docs: change the ADP image for the homepage carousel

Change-Id: I6141f32e18918d51d72cfa645f0ceea709002cc6

14 years agoAdd Bluetooth to the test list.
Dan Bornstein [Fri, 20 Nov 2009 21:13:41 +0000 (13:13 -0800)]
Add Bluetooth to the test list.

Change-Id: I1e18b76c87a7bba5ef3b4db8ac763bc7d9b6aac6

14 years agodroiddoc change: revise the sample code generating script so that
Scott Main [Fri, 20 Nov 2009 18:41:49 +0000 (10:41 -0800)]
droiddoc change: revise the sample code generating script so that
all the source code pages are NOT generated for the offline version
of the docs (only show source in html for online docs).

This won't work until a companion change from framwork/base/Android.mk
is submitted (but shouldn't break the build).

Change-Id: I06c404540870071c2a5a8aa460e156506fd975cb

14 years agoam 91ed9bbb: Merge change Id8115ffb into eclair-sdk
Scott Main [Fri, 20 Nov 2009 17:55:08 +0000 (09:55 -0800)]
am 91ed9bbb: Merge change Id8115ffb into eclair-sdk

Merge commit '91ed9bbbdce1990782b4ac86650f9c79bb94d961' into eclair

* commit '91ed9bbbdce1990782b4ac86650f9c79bb94d961':
  docs: revise user agent detection to use lower case

14 years agoMerge change Id8115ffb into eclair-sdk
Android (Google) Code Review [Fri, 20 Nov 2009 17:38:18 +0000 (09:38 -0800)]
Merge change Id8115ffb into eclair-sdk

* changes:
  docs: revise user agent detection to use lower case for string comparisons and add 'webos' as a mobile device

14 years agoMerge change Ib5817a3a into eclair
Android (Google) Code Review [Thu, 19 Nov 2009 19:24:29 +0000 (11:24 -0800)]
Merge change Ib5817a3a into eclair

* changes:
  sdk doc change for esr: update version refs to 2.0.1.

14 years agoMerge change I60b2633b into eclair
Android (Google) Code Review [Thu, 19 Nov 2009 18:43:07 +0000 (10:43 -0800)]
Merge change I60b2633b into eclair

* changes:
  Add the JNI test to the CTS list.

14 years agosdk doc change for esr: update version refs to 2.0.1.
Dirk Dougherty [Thu, 19 Nov 2009 07:15:13 +0000 (23:15 -0800)]
sdk doc change for esr: update version refs to 2.0.1.

Bug: 2160782

14 years agoMerge change If922a88c into eclair
Android (Google) Code Review [Thu, 19 Nov 2009 02:17:46 +0000 (18:17 -0800)]
Merge change If922a88c into eclair

* changes:
  Update version name to 2.1 and API to 7.

14 years agoUpdate version name to 2.1 and API to 7.
Dianne Hackborn [Thu, 19 Nov 2009 01:37:15 +0000 (17:37 -0800)]
Update version name to 2.1 and API to 7.

Change-Id: If922a88c1f3e99553ec5df9b870713eab1c53c54

14 years agoAdd the JNI test to the CTS list.
Dan Bornstein [Thu, 19 Nov 2009 01:18:07 +0000 (17:18 -0800)]
Add the JNI test to the CTS list.

Change-Id: I60b2633b98ccb06551e521ff229ed12c897cc2e6

14 years agoam d920ec83: Fix a Windows-only discrepency in the Windows SDK build.
Raphael [Thu, 19 Nov 2009 01:12:39 +0000 (17:12 -0800)]
am d920ec83: Fix a Windows-only discrepency in the Windows SDK build.

Merge commit 'd920ec8354940653e6cf53a1540360cca3bcc5f7' into eclair

* commit 'd920ec8354940653e6cf53a1540360cca3bcc5f7':
  Fix a Windows-only discrepency in the Windows SDK build.

14 years agoam a62a4421: Fix the Windows SDK build for the development to sdk split.
Raphael [Thu, 19 Nov 2009 01:11:57 +0000 (17:11 -0800)]
am a62a4421: Fix the Windows SDK build for the development to sdk split.

Merge commit 'a62a442129a28bf3a62139183868a13b91e976ad' into eclair

* commit 'a62a442129a28bf3a62139183868a13b91e976ad':
  Fix the Windows SDK build for the development to sdk split.

14 years agoam 1ae98804: Change where makefile looks for sdk_clean.sh
Xavier Ducrohet [Thu, 19 Nov 2009 01:11:53 +0000 (17:11 -0800)]
am 1ae98804: Change where makefile looks for sdk_clean.sh

Merge commit '1ae988040777f88f766fc421af79a61175e917af' into eclair

* commit '1ae988040777f88f766fc421af79a61175e917af':
  Change where makefile looks for sdk_clean.sh

14 years agoam 9a5c8402: docs: make all javadoc reference links use <code> and remove some unused CSS
Scott Main [Thu, 19 Nov 2009 01:11:50 +0000 (17:11 -0800)]
am 9a5c8402: docs: make all javadoc reference links use <code> and remove some unused CSS

Merge commit '9a5c84020595eac7e20fce036a9afd7c06766457' into eclair

* commit '9a5c84020595eac7e20fce036a9afd7c06766457':
  docs: make all javadoc reference links use <code>

14 years agoChange name of CTS DeviceInfoCollector package to TestDeviceSetup.
Brett Chabot [Thu, 12 Nov 2009 21:29:07 +0000 (13:29 -0800)]
Change name of CTS DeviceInfoCollector package to TestDeviceSetup.

Bug 2099347

Change-Id: Ica876daca8993e8f6eefda6f1a733dcadc92f292

14 years agoFix a Windows-only discrepency in the Windows SDK build.
Raphael [Wed, 18 Nov 2009 22:16:04 +0000 (14:16 -0800)]
Fix a Windows-only discrepency in the Windows SDK build.

For some reason, there's a slight behavior difference between
my Windowss machine and the Windows build servers, that is on
mine the include of framework/base results in duplicate build
rules being defined. My machine used to work like the Windows
build server and the behavior mysteriously changed a while
ago. This change should make it all work the same on all boxes.

Change-Id: I45e02e9eadfc586f86caa6a2690deda9648e600d

14 years agoFix the Windows SDK build for the development to sdk split.
Raphael [Wed, 18 Nov 2009 05:20:37 +0000 (21:20 -0800)]
Fix the Windows SDK build for the development to sdk split.

Change-Id: Iabeee6aa319a3d98d05357f508b190ba65196df7

14 years agoMerge change I392672f1 into eclair
Android (Google) Code Review [Tue, 17 Nov 2009 23:39:46 +0000 (15:39 -0800)]
Merge change I392672f1 into eclair

* changes:
  Add the example test to the CTS.

14 years agoChange where makefile looks for sdk_clean.sh
Xavier Ducrohet [Tue, 17 Nov 2009 23:10:41 +0000 (15:10 -0800)]
Change where makefile looks for sdk_clean.sh

14 years agoAdd the example test to the CTS.
Dan Bornstein [Tue, 17 Nov 2009 22:27:40 +0000 (14:27 -0800)]
Add the example test to the CTS.

Change-Id: I392672f1767bf72a18058de49c8658dabdc93a4d

14 years agoEnables nodpi drawables in the framework.
Adam Bliss [Tue, 17 Nov 2009 01:18:40 +0000 (17:18 -0800)]
Enables nodpi drawables in the framework.

14 years agoMerge change I01d9d733 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 00:46:35 +0000 (16:46 -0800)]
Merge change I01d9d733 into eclair

* changes:
  Add a host shell function to generate system_server stack traces

14 years agoMerge change I847e8ab8 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 00:28:03 +0000 (16:28 -0800)]
Merge change I847e8ab8 into eclair

* changes:
  Fix issue #2258571: Fix build versions

14 years agoMerge change I4d3d08a1 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 00:20:00 +0000 (16:20 -0800)]
Merge change I4d3d08a1 into eclair

* changes:
  Add the sdk overlay to the build.

14 years agoFix issue #2258571: Fix build versions
Dianne Hackborn [Thu, 12 Nov 2009 23:35:35 +0000 (15:35 -0800)]
Fix issue #2258571: Fix build versions

Change-Id: I847e8ab8080d5a0716e913da8e176e7dfcd966eb

14 years agoAdd a host shell function to generate system_server stack traces
Christopher Tate [Thu, 12 Nov 2009 23:33:08 +0000 (15:33 -0800)]
Add a host shell function to generate system_server stack traces

For debugging non-ANR weird states in the system server, it is incredibly handy
to be able to force a complete thread-stack dump of that process.  Here's a
shell function that does so (creating the /data/anr/traces.txt file with the
usual permissions if it does not yet exist).

Depends on adb having been configured to run as root.

Change-Id: I01d9d733ef08ffefb00cb61968df36ecf62087f0

14 years agoMerge change I2edfb71d into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 02:08:03 +0000 (18:08 -0800)]
Merge change I2edfb71d into eclair

* changes:
  Support secondary CPU ABI in build.prop

14 years agoAdd the sdk overlay to the build.
Xavier Ducrohet [Wed, 11 Nov 2009 01:52:55 +0000 (17:52 -0800)]
Add the sdk overlay to the build.

Change-Id: I4d3d08a13d23194a84fdd822a130f9aa71bb6360

14 years agoallow use of unzip version 6.0
Doug Zongker [Tue, 10 Nov 2009 02:19:48 +0000 (18:19 -0800)]
allow use of unzip version 6.0

Unzip 6.0 changes the name of the fourth column in the "unzip -lv"
output from "Ratio" to "Cmpr".  Allow either name so that
dump-package-stats works with both unzip 5 and unzip 6.

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 agoSupport secondary CPU ABI in build.prop
David 'Digit' Turner [Fri, 6 Nov 2009 23:12:00 +0000 (15:12 -0800)]
Support secondary CPU ABI in build.prop

BoardConfig.mk typically defines TARGET_CPU_ABI to the name of the
native machine code CPU ABI supported by the target device. For example,
existing devices today use the value 'armeabi' corresponding to an
ARMv5TE instruction set with soft-float implementation.

This patch allows this file to also define TARGET_CPU_ABI2 to name
a secondary (minor) CPU ABI also supported by the device. This is useful
when the main ABI is ARMv7-A (identified as 'armeabi-v7a') which also
supports ARMv5TE. Such devices should have TARGET_CPU_ABI defined to
'armeabi-v7a' and TARGET_CPU_ABI2 defined to 'armeabi'.

TARGET_CPU_ABI2 will be translated into the ro.product.cpu.abi2 property
in build.prop. This value will be used by the PackageManager to handle
"fat-binaries" generated with the NDK.

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 agodocs: make all javadoc reference links use <code>
Scott Main [Wed, 4 Nov 2009 23:02:30 +0000 (15:02 -0800)]
docs: make all javadoc reference links use <code>
and remove some unused CSS

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 user agent detection to use lower case
Scott Main [Wed, 4 Nov 2009 02:54:26 +0000 (18:54 -0800)]
docs: revise user agent detection to use lower case
for string comparisons and add 'webos' as a mobile device

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.