Commit Graph

85413 Commits

Author SHA1 Message Date
android-build SharedAccount
d04ebbc954 DRC23 2009-07-23 09:25:30 -07:00
android-build SharedAccount
14b7cb1f54 Merge commit 'remotes/goog/donut' into donut-release 2009-07-23 09:24:44 -07:00
Marco Nelissen
33a76aa919 Clean step to remove silent ringtone. 2009-07-23 09:23:44 -07:00
The Android Open Source Project
2e971c60fd ERC23 2009-07-23 08:36:45 -07:00
The Android Open Source Project
7cf1d604ae Merge commit 'remotes/goog/master' into eclair-release 2009-07-23 08:36:35 -07:00
Gaurav Mathur
eea8234481 Fixed PDK links that point to the Creative Commons License 2009-07-22 20:27:12 -07:00
Doug Zongker
6c770467fb applypatch changes for patching recovery image
Make some changes needed to applypatch in order to store the recovery
image in the system partition as a binary patch relative to the boot
image:

  - make applypatch use shared libraries, so it's smaller.  It will
    need to be on the main system so it can install the recovery
    image.  Make an applypatch_static binary for use in recovery
    packages (still needed for updating cupcake devices to donut).

  - output the results of patching to an in-memory buffer and write
    that to the partition; there's no convenient /tmp for us to us.
    (This should be basically a no-op in recovery, since /tmp is a
    ramdisk anyway.)
2009-07-22 19:15:59 -07:00
Dirk Dougherty
2e45d6ac47 Merge commit 'f9f41d0dfdac6deb819f0cc0cb0270f504dbd4ed' into manualmergeDroiddoc 2009-07-22 19:01:46 -07:00
Dirk Dougherty
f267149426 Merge commit 'e6be85f5eb1438636e436be4162dd8f54a1192bf' into manualmergeDroiddoc 2009-07-22 19:01:20 -07:00
Jack Palevich
2613966d5d Clean up after removing android.opengl.Version 2009-07-22 16:04:39 -07:00
Doug Zongker
0493e240fd make bootloader requirements optional
Interpret a "*" in the "require version-bootloader" line as "don't
require any specific bootloader".  Sholes OTAs include the bootloader
and the main system in the same package.
2009-07-22 09:28:25 -07:00
The Android Open Source Project
79e2f4ceb3 DRC22 2009-07-22 08:36:11 -07:00
The Android Open Source Project
85645a7164 Merge commit 'remotes/goog/donut' into donut-release 2009-07-22 08:35:56 -07:00
The Android Open Source Project
375fe38bbc ERC22 2009-07-22 08:35:45 -07:00
The Android Open Source Project
7f5c3d1d7f Merge commit 'remotes/goog/master' into eclair-release 2009-07-22 08:35:33 -07:00
Feng Qian
7166e3a882 Force rebuild libwebcore.
This should be submitted after 8156.
2009-07-21 22:24:02 -07:00
Jesse Wilson
289d80eee4 Adding version information to DroidDoc. Rather than pulling the version from
@since tags in the code, it's pulled from the API XML files also used by
apicheck.

The code now reads the apicheck XML, and applies it's versions to the DroidDoc
class models. The models output the version to HDF, and that's picked up by
the CS templates.

The clearsilver templates will be changed to be pretty in a follow up change.

Conflicts:
	tools/droiddoc/src/DroidDoc.java
2009-07-21 18:09:39 -07:00
Android (Google) Code Review
ef5e7dc4dd am 70a76816: Merge change 7944 into donut
Merge commit '70a76816e5268e345a2a52d12c7c0140e9645015'

* commit '70a76816e5268e345a2a52d12c7c0140e9645015':
  better patching for zip files
2009-07-21 14:38:39 -07:00
Android (Google) Code Review
70a76816e5 Merge change 7944 into donut
* changes:
  better patching for zip files
2009-07-21 12:07:35 -07:00
Jesse Wilson
5e0dd414ff Adding version information to DroidDoc. Rather than pulling the version from
@since tags in the code, it's pulled from the API XML files also used by
apicheck.

The code now reads the apicheck XML, and applies it's versions to the DroidDoc
class models. The models output the version to HDF, and that's picked up by
the CS templates.

The clearsilver templates will be changed to be pretty in a follow up change.
2009-07-21 11:06:25 -07:00
Scott Main
5db40c6db7 AI 150594: change the homepage markup and styles to allow variable height in
the carousel bulletin items
  also move the IO announcement into the carousel and add an ADC2 announcement
  ALSO change the carousel script to write all bulletins to the DOM right away and show/hide them, instead of reading from the JSON and writing to the DOM each time on the fly

Automated import of CL 150594
2009-07-21 10:52:11 -07:00
Android Git Automerger
92afa42830 ERC21B 2009-07-21 10:14:13 -07:00
Android Git Automerger
5300b6b5ab ERC21 2009-07-21 09:09:29 -07:00
The Android Open Source Project
eb094c2469 Merge commit 'remotes/goog/master' into eclair-release 2009-07-21 08:50:30 -07:00
The Android Open Source Project
da8262ff3d DRC21 2009-07-21 08:35:09 -07:00
The Android Open Source Project
7bda3a0ef1 Merge commit 'remotes/goog/donut' into donut-release 2009-07-21 08:35:00 -07:00
Android Git Automerger
52e9aec12e ERC20B 2009-07-20 17:39:57 -07:00
Erik Gilling
3c3fae144e Force sholes to rebuild in order to pick up linker fix
A work around is implmented in the new linker to avoid instruction streams
which are known to cause problems on cortex a8.  In order to work reliably
with branch prediction enabled, the entire runtime needs to be built with
this toolchain.

Signed-off-by: Erik Gilling <konkers@android.com>
2009-07-20 15:48:03 -07:00
Doug Zongker
6b2bb3d96d better patching for zip files
Adds a zip mode ("-z") to imgdiff to construct efficient patches for
zip files (including jars and apks).  We identify the regions within
the zip file containing deflated data, and when a corresponding file
can be found in the source zip, a patch is generated for the
uncompressed version of the data.

The GZIP chunk type is replaced with a DEFLATE chunk type that handles
a raw deflated data stream.  This new DEFLATE chunk can be used for
both gzipped pieces (as found within boot and recovery images) and zip
files (apks, etc.)  The gzip header and footer are handled by NORMAL
chunks on either side of the main DEFLATE chunks.  (Typically these
tiny NORMAL chunks will get merged with adjacent chunks, so the number
of output chunks is unaffected.)

Add a test script that tests the generate-apply cycle on all the zips
and images within a pair of full OTA packages.
2009-07-20 14:45:29 -07:00
Romain Guy
9a3bcd9538 am 476f46bb: Add GestureBuilder to SDK build.
Merge commit '476f46bb568ebe5879e46d0d975ea885409f586a'

* commit '476f46bb568ebe5879e46d0d975ea885409f586a':
  Add GestureBuilder to SDK build.
2009-07-20 13:41:31 -07:00
Romain Guy
476f46bb56 Add GestureBuilder to SDK build. 2009-07-20 11:22:08 -07:00
Joe Onorato
b7c41aaad0 Add a separate version of the docs build that only does the stubs.
That way we don't have to wait for clearsilver to write the thousands
of html files during every build.

(This is the build change, there is also a frameworks/base change)
2009-07-20 11:57:59 -04:00
The Android Open Source Project
6010358ba9 ERC20 2009-07-20 08:35:58 -07:00
The Android Open Source Project
55595849be Merge commit 'remotes/goog/master' into eclair-release 2009-07-20 08:35:46 -07:00
The Android Open Source Project
aa6ccda99e DRC20 2009-07-20 08:34:58 -07:00
The Android Open Source Project
8fe4cc9d82 Merge commit 'remotes/goog/donut' into donut-release 2009-07-20 08:34:49 -07:00
Android (Google) Code Review
dce85e32ec am 6ef19dad: Merge change 7040 into donut
Merge commit '6ef19dadbf1f2e35551d2bf559b0d533f77b366d'

* commit '6ef19dadbf1f2e35551d2bf559b0d533f77b366d':
  CTS: Add media test cases to CTS makefile
2009-07-19 20:20:12 -07:00
Android (Google) Code Review
36cb84fcae Merge change 7774
* changes:
  enable cortex branch predition errata workaround for armv7-a builds
2009-07-17 17:18:21 -07:00
Joe Onorato
f2bce89880 am e334d255: Speed up the full build.
Merge commit 'e334d255dc8f85d610f4d0339227a0b985494811'

* commit 'e334d255dc8f85d610f4d0339227a0b985494811':
  Speed up the full build.
2009-07-17 17:13:08 -07:00
Erik Gilling
c12c518379 enable cortex branch predition errata workaround for armv7-a builds
Signed-off-by: Erik Gilling <konkers@android.com>
2009-07-17 15:58:42 -07:00
Android (Google) Code Review
6ef19dadbf Merge change 7040 into donut
* changes:
  CTS: Add media test cases to CTS makefile
2009-07-17 15:56:25 -07:00
The Android Open Source Project
14b072c7a1 DRC17C 2009-07-17 14:50:37 -07:00
The Android Open Source Project
50b59d1859 Merge commit 'remotes/goog/donut' into donut-release 2009-07-17 14:50:28 -07:00
Joe Onorato
e334d255dc Speed up the full build.
Now, by default, instead of fully building everything,
we skip dexing the modules that aren't going to be included
in the current build.

This will slow down some of the incremental builds (like tests),
but it improves the regular eng build from 27.5 minutes on my
Mac Pro to 25 minutes.  That's not as much of an improvement
as I had hoped for, but it's still better.

There is also a change in here that puts the java-source-list
file which is used to get around limited command line lengths
in the proper directory.  Before this change, it was an
accident that the directory for that file existed!
2009-07-17 16:48:15 -04:00
android-build SharedAccount
728eeddd9c DRC17B 2009-07-17 13:01:01 -07:00
The Android Open Source Project
a42e369650 ERC17 2009-07-17 08:35:57 -07:00
The Android Open Source Project
ce7a21b534 Merge commit 'remotes/goog/master' into eclair-release 2009-07-17 08:35:47 -07:00
The Android Open Source Project
179d46fcd5 DRC17 2009-07-17 08:35:34 -07:00
The Android Open Source Project
68fe37b1d8 Merge commit 'remotes/goog/donut' into donut-release 2009-07-17 08:35:08 -07:00
Android (Google) Code Review
4d221e8e28 am ccf9c1da: Merge change 7479 into donut
Merge commit 'ccf9c1da8612d2d9bfb13efb97ceed29c15c83b4'

* commit 'ccf9c1da8612d2d9bfb13efb97ceed29c15c83b4':
  handle identical gzip chunks better
2009-07-16 17:54:18 -07:00