The Android Open Source Project
d73416d545
ERC79
2009-09-17 08:39:31 -07:00
The Android Open Source Project
95e92cb00d
ERC78
2009-09-16 08:36:49 -07:00
The Android Open Source Project
e7985e7695
ERC77
2009-09-15 08:36:07 -07:00
The Android Open Source Project
ca98de90a4
Merge commit 'remotes/goog/eclair' into eclair-release
2009-09-15 08:35:55 -07:00
Doug Zongker
93d9ff44ce
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.
2009-09-14 17:46:41 -07:00
The Android Open Source Project
61ec67945b
ERC76B
2009-09-14 17:39:21 -07:00
android-build SharedAccount
30b0e7cb66
ERC76
2009-09-14 09:03:43 -07:00
android-build SharedAccount
c9852144e4
ERC73B
2009-09-11 14:14:29 -07:00
android-build SharedAccount
e6da146c3a
ERC73
2009-09-11 08:44:45 -07:00
android-build SharedAccount
9544d08bf4
ERC72B
2009-09-10 16:54:48 -07:00
android-build SharedAccount
6b44e3d73e
Merge branch 'eclair' into eclair-release
2009-09-10 16:52:21 -07:00
Andy McFadden
2c86bfd285
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.
2009-09-10 10:05:14 -07:00
The Android Open Source Project
1279563c4b
ERC72
2009-09-10 08:37:47 -07:00
The Android Open Source Project
d305f54c8e
ERC71
2009-09-09 10:44:02 -07:00
The Android Open Source Project
462edda61b
ERC70
2009-09-08 07:27:14 -07:00
android-build SharedAccount
63c11540ac
ERC65B - after the fact
2009-09-07 00:40:35 -07:00
The Android Open Source Project
99e6ea3b63
ERC65
2009-09-03 08:36:28 -07:00
The Android Open Source Project
d2fd326df4
ERC64
2009-09-02 08:36:47 -07:00
The Android Open Source Project
b638230512
ERC63B
2009-09-01 15:15:59 -07:00
The Android Open Source Project
454f2994e9
ERC63
2009-09-01 08:36:24 -07:00
The Android Open Source Project
304d049c4f
ERC62
2009-08-31 08:36:13 -07:00
The Android Open Source Project
df709c6099
Merge commit 'remotes/goog/eclair' into eclair-release
2009-08-31 08:36:00 -07:00
Android (Google) Code Review
db7ab295c4
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.
2009-08-30 13:44:22 -07:00
Joe Onorato
2daa2b3b05
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.
2009-08-30 13:43:00 -07:00
Brett Chabot
0425394081
am 3c7c8a60
: Merge change 22522 into donut
...
Merge commit '3c7c8a60860f97ac4c7381bd6ed30a43864372da' into eclair
* commit '3c7c8a60860f97ac4c7381bd6ed30a43864372da':
Add Gesture tests to CTS.
2009-08-29 16:44:39 -07:00
Android (Google) Code Review
3c7c8a6086
Merge change 22522 into donut
...
* changes:
Add Gesture tests to CTS.
2009-08-29 16:42:25 -07:00
The Android Open Source Project
1503b4257a
ERC59B
2009-08-28 14:05:01 -07:00
The Android Open Source Project
cf6d088196
ERC59
2009-08-28 08:35:51 -07:00
The Android Open Source Project
edd8c2052c
Merge commit 'remotes/goog/eclair' into eclair-release
2009-08-28 08:35:41 -07:00
Daniel Sandler
c6646c9ac4
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.
2009-08-28 10:00:12 -04:00
The Android Open Source Project
33b86ad856
ERC58C
2009-08-27 18:10:27 -07:00
The Android Open Source Project
d85e883a71
ERC58B
2009-08-27 15:08:33 -07:00
The Android Open Source Project
8b4c6e8fed
ERC58
2009-08-27 08:36:10 -07:00
The Android Open Source Project
e5860a383a
Merge commit 'remotes/goog/eclair' into eclair-release
2009-08-27 08:35:55 -07:00
Doug Zongker
3938ab2572
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
2009-08-26 23:22:05 -07:00
Doug Zongker
1b6d0a65fc
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).
2009-08-26 18:22:43 -07:00
Doug Zongker
fbc039e9b9
am 4ac1ba61
: fix typo in bash expression
...
Merge commit '4ac1ba61075190fa9ced594c85285beff6293184' into eclair
* commit '4ac1ba61075190fa9ced594c85285beff6293184':
fix typo in bash expression
2009-08-26 11:41:13 -07:00
Doug Zongker
ed96e88850
resolved conflicts for merge of 6dd2ae02
to eclair
2009-08-26 09:37:07 -07:00
The Android Open Source Project
25e3597702
ERC57
2009-08-26 08:36:01 -07:00
Doug Zongker
4ac1ba6107
fix typo in bash expression
...
Fortunately the error doesn't change the value of the expression
(since undefined variables are treated as 0 inside "$((...))").
2009-08-25 20:38:50 -07:00
Doug Zongker
6dd2ae02c1
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.
2009-08-25 18:05:02 -07:00
The Android Open Source Project
57408af32c
ERC56
2009-08-25 08:34:35 -07:00
The Android Open Source Project
806acb332f
ERC55D
2009-08-24 18:49:05 -07:00
The Android Open Source Project
cc579c2ae7
Merge commit 'remotes/goog/eclair' into eclair-release
2009-08-24 18:48:54 -07:00
Brett Chabot
759901fa6d
Add Gesture tests to CTS.
2009-08-24 17:30:41 -07:00
Phil Dubach
d0088f0e28
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
2009-08-24 15:51:51 -07:00
Phil Dubach
793817baa1
CTS: Add missing make dependencies for application security tests
...
Change-Id: I4d069b18b0da5f49ca9bb377d04732b8222ac137
2009-08-24 15:18:35 -07:00
Phil Dubach
c4d5369c22
am 3b7521b5
: CTS: Add application security tests to makefile
...
Merge commit '3b7521b524de694cb9da277fd1d7493fc41aa0f3' into eclair
* commit '3b7521b524de694cb9da277fd1d7493fc41aa0f3':
CTS: Add application security tests to makefile
2009-08-24 13:39:32 -07:00
Phil Dubach
3b7521b524
CTS: Add application security tests to makefile
...
Change-Id: I51291d338cca88fed68247efbecbaf747306c6b7
2009-08-24 11:49:39 -07:00
The Android Open Source Project
122e179e33
ERC55C
2009-08-24 10:40:00 -07:00