Commit Graph

53972 Commits

Author SHA1 Message Date
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
Android (Google) Code Review 04418dc32c Merge change 7583
* changes:
  Modify libqcamera to be called liboemcamera
2009-07-16 15:17:45 -07:00
Rebecca Schultz Zavin a5b5ea9d6d Modify libqcamera to be called liboemcamera
This will allow us to support non qualcomm cameras in the prelink map.

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
2009-07-16 14:11:57 -07:00
Android (Google) Code Review ccf9c1da86 Merge change 7479 into donut
* changes:
  handle identical gzip chunks better
2009-07-16 13:30:16 -07:00
Android (Google) Code Review bc67484d35 Merge change 7524
* changes:
  add HAVE_VFP flag
2009-07-16 13:25:02 -07:00
Mike Reed 582dcbd7d1 add HAVE_VFP flag 2009-07-16 15:22:57 -04:00
Android (Google) Code Review df59120e48 Merge change 7519
* changes:
  cleanstep for removing the asf config file
2009-07-16 10:08:48 -07:00
The Android Open Source Project 8a1ca0802d ERC16 2009-07-16 08:36:01 -07:00
The Android Open Source Project d6c37edbc1 DRC16 2009-07-16 08:35:50 -07:00
The Android Open Source Project 8a73d02d54 Merge commit 'goog/master' into eclair-release 2009-07-16 08:35:32 -07:00
The Android Open Source Project 8739a38b32 Merge commit 'goog/donut' into donut-release 2009-07-16 08:35:22 -07:00
Marco Nelissen 7d7a573218 cleanstep for removing the asf config file 2009-07-16 08:27:40 -07:00
Doug Zongker 79e4a0b568 am a237874c: fix the modtime of files in the apk when signing
Merge commit 'a237874ccf49e92b93faea51f65c2ff37ea19ac7'

* commit 'a237874ccf49e92b93faea51f65c2ff37ea19ac7':
  fix the modtime of files in the apk when signing
2009-07-15 18:15:19 -07:00
Doug Zongker 3b72436dbe handle identical gzip chunks better
Improve the speed of incremental OTA install by treating unchanging
gzip chunks as normal chunks, avoiding a decompress/recompress cycle.
This reduces the time needed to apply a patch to a boot image where
the kernel has not changed from ~30 seconds to ~2 seconds, on an opal.
2009-07-15 17:54:30 -07:00
Dirk Dougherty efdcda4f90 AI 150537: Add support for language-specific tabs in android developer's blog. Pass the current language pref as an hl=lang url query.
BUG=1910893

Automated import of CL 150537
2009-07-15 16:41:48 -07:00
Dirk Dougherty d8cfce0ddf AI 150536: Change the formatting of sdk redirect pages so that they are not language-specific.
BUG=1790234

Automated import of CL 150536
2009-07-15 16:37:21 -07:00
Doug Zongker a237874ccf fix the modtime of files in the apk when signing
SignApk fixes the timestamp of the signature files it adds.  Use that
same timestamp for all the files, so that the modtime doesn't vary
from build to build.  (Incremental OTAs currently spend significant
time rewriting every .apk to do nothing but patch in timestamp
changes.)
2009-07-15 15:43:39 -07:00
Scott Main 3ba448c7f0 AI 150535: add the Videos page to the site
Automated import of CL 150535
2009-07-15 15:38:17 -07:00
Robert Greenwalt 3c794d71b9 Fix LOCAL_PATH in mm builds so that overlays work
LOCAL_PATH is a relative path from TOP when making a full build.
This change makes that true for mm builds too.
2009-07-15 15:07:44 -07:00
Phil Dubach 571d0f299f CTS: Add media test cases to CTS makefile 2009-07-15 11:11:13 -07:00
The Android Open Source Project 95b3532fd7 ERC15 2009-07-15 08:36:14 -07:00
The Android Open Source Project eea324d111 DRC15 2009-07-15 08:35:49 -07:00
The Android Open Source Project b4f17173a9 Merge commit 'goog/master' into eclair-release 2009-07-15 08:35:31 -07:00
The Android Open Source Project 612b67d55e Merge commit 'goog/donut' into donut-release 2009-07-15 08:35:14 -07:00
Doug Zongker b606925ef9 am 03061474: in auto mode, generate both edify and amend scripts for full OTAs
Merge commit '030614740c1a22e51c6513058852f9ab368fdf5d'

* commit '030614740c1a22e51c6513058852f9ab368fdf5d':
  in auto mode, generate both edify and amend scripts for full OTAs
2009-07-14 12:54:56 -07:00
Android (Google) Code Review eba0479d10 Merge change 7093
* changes:
  Python script to parse a build log and present the warnings in html
2009-07-14 12:51:28 -07:00
Doug Zongker 030614740c in auto mode, generate both edify and amend scripts for full OTAs
Generate packages that can be installed by either amend or edify, so
we can remove amend support from donut.
2009-07-14 12:40:26 -07:00
Marco Nelissen 594375db5f Python script to parse a build log and present the warnings in html 2009-07-14 12:22:29 -07:00
Android (Google) Code Review 1935a3a3f6 Merge change 6928
* changes:
  set -fpu=neon so we can use arm_neon.h
2009-07-14 10:50:13 -07:00
The Android Open Source Project ba92771193 ERC14 2009-07-14 08:36:07 -07:00
The Android Open Source Project 73e23ddad9 DRC14 2009-07-14 08:35:54 -07:00
The Android Open Source Project e74f60a859 Merge commit 'goog/master' into eclair-release 2009-07-14 08:35:30 -07:00
Android (Google) Code Review 28e0fb4f03 Merge change 7059
* changes:
  Apparently the build server uses a different compiler, one that doesn't understand '-fdiagnostics-show-option'
2009-07-13 21:00:57 -07:00
Marco Nelissen e4aaa368b3 Apparently the build server uses a different compiler, one that doesn't understand '-fdiagnostics-show-option' 2009-07-13 20:57:24 -07:00
Android (Google) Code Review 41c3a0f8c1 Merge change 7036
* changes:
  Enable some more useful warnings, and treat some particularly bad ones (that we don't have currently) as errors.
2009-07-13 20:30:10 -07:00
Marco Nelissen bac9a7f18e Enable some more useful warnings, and treat some particularly bad ones (that we don't have currently) as errors. 2009-07-13 17:51:59 -07:00
Mike Lockwood 56c7c9d598 cleanspec.mk: Add clean step needed for switching sholes to real GPS.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-13 19:26:34 -04:00
Wei Huang a84cc3187e add clean step for IDataMessagingService. 2009-07-13 13:37:53 -07:00
Mike Reed 8ce877a3ab set -fpu=neon so we can use arm_neon.h 2009-07-13 14:48:43 -04:00
Phil Dubach db3b6e8322 AI 150470: CTS: Fix naming for extra permission tests and include them in makefile
Automated import of CL 150470
2009-07-13 10:49:22 -07:00
The Android Open Source Project 16c3135c1b ERC13 2009-07-13 08:36:02 -07:00
The Android Open Source Project 9db346a9d6 DRC13 2009-07-13 08:35:59 -07:00