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
d59b24325c
Merge commit 'remotes/goog/eclair' into eclair-release
2009-08-27 18:10:14 -07:00
Dirk Dougherty
123bb1228b
Doc changes for SDK update.
...
Update SDK toc template.
2009-08-27 16:48:25 -07:00
Doug Zongker
f76b9c87b1
remove bootloader assertions
...
These should be done by the device-specific module where necessary;
they aren't appropriate for all devices.
2009-08-27 16:12:00 -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
Scott Main
e06d28ecd7
am dab571d6
: Merge change 22524 into donut
...
Merge commit 'dab571d613c2d9955163fa672e3b8ad92fdf5cb7' into eclair
* commit 'dab571d613c2d9955163fa672e3b8ad92fdf5cb7':
docs only.
2009-08-26 09:29:28 -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
Android (Google) Code Review
dab571d613
Merge change 22524 into donut
...
* changes:
docs only. fix api level highlighting for the treeview navigation.
2009-08-25 16:33:12 -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
Scott Main
694972774e
docs only.
...
fix api level highlighting for the treeview navigation.
2009-08-24 17:33:06 -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
Doug Zongker
2f78b8ba12
am 8fead691
: Merge change 22448 into donut
...
Merge commit '8fead6912ed3f04867974631935435a887ed889d' into eclair
* commit '8fead6912ed3f04867974631935435a887ed889d':
incremental OTAs should remove /system/recovery.img
2009-08-24 13:39:30 -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
The Android Open Source Project
d7183f9961
Merge commit 'remotes/goog/eclair' into eclair-release
2009-08-24 10:39:52 -07:00
Android (Google) Code Review
8fead6912e
Merge change 22448 into donut
...
* changes:
incremental OTAs should remove /system/recovery.img
2009-08-24 10:36:06 -07:00
The Android Open Source Project
45ce9badc4
ERC55B
2009-08-24 10:34:20 -07:00
Doug Zongker
3b949f0725
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.
2009-08-24 10:24:32 -07:00
The Android Open Source Project
1687276897
ERC55
2009-08-24 08:35:46 -07:00
The Android Open Source Project
1dcaf3b87c
Merge commit 'remotes/goog/eclair' into eclair-release
2009-08-24 08:35:35 -07:00
Scott Su
40ea53098c
Remove frameworks/base/im from build path
2009-08-23 23:43:24 -07:00
Scott Main
aab0d4c9f9
am 72a5cc82
: Merge change 22354 into donut
...
Merge commit '72a5cc829038254988054046c302550d6821a300' into eclair
* commit '72a5cc829038254988054046c302550d6821a300':
docs only.
2009-08-22 07:44:20 -07:00
Scott Main
102400f8e2
am eca5e16e
: Merge change 22348 into donut
...
Merge commit 'eca5e16e057cc6915c07ea4138929c44a013aba6' into eclair
* commit 'eca5e16e057cc6915c07ea4138929c44a013aba6':
docs only.
2009-08-22 07:44:16 -07:00
Phil Dubach
dd6c1e11c5
am 7c463e4b
: Merge change 21778 into donut
...
Merge commit '7c463e4b0565f752bc06feb98962ab1536937aa1' into eclair
* commit '7c463e4b0565f752bc06feb98962ab1536937aa1':
CTS: Enable Python description/plan generator
2009-08-22 07:43:37 -07:00
Android (Google) Code Review
72a5cc8290
Merge change 22354 into donut
...
* changes:
docs only. add donut image for homepage announcement.
2009-08-21 16:38:35 -07:00
Scott Main
37a4d1cb5c
docs only.
...
add donut image for homepage announcement.
2009-08-21 16:37:09 -07:00
The Android Open Source Project
786d66abb9
ERC52C
2009-08-21 16:30:15 -07:00
The Android Open Source Project
e395d0e1a6
ERC52B
2009-08-21 16:17:58 -07:00
Android (Google) Code Review
eca5e16e05
Merge change 22348 into donut
...
* changes:
docs only. remove preliminary watermak
2009-08-21 16:12:25 -07:00
Scott Main
d22b5e108d
docs only.
...
remove preliminary watermak
2009-08-21 16:11:02 -07:00
Android (Google) Code Review
7c463e4b05
Merge change 21778 into donut
...
* changes:
CTS: Enable Python description/plan generator
2009-08-21 14:41:40 -07:00
The Android Open Source Project
9bea88781a
ERC52
2009-08-21 07:05:52 -07:00
The Android Open Source Project
8d8320f96f
Merge commit 'remotes/goog/eclair' into eclair-release
2009-08-21 07:05:41 -07:00
Jeff Hamilton
0c51de15fd
Prefer ContactsProvider over GoogleContactsProvider.
2009-08-21 00:38:17 -05:00
Doug Zongker
1f8b697a7f
am e05628cc
: fix signing user builds
...
Merge commit 'e05628cc8df4ec4b69befa9652d81eb81f0ab008' into eclair
* commit 'e05628cc8df4ec4b69befa9652d81eb81f0ab008':
fix signing user builds
2009-08-20 18:18:29 -07:00
Doug Zongker
e05628cc8d
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.
2009-08-20 18:02:47 -07:00