OSDN Git Service

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

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

Change-Id: I82169a926e7df2aa92bac2c4f427bc64f4811362

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

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

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

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

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

Merge commit 'afdb6feb9b5051f93cecb7fca77cc4a2b3a702ba' into eclair

* commit 'afdb6feb9b5051f93cecb7fca77cc4a2b3a702ba':
  docs only.

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

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

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

Change-Id: I1707893614e3983e6b53a31229b3e19e584d6950

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

* changes:
  parallellize computation of binary patches

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

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

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

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

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

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

Merge commit 'ad4d4efac403eeba5d648f172aca46c3ad7962c5' into eclair

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

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

Change-Id: I86ead029371615243cfd809bd7cb2a2f2830c4be

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

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

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

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

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

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

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

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

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

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

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

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

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

* changes:
  improve the OTA progress bar

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

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

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

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

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

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

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

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

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

14 years agoam 1da82386: docs only. use normal DOM mod instead of jquery to load the lists.js...
Scott Main [Thu, 17 Sep 2009 19:29:05 +0000 (12:29 -0700)]
am 1da82386: docs only. use normal DOM mod instead of jquery to load the lists.js file because jquery was appending GET parameters that eliminated any caching of the file.

Merge commit '1da823869ccbc5f848cdd35d52d1630886288446' into eclair

* commit '1da823869ccbc5f848cdd35d52d1630886288446':
  docs only.

14 years agodocs only.
Scott Main [Thu, 17 Sep 2009 17:54:05 +0000 (10:54 -0700)]
docs only.
use normal DOM mod instead of jquery to load the lists.js
file because jquery was appending GET parameters that
eliminated any caching of the file.

Change-Id: I926ef8c164ba81d040256accaf78883807c3b57e

14 years agoUpdate the cleanspec to clean libwebcore.
Ben Murdoch [Thu, 17 Sep 2009 10:29:36 +0000 (11:29 +0100)]
Update the cleanspec to clean libwebcore.

Change-Id: Ie27e0e1c8a617199f1d8ff0b484936ccd14b04de

14 years agoam c66c90a8: Change sdk doc template so that ADT download link bypasses clickthrough.
Dirk Dougherty [Wed, 16 Sep 2009 18:23:08 +0000 (11:23 -0700)]
am c66c90a8: Change sdk doc template so that ADT download link bypasses clickthrough.

Merge commit 'c66c90a803ef256b5f945d10bd0ddd5abae15d64' into eclair

* commit 'c66c90a803ef256b5f945d10bd0ddd5abae15d64':
  Change sdk doc template so that ADT download link bypasses clickthrough.

14 years agoChange sdk doc template so that ADT download link bypasses clickthrough.
Dirk Dougherty [Wed, 16 Sep 2009 17:11:01 +0000 (10:11 -0700)]
Change sdk doc template so that ADT download link bypasses clickthrough.

Change-Id: Ibea052b718f17043c992af7d5334b1c7e4fe2c6b

14 years agoam 743c1937: Merge change 24941 into donut
Xavier Ducrohet [Tue, 15 Sep 2009 20:18:52 +0000 (13:18 -0700)]
am 743c1937: Merge change 24941 into donut

Merge commit '743c19373a1c78bf2cc4d1c0dfd905e27ff598c6' into eclair

* commit '743c19373a1c78bf2cc4d1c0dfd905e27ff598c6':
  Add TTS files and Accessibility app to the SDK system image.

14 years agoBug in Mac build where it gets confused over case, fix no longer needed.
Mike Ritter [Tue, 15 Sep 2009 18:18:31 +0000 (11:18 -0700)]
Bug in Mac build where it gets confused over case, fix no longer needed.

14 years agoMerge change 24973 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 00:54:13 +0000 (20:54 -0400)]
Merge change 24973 into eclair

* changes:
  increase reserved blocks from 5 to 8

14 years agoincrease reserved blocks from 5 to 8
Doug Zongker [Tue, 15 Sep 2009 00:46:41 +0000 (17:46 -0700)]
increase reserved blocks from 5 to 8

Our yaffs filesystems reserve 5 blocks, use 1 for a checkpoint, and
may use 1 or 2 more for caching.  Take these all into account when
computing the max image size.

14 years agoMerge change 24941 into donut
Android (Google) Code Review [Mon, 14 Sep 2009 22:41:50 +0000 (18:41 -0400)]
Merge change 24941 into donut

* changes:
  Add TTS files and Accessibility app to the SDK system image.

14 years agoAdd TTS files and Accessibility app to the SDK system image.
Xavier Ducrohet [Mon, 14 Sep 2009 22:00:27 +0000 (15:00 -0700)]
Add TTS files and Accessibility app to the SDK system image.

14 years agoMerge change 24712 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 18:58:54 +0000 (14:58 -0400)]
Merge change 24712 into eclair

* changes:
  Fix CS templates to handle non-included classes.

14 years agoFix CS templates to handle non-included classes.
Xavier Ducrohet [Fri, 11 Sep 2009 17:59:31 +0000 (10:59 -0700)]
Fix CS templates to handle non-included classes.

This fix is to handle generate documentation not including base clases
(like java.* or android.*). Links to missing base classes must not be
created or they would point nowhere.

Change-Id: Ic591916fe9b6802903d894bd2cd3c45690533912

14 years agoam ded57160: docs only. new donut image for compatibility with IE6 transparency issues
Scott Main [Fri, 11 Sep 2009 17:49:26 +0000 (10:49 -0700)]
am ded57160: docs only. new donut image for compatibility with IE6 transparency issues

Merge commit 'ded57160b406d5b253206cf5884ab9b33ac23b3c' into eclair

* commit 'ded57160b406d5b253206cf5884ab9b33ac23b3c':
  docs only.

14 years agodocs only.
Scott Main [Fri, 11 Sep 2009 17:17:37 +0000 (10:17 -0700)]
docs only.
new donut image for compatibility with IE6 transparency issues

Change-Id: I444b09d7c5b211b3a07e7221ad96b3a7e4d989f7

14 years agoMerge change 24584 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 22:03:47 +0000 (18:03 -0400)]
Merge change 24584 into eclair

* changes:
  Add support for @pending annotation.

14 years agoMerge change 24565 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 22:03:32 +0000 (18:03 -0400)]
Merge change 24565 into eclair

* changes:
  Add missing @Override to DroidDoc and ApiCheck

14 years agoAdd support for @pending annotation.
Xavier Ducrohet [Thu, 10 Sep 2009 21:50:12 +0000 (14:50 -0700)]
Add support for @pending annotation.

This behaves the same as @hide, but can be used to annotate API that are
only hidden pending API approval.

Change-Id: I4c0bf46c6d74ed45a8890ecdfd9b14ce234a5c18

14 years agoAdd missing @Override to DroidDoc and ApiCheck
Xavier Ducrohet [Thu, 10 Sep 2009 20:08:27 +0000 (13:08 -0700)]
Add missing @Override to DroidDoc and ApiCheck

Change-Id: Ic7829a4ea62a614ef8b525bd84f8fbaaa4674d06

14 years agoSleazy workaround for webkit build failures.
Andy McFadden [Thu, 10 Sep 2009 17:05:14 +0000 (10:05 -0700)]
Sleazy workaround for webkit build failures.

The WebKit library link line is exceeding 128KB on sim-eng builds.
The path to sim-eng object files is slightly longer than device builds
because the object files live under the "host" directory.

This change truncates the "product" directory name to "pr", reducing the
command line by a few KB.  This only affects sim-eng builds.

The real fix will need be to webkit (see internal bug 1917987), which
will eventually start failing on device builds if it continues to grow.

14 years agoCleanstep required by switching back to JSC in the browser
Andrei Popescu [Tue, 8 Sep 2009 18:47:22 +0000 (19:47 +0100)]
Cleanstep required by switching back to JSC in the browser

14 years agoAdd clean step for /system/bin/bugreport symlink
Mike Lockwood [Thu, 3 Sep 2009 19:01:07 +0000 (15:01 -0400)]
Add clean step for /system/bin/bugreport symlink

Change-Id: Ib2abb22184b16b6b3c5bc0e38141922f3fcbfca0
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoam 4d545a82: Merge change 23037 into donut
Dirk Dougherty [Thu, 3 Sep 2009 01:58:52 +0000 (18:58 -0700)]
am 4d545a82: Merge change 23037 into donut

Merge commit '4d545a82917db0ca90494e4cfb7944e1b5ea564a' into eclair

* commit '4d545a82917db0ca90494e4cfb7944e1b5ea564a':
  Doc changes for SDK update.

14 years agoMerge change 23037 into donut
Android (Google) Code Review [Thu, 3 Sep 2009 01:57:09 +0000 (18:57 -0700)]
Merge change 23037 into donut

* changes:
  Doc changes for SDK update. Update SDK toc template.

14 years agodo a pass of normal-chunk-merging before comparing src and tgt files
Doug Zongker [Wed, 2 Sep 2009 18:10:51 +0000 (11:10 -0700)]
do a pass of normal-chunk-merging before comparing src and tgt files

Merge the gzip footer and header together with any adjacent normal
chunks before comparing chunk structures; this should make the
recovery-from-boot diff not fail due to differences in the footer
after the ramdisk part of the image.

14 years agouse imgdiff -z to diff zipfiles
Doug Zongker [Wed, 2 Sep 2009 00:53:34 +0000 (17:53 -0700)]
use imgdiff -z to diff zipfiles

imgdiff now understands the zip file format and can produce smaller
patches by doing the patching in uncompressed space.  Start taking
advantage of this for .zip, .apk, and .jar files.

14 years agoam a01ee1ea: docs only. my previous change to the list styles was the wrong solution...
Scott Main [Tue, 1 Sep 2009 17:41:03 +0000 (10:41 -0700)]
am a01ee1ea: docs only. my previous change to the list styles was the wrong solution. this fixes all prior problems with nested lists in OLs, ULs, and DLs

Merge commit 'a01ee1ea93cd2a4d876fcb5678392bbd277b6042' into eclair

* commit 'a01ee1ea93cd2a4d876fcb5678392bbd277b6042':
  docs only.

14 years agodocs only.
Scott Main [Tue, 1 Sep 2009 17:36:55 +0000 (10:36 -0700)]
docs only.
my previous change to the list styles was the wrong solution.
this fixes all prior problems with nested lists in OLs, ULs, and DLs

14 years agoAdd camera feature files to the SDK system image.
Xavier Ducrohet [Mon, 31 Aug 2009 23:44:24 +0000 (16:44 -0700)]
Add camera feature files to the SDK system image.

Without this the system refuses to install applications that
requires the camera (like ApiDemos)

Change-Id: Ia13b6a10f4731bf23eea04e3210ad0b3ed557aa6

14 years agoam f9f9d4f3: Remove WebSearchProvider from build specs.
Anonymous Coward [Mon, 31 Aug 2009 17:53:49 +0000 (10:53 -0700)]
am f9f9d4f3: Remove WebSearchProvider from build specs.

Merge commit 'f9f9d4f3c393537f9cab5e8cc59d241ad2279474' into eclair

* commit 'f9f9d4f3c393537f9cab5e8cc59d241ad2279474':
  Remove WebSearchProvider from build specs.

14 years agoRemove WebSearchProvider from build specs.
Anonymous Coward [Mon, 31 Aug 2009 14:10:01 +0000 (10:10 -0400)]
Remove WebSearchProvider from build specs.

14 years agoMerge change 23258 into eclair
Android (Google) Code Review [Sun, 30 Aug 2009 20:44:22 +0000 (13:44 -0700)]
Merge change 23258 into eclair

* changes:
  Add the ability to turn on proguard for java targets, and to call aapt to generate a rules file for proguard for stuff from the manifest and other resources that need to be kept.

14 years agoAdd the ability to turn on proguard for java targets, and to call aapt
Joe Onorato [Sun, 30 Aug 2009 20:39:24 +0000 (13:39 -0700)]
Add the ability to turn on proguard for java targets, and to call aapt
to generate a rules file for proguard for stuff from the manifest and
other resources that need to be kept.

14 years agoam 3c7c8a60: Merge change 22522 into donut
Brett Chabot [Sat, 29 Aug 2009 23:44:39 +0000 (16:44 -0700)]
am 3c7c8a60: Merge change 22522 into donut

Merge commit '3c7c8a60860f97ac4c7381bd6ed30a43864372da' into eclair

* commit '3c7c8a60860f97ac4c7381bd6ed30a43864372da':
  Add Gesture tests to CTS.

14 years agoMerge change 22522 into donut
Android (Google) Code Review [Sat, 29 Aug 2009 23:42:25 +0000 (16:42 -0700)]
Merge change 22522 into donut

* changes:
  Add Gesture tests to CTS.

14 years agoIntroduce a default density ('mdpi') for all device builds.
Daniel Sandler [Fri, 28 Aug 2009 14:00:12 +0000 (10:00 -0400)]
Introduce a default density ('mdpi') for all device builds.

This is done by appending "mdpi" (medium density or 160 dpi, which is what
we've been using so far on dream etc.) to PRODUCT_LOCALES if no other dpi is
found there. (PRODUCT_LOCALES is then sent as a configuration parameter to
aapt to determine which resources should be included in the build.)

With this change, each build will now include only one density of any given
asset. For example, if there exists

  drawable-hdpi/foo.png
  drawable-mdpi/foo.png

...then the build will include *only* drawable-mdpi/foo.png, unless the
density is overridden in the build's own device spec:

  PRODUCT_LOCALES += hdpi

...in which case the build will include only drawable-hdpi/foo.png.

14 years agoDoc changes for SDK update.
Dirk Dougherty [Thu, 27 Aug 2009 23:45:47 +0000 (16:45 -0700)]
Doc changes for SDK update.
Update SDK toc template.

14 years agoremove bootloader assertions
Doug Zongker [Thu, 27 Aug 2009 23:12:00 +0000 (16:12 -0700)]
remove bootloader assertions

These should be done by the device-specific module where necessary;
they aren't appropriate for all devices.

14 years agoam 1b6d0a65: allow prebuilts to specify LOCAL_CERTIFICATE so they can be resigned
Doug Zongker [Thu, 27 Aug 2009 06:22:05 +0000 (23:22 -0700)]
am 1b6d0a65: allow prebuilts to specify LOCAL_CERTIFICATE so they can be resigned

Merge commit '1b6d0a65fc62901f2c18d00c556bd5da50f35584' into eclair

* commit '1b6d0a65fc62901f2c18d00c556bd5da50f35584':
  allow prebuilts to specify LOCAL_CERTIFICATE so they can be resigned

14 years agoallow prebuilts to specify LOCAL_CERTIFICATE so they can be resigned
Doug Zongker [Thu, 27 Aug 2009 01:22:43 +0000 (18:22 -0700)]
allow prebuilts to specify LOCAL_CERTIFICATE so they can be resigned

If a prebuilt specifies a LOCAL_CERTIFICATE, stick it in the
PACKAGES.* collection so that the predexopt process can work on the
file (which only works if the new .apk can be signed).

14 years agoam 4ac1ba61: fix typo in bash expression
Doug Zongker [Wed, 26 Aug 2009 18:41:13 +0000 (11:41 -0700)]
am 4ac1ba61: fix typo in bash expression

Merge commit '4ac1ba61075190fa9ced594c85285beff6293184' into eclair

* commit '4ac1ba61075190fa9ced594c85285beff6293184':
  fix typo in bash expression

14 years agoresolved conflicts for merge of 6dd2ae02 to eclair
Doug Zongker [Wed, 26 Aug 2009 16:37:07 +0000 (09:37 -0700)]
resolved conflicts for merge of 6dd2ae02 to eclair

14 years agoam dab571d6: Merge change 22524 into donut
Scott Main [Wed, 26 Aug 2009 16:29:28 +0000 (09:29 -0700)]
am dab571d6: Merge change 22524 into donut

Merge commit 'dab571d613c2d9955163fa672e3b8ad92fdf5cb7' into eclair

* commit 'dab571d613c2d9955163fa672e3b8ad92fdf5cb7':
  docs only.

14 years agofix typo in bash expression
Doug Zongker [Wed, 26 Aug 2009 03:38:50 +0000 (20:38 -0700)]
fix typo in bash expression

Fortunately the error doesn't change the value of the expression
(since undefined variables are treated as 0 inside "$((...))").

14 years agoturn down allowed image size
Doug Zongker [Wed, 26 Aug 2009 00:23:57 +0000 (17:23 -0700)]
turn down allowed image size

yaffs appears to reserve 5 blocks on the partition for itself.
Account for this when computing the maximum allowable image size.

14 years agoMerge change 22524 into donut
Android (Google) Code Review [Tue, 25 Aug 2009 23:33:12 +0000 (16:33 -0700)]
Merge change 22524 into donut

* changes:
  docs only. fix api level highlighting for the treeview navigation.

14 years agodocs only.
Scott Main [Tue, 25 Aug 2009 00:33:06 +0000 (17:33 -0700)]
docs only.
fix api level highlighting for the treeview navigation.

14 years agoAdd Gesture tests to CTS.
Brett Chabot [Tue, 25 Aug 2009 00:30:41 +0000 (17:30 -0700)]
Add Gesture tests to CTS.

14 years agoam 793817ba: CTS: Add missing make dependencies for application security tests
Phil Dubach [Mon, 24 Aug 2009 22:51:51 +0000 (15:51 -0700)]
am 793817ba: CTS: Add missing make dependencies for application security tests

Merge commit '793817baa1455c410311d79ef6f44cac1c26be9f' into eclair

* commit '793817baa1455c410311d79ef6f44cac1c26be9f':
  CTS: Add missing make dependencies for application security tests

14 years agoCTS: Add missing make dependencies for application security tests
Phil Dubach [Mon, 24 Aug 2009 21:18:15 +0000 (14:18 -0700)]
CTS: Add missing make dependencies for application security tests

Change-Id: I4d069b18b0da5f49ca9bb377d04732b8222ac137

14 years agoam 3b7521b5: CTS: Add application security tests to makefile
Phil Dubach [Mon, 24 Aug 2009 20:39:32 +0000 (13:39 -0700)]
am 3b7521b5: CTS: Add application security tests to makefile

Merge commit '3b7521b524de694cb9da277fd1d7493fc41aa0f3' into eclair

* commit '3b7521b524de694cb9da277fd1d7493fc41aa0f3':
  CTS: Add application security tests to makefile

14 years agoam 8fead691: Merge change 22448 into donut
Doug Zongker [Mon, 24 Aug 2009 20:39:30 +0000 (13:39 -0700)]
am 8fead691: Merge change 22448 into donut

Merge commit '8fead6912ed3f04867974631935435a887ed889d' into eclair

* commit '8fead6912ed3f04867974631935435a887ed889d':
  incremental OTAs should remove /system/recovery.img

14 years agoCTS: Add application security tests to makefile
Phil Dubach [Wed, 19 Aug 2009 23:26:40 +0000 (16:26 -0700)]
CTS: Add application security tests to makefile

Change-Id: I51291d338cca88fed68247efbecbaf747306c6b7

14 years agoMerge change 22448 into donut
Android (Google) Code Review [Mon, 24 Aug 2009 17:36:06 +0000 (10:36 -0700)]
Merge change 22448 into donut

* changes:
  incremental OTAs should remove /system/recovery.img

14 years agoincremental OTAs should remove /system/recovery.img
Doug Zongker [Mon, 24 Aug 2009 17:24:32 +0000 (10:24 -0700)]
incremental OTAs should remove /system/recovery.img

This file has been replaced by the recovery_from_boot.p patch file,
but needs to be removed from existing devices if it exists.

14 years agoRemove frameworks/base/im from build path
Scott Su [Mon, 24 Aug 2009 05:44:05 +0000 (13:44 +0800)]
Remove frameworks/base/im from build path

14 years agoam 72a5cc82: Merge change 22354 into donut
Scott Main [Sat, 22 Aug 2009 14:44:20 +0000 (07:44 -0700)]
am 72a5cc82: Merge change 22354 into donut

Merge commit '72a5cc829038254988054046c302550d6821a300' into eclair

* commit '72a5cc829038254988054046c302550d6821a300':
  docs only.

14 years agoam eca5e16e: Merge change 22348 into donut
Scott Main [Sat, 22 Aug 2009 14:44:16 +0000 (07:44 -0700)]
am eca5e16e: Merge change 22348 into donut

Merge commit 'eca5e16e057cc6915c07ea4138929c44a013aba6' into eclair

* commit 'eca5e16e057cc6915c07ea4138929c44a013aba6':
  docs only.

14 years agoam 7c463e4b: Merge change 21778 into donut
Phil Dubach [Sat, 22 Aug 2009 14:43:37 +0000 (07:43 -0700)]
am 7c463e4b: Merge change 21778 into donut

Merge commit '7c463e4b0565f752bc06feb98962ab1536937aa1' into eclair

* commit '7c463e4b0565f752bc06feb98962ab1536937aa1':
  CTS: Enable Python description/plan generator

14 years agoMerge change 22354 into donut
Android (Google) Code Review [Fri, 21 Aug 2009 23:38:35 +0000 (16:38 -0700)]
Merge change 22354 into donut

* changes:
  docs only. add donut image for homepage announcement.

14 years agodocs only.
Scott Main [Fri, 21 Aug 2009 23:37:09 +0000 (16:37 -0700)]
docs only.
add donut image for homepage announcement.

14 years agoMerge change 22348 into donut
Android (Google) Code Review [Fri, 21 Aug 2009 23:12:25 +0000 (16:12 -0700)]
Merge change 22348 into donut

* changes:
  docs only. remove preliminary watermak

14 years agodocs only.
Scott Main [Fri, 21 Aug 2009 23:11:02 +0000 (16:11 -0700)]
docs only.
remove preliminary watermak

14 years agoMerge change 21778 into donut
Android (Google) Code Review [Fri, 21 Aug 2009 21:41:40 +0000 (14:41 -0700)]
Merge change 21778 into donut

* changes:
  CTS: Enable Python description/plan generator

14 years agoPrefer ContactsProvider over GoogleContactsProvider.
Jeff Hamilton [Fri, 21 Aug 2009 05:38:17 +0000 (00:38 -0500)]
Prefer ContactsProvider over GoogleContactsProvider.

14 years agoam e05628cc: fix signing user builds
Doug Zongker [Fri, 21 Aug 2009 01:18:29 +0000 (18:18 -0700)]
am e05628cc: fix signing user builds

Merge commit 'e05628cc8df4ec4b69befa9652d81eb81f0ab008' into eclair

* commit 'e05628cc8df4ec4b69befa9652d81eb81f0ab008':
  fix signing user builds

14 years agofix signing user builds
Doug Zongker [Fri, 21 Aug 2009 00:38:42 +0000 (17:38 -0700)]
fix signing user builds

When unzipping a target-files which has been signed with OTA key
replacement, you'll get "overwrite this file?" prompts because the key
files appear in the zip files twice.  Suppress these prompts.

Many developer phone products don't define PRODUCT_OTA_PUBLIC_KEYS, so
add a default key.

This change doesn't affect device code.

14 years agoam 6f7ba2dc: Merge change 20234 into donut
Dirk Dougherty [Thu, 20 Aug 2009 17:36:47 +0000 (10:36 -0700)]
am 6f7ba2dc: Merge change 20234 into donut

Merge commit '6f7ba2dce2c112eb4be33dbad54751d55ddd2276' into eclair

* commit '6f7ba2dce2c112eb4be33dbad54751d55ddd2276':
  Remove extraneous quotation mark in template file

14 years agoMerge change 20234 into donut
Android (Google) Code Review [Thu, 20 Aug 2009 17:33:11 +0000 (10:33 -0700)]
Merge change 20234 into donut

* changes:
  Remove extraneous quotation mark in template file

14 years agoClean libwebcore after new WebKit merge
Andrei Popescu [Thu, 20 Aug 2009 11:42:30 +0000 (12:42 +0100)]
Clean libwebcore after new WebKit merge

14 years agoCTS: Enable Python description/plan generator
Phil Dubach [Fri, 14 Aug 2009 20:48:34 +0000 (13:48 -0700)]
CTS: Enable Python description/plan generator

This enables the new description/plan generator added in change
21366.

14 years agoMerge change 21912 into eclair
Android (Google) Code Review [Wed, 19 Aug 2009 21:46:27 +0000 (14:46 -0700)]
Merge change 21912 into eclair

* changes:
  Bump platform version to 4.