Owen Lin
64d5a80706
Add OVERRIDE_PACKAGES support for prebuild modules.
...
So that some prebuild module can override existing packages.
Change-Id: I4f0d019e07b84d24cf0234903bd4b06104e0ed27
2009-10-20 22:23:37 -07:00
Android (Google) Code Review
36f349acc9
Merge change Ied29246e into eclair
...
* changes:
Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.
2009-10-20 22:28:45 -04:00
Brandon Ballinger
ed29246e31
Add support for LOCAL_OVERRIDES_PACKAGES to prebuilt build rules.
2009-10-20 17:41:16 -07:00
Android (Google) Code Review
decdbd7956
Merge change I5e98e6f0 into eclair
...
* changes:
use aapt to build jar files instead of the system zip (DO NOT MERGE)
2009-10-20 16:28:14 -04:00
Owen Lin
0a7b54de3a
Add package Gallery into default build.
...
Change-Id: Ia4447fdb6c4c26a5419ef59cc9d8276838a95854
2009-10-20 03:13:04 -07:00
Doug Zongker
5e98e6f05c
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.)
2009-10-19 17:05:46 -07:00
Raphael
aa569862de
Windows SDK: support tools/sdklauncher and tools/layoutopt
...
Change-Id: Iac7d7a0cdc439b2bb1e334e82fe0f354b14d7001
2009-10-12 16:16:02 -07:00
Dianne Hackborn
ff6f3fe448
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
2009-10-08 20:50:27 -07:00
Brett Chabot
1b3886b848
am 45dc54f6: Add speech tests to CTS makefile.
...
Merge commit '45dc54f680faea12519870db356f84924c00687d' into eclair
* commit '45dc54f680faea12519870db356f84924c00687d':
Add speech tests to CTS makefile.
2009-10-08 10:48:24 -07:00
Brett Chabot
af6ccb69fe
am 30e1f2bd: Add dpi tests to CTS.
...
Merge commit '30e1f2bdd83ad7b0f2cb8ec738e93ea2a5a6c408' into eclair
* commit '30e1f2bdd83ad7b0f2cb8ec738e93ea2a5a6c408':
Add dpi tests to CTS.
2009-10-08 10:48:20 -07:00
Brett Chabot
45dc54f680
Add speech tests to CTS makefile.
2009-10-08 10:00:37 -07:00
Brett Chabot
30e1f2bdd8
Add dpi tests to CTS.
2009-10-08 10:00:37 -07:00
Doug Zongker
f2b32f2a4b
resolved conflicts for merge of cfd7db6d
to eclair
2009-10-07 17:05:36 -07:00
Doug Zongker
cfd7db6d84
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.
2009-10-07 16:26:00 -07:00
Android (Google) Code Review
979d5567b7
Merge change I6b350185 into eclair
...
* changes:
Add a cleanspec rule for the change to bump the API version to 5.
2009-10-07 14:05:28 -04:00
Joe Onorato
0889661cd8
eng builds only -- make the thing that makes setupwizard optional actually work.
2009-10-07 10:01:13 -07:00
Jeff Hamilton
c171f00fc7
Add a cleanspec rule for the change to bump the API version to 5.
...
Change-Id: I6b35018552b3a9fc2016f054c8a3c2feb41bc0ad
2009-10-07 00:30:19 -05:00
Dianne Hackborn
0187d84264
Part of issue #2168428 : STOP SHIP: Bump API version to 5
...
This bumps the API version. We are still going to be an Eclair
development version until prebuilts are updated.
Change-Id: Ie76f3cda15b6c2c0b924db614e8024c04ce5a035
2009-10-06 17:22:49 -07:00
Mike Ritter
c51aa3bd0d
am 69625548: Merge change I239e9f26 into donut
...
Merge commit '69625548bf020685cdcb57dffe8f34aba80f11e5' into eclair
* commit '69625548bf020685cdcb57dffe8f34aba80f11e5':
Bug in Mac build where it gets confused over case, fix no longer needed.
2009-10-06 11:46:36 -07:00
Android (Google) Code Review
69625548bf
Merge change I239e9f26 into donut
...
* changes:
Bug in Mac build where it gets confused over case, fix no longer needed. (cherry picked from commit e44fadeb49
)
2009-10-06 14:36:51 -04:00
Android (Google) Code Review
f885d876a2
Merge change I2bdc7ec9 into eclair
...
* changes:
Speed up warn.py about 30x by precompiling all the regular expressions.
2009-10-06 13:48:38 -04:00
Android (Google) Code Review
ea79e65fc6
Merge change Ib7704386 into eclair
...
* changes:
BUILD SYSTEM ONLY - Add TARGET_BUILD_VARIANT to buildspec.mk.default, and put the commonly used options at the top.
2009-10-06 13:31:06 -04:00
Scott Main
5f0241f5d8
am 37bfad5c: docs only. fix FF2 browser bug in header layout
...
Merge commit '37bfad5ce8cc5d2c52ca75770b1c8e895e198e9d' into eclair
* commit '37bfad5ce8cc5d2c52ca75770b1c8e895e198e9d':
docs only.
2009-10-06 10:14:01 -07:00
Scott Main
37bfad5ce8
docs only.
...
fix FF2 browser bug in header layout
http://b/2031559
Change-Id: I251364b9abe0d1a05eda1febdd0f7942e2e610e1
2009-10-06 09:27:10 -07:00
Joe Onorato
582b21e87e
BUILD SYSTEM ONLY - Add TARGET_BUILD_VARIANT to buildspec.mk.default,
...
and put the commonly used options at the top.
2009-10-05 10:06:54 -07:00
Android (Google) Code Review
d5e2f32239
Merge change I57500a81 into eclair
...
* changes:
Add assets from all density to the SDK system image.
2009-09-30 22:58:34 -04:00
Xavier Ducrohet
e63137869d
Add assets from all density to the SDK system image.
...
Change-Id: I57500a81607edf04337f0a0a75077c00d6d17274
2009-09-30 17:20:11 -07:00
Android (Google) Code Review
39715e2f3d
Merge change I962d468d into eclair
...
* changes:
revise the deprecated warning to use the 'caution' style and add a line break
2009-09-30 18:23:08 -04:00
Scott Main
962d468d73
revise the deprecated warning to use the 'caution'
...
style and add a line break
2009-09-30 14:37:32 -07:00
Android (Google) Code Review
8d7955dcef
Merge change Ie3f5cd4a into eclair
...
* changes:
Clean steps for a product configuration change.
2009-09-30 16:20:41 -04:00
Jason Chen
e3f5cd4a25
Clean steps for a product configuration change.
...
Cleans up intermediates produced for a prebuilt app
included in some product configurations.
2009-09-30 12:25:55 -07:00
Mike Ritter
239e9f2671
Bug in Mac build where it gets confused over case, fix no longer needed.
...
(cherry picked from commit e44fadeb49
)
2009-09-30 12:09:19 -07:00
Xavier Ducrohet
f01a53b67b
am 1933782f: Remove kickback/talkback/soundback from SDK.
...
Merge commit '1933782fc0a1ec2bddaf0b851b2fa32994e2d3fe' into eclair
* commit '1933782fc0a1ec2bddaf0b851b2fa32994e2d3fe':
Remove kickback/talkback/soundback from SDK.
2009-09-30 11:32:13 -07:00
Dirk Dougherty
96dcc3a98e
am 7259bae0: Merge change Ied94685e into donut
...
Merge commit '7259bae08d7915c0d5ba6427c815d7576c0ef045' into eclair
* commit '7259bae08d7915c0d5ba6427c815d7576c0ef045':
Add NDK version reference to template.
2009-09-30 11:32:09 -07:00
Doug Zongker
c18736b1a7
remember device-specific releasetools extensions in target-files
...
Store the location of the releasetools extensions in the target-files
zip, and make ota_from_target_files use that stored location by
default (though it can still be overridden with -s if desired).
2009-09-30 09:20:32 -07:00
Xavier Ducrohet
1933782fc0
Remove kickback/talkback/soundback from SDK.
...
These apps are not in the AOSP tree and cannot be part of the standard SDK
build.
They are available at http://code.google.com/p/eyes-free/
2009-09-29 18:11:05 -07:00
Android (Google) Code Review
c3c136c4cd
Merge change I95ed76bd into eclair
...
* changes:
Update usage and readme for zipalign.
2009-09-29 14:31:43 -04:00
Andy McFadden
95ed76bd3e
Update usage and readme for zipalign.
...
Added the "-c" flag to the README, and added a short description of the
flag meanings to the usage output. Threw in an AOSP copyright one-liner
for good measure.
2009-09-29 10:55:32 -07:00
Marco Nelissen
2bdc7ec9cf
Speed up warn.py about 30x by precompiling all the regular expressions.
2009-09-29 10:19:29 -07:00
Android (Google) Code Review
7259bae08d
Merge change Ied94685e into donut
...
* changes:
Add NDK version reference to template.
2009-09-29 11:43:24 -04:00
Dave Sparks
55ad5cc3e6
Change default notification to OnTheHunt. Bug 2146688.
2009-09-28 17:27:32 -07:00
Nick Pelly
dfb05e7a16
cleanspek for Bluetooth API change.
...
Change-Id: I3bc628b4dae7757aa616f09a69e6c0f6612b7f87
2009-09-28 13:34:07 -07:00
Doug Zongker
481c4e650f
fix python syntax error
2009-09-28 10:07:13 -07:00
Jeff Hamilton
d85472a746
Fix the build. imgdiff.c needed #include <sys/types.h>.
...
Change-Id: I82169a926e7df2aa92bac2c4f427bc64f4811362
2009-09-25 21:47:52 -05:00
Doug Zongker
7f116185cc
add missing include directory
...
Should have been in change Id98e0870 (though it builds on my machine
even without this...)
2009-09-25 17:02:20 -07:00
Android (Google) Code Review
2bd8abc7c6
Merge change 27088 into eclair
...
* changes:
integrate bsdiff into imgdiff, instead of using subprocess
2009-09-25 19:43:55 -04:00
Scott Main
6159eead22
am afdb6feb: Merge change 27127 into donut
...
Merge commit 'afdb6feb9b5051f93cecb7fca77cc4a2b3a702ba' into eclair
* commit 'afdb6feb9b5051f93cecb7fca77cc4a2b3a702ba':
docs only.
2009-09-25 15:00:40 -07:00
Android (Google) Code Review
afdb6feb9b
Merge change 27127 into donut
...
* changes:
docs only. inherit the line height to resolve vertical scroll issue in WebKit browsers
2009-09-25 17:48:11 -04:00
Scott Main
18a4883ab3
docs only.
...
inherit the line height to resolve vertical scroll
issue in WebKit browsers
Change-Id: I1707893614e3983e6b53a31229b3e19e584d6950
2009-09-25 14:38:33 -07:00
Android (Google) Code Review
ea4a3fa3d4
Merge change 27066 into eclair
...
* changes:
parallellize computation of binary patches
2009-09-25 15:40:43 -04:00