The Android Open Source Project
3a5013d94e
DRC63C
2009-09-01 22:14:49 -07:00
The Android Open Source Project
1b039fc5ac
DRC63B
2009-09-01 15:14:42 -07:00
The Android Open Source Project
9f6de0f7d2
DRC63
2009-09-01 11:30:04 -07:00
The Android Open Source Project
b6ca6975f1
DRC62
2009-08-31 16:42:21 -07:00
The Android Open Source Project
4beb2674ad
Merge commit 'remotes/goog/donut' into donut-release
2009-08-31 16:42:08 -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
e2989179ce
DRC59
2009-08-28 14:20:38 -07:00
The Android Open Source Project
412ed5eda3
DRC58C
2009-08-27 22:18:38 -07:00
The Android Open Source Project
0364be9fe2
DRC58B
2009-08-27 15:40:48 -07:00
The Android Open Source Project
b6179579f7
DRC58
2009-08-27 11:23:39 -07:00
The Android Open Source Project
aa53037ba5
Merge commit 'remotes/goog/donut' into donut-release
2009-08-27 11:23:27 -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
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
Brett Chabot
759901fa6d
Add Gesture tests to CTS.
2009-08-24 17:30:41 -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
3b7521b524
CTS: Add application security tests to makefile
...
Change-Id: I51291d338cca88fed68247efbecbaf747306c6b7
2009-08-24 11:49:39 -07:00
The Android Open Source Project
0f6f48e0a7
DRC52
2009-08-21 14:20:25 -07:00
The Android Open Source Project
7619d63095
DRC51
2009-08-20 16:56:11 -07:00
Phil Dubach
5e3ab04d97
CTS: Enable Python description/plan generator
...
This enables the new description/plan generator added in change
21366.
2009-08-19 17:03:21 -07:00
The Android Open Source Project
a9409a26b8
DRC50
2009-08-19 15:06:00 -07:00
The Android Open Source Project
dfe9c92a5e
DRC49
2009-08-18 14:11:06 -07:00
The Android Open Source Project
92c9c970f5
DRC48
2009-08-17 15:47:00 -07:00
The Android Open Source Project
2e8ee4239d
DRC45B
2009-08-14 14:30:53 -07:00
The Android Open Source Project
3477723415
DRC45
2009-08-14 11:49:47 -07:00
The Android Open Source Project
367346f849
DRC44
2009-08-13 14:13:15 -07:00
The Android Open Source Project
74b35c3ded
Merge commit 'remotes/goog/donut' into donut-release
2009-08-13 14:13:05 -07:00
Sriram Raman
fab87998b5
Fix the platform version (1.6 now) and sdk version (4)
2009-08-12 16:02:12 -07:00
Android (Google) Code Review
5b5f82b635
Merge change 21000 into donut
...
* changes:
Update the platform-version-codename
2009-08-12 15:47:22 -07:00
Sriram Raman
20572dd352
Update the platform-version-codename
2009-08-12 15:22:34 -07:00
The Android Open Source Project
fa6258f84f
DRC43
2009-08-12 10:41:20 -07:00
The Android Open Source Project
8857b5f513
Merge commit 'remotes/goog/donut' into donut-release
2009-08-12 10:41:09 -07:00
Android (Google) Code Review
6929fb57a5
Merge change 20880 into donut
...
* changes:
Fix issue #2048267 : Run zipalign on all prebuilts
2009-08-11 19:56:57 -07:00
Dianne Hackborn
9c0c4b7a58
Fix issue #2048267 : Run zipalign on all prebuilts
2009-08-11 19:41:51 -07:00
Raphael
31a8ac2258
BUG 1993354 : Add zipalign to Windows SDK
2009-08-11 15:36:16 -07:00
The Android Open Source Project
98512f0232
DRC42
2009-08-11 13:48:29 -07:00
The Android Open Source Project
0f982934b3
Merge commit 'remotes/goog/donut' into donut-release
2009-08-11 13:48:19 -07:00
Phil Dubach
c539dbe6a2
CTS: Add missing integration of 147397 to fix VM tests
...
For host side test packages, the name of the jar file containing the tests is
declared in the packages Android.mk. The name of the make file needs to be
passed to the description generator so that it can pick up this information.
The makefile was not passing on the parameter containing the make file name.
2009-08-10 14:23:23 -07:00
Doug Zongker
f7c8b9adb4
reenable ranlib transform for prebuilts
...
An extra blank line detached the ranlib commands from the rules they
were supposed to be for.
2009-08-07 08:45:49 -07:00
Doug Zongker
d0a44722be
add LOCAL_PREBUILT_STRIP_COMMENTS to clear_vars.mk
2009-08-06 21:52:47 -07:00
The Android Open Source Project
9d4a9846a5
DRC37B
2009-08-06 15:47:24 -07:00
Doug Zongker
1046d20624
add feature to strip "# comment" lines from prebuilt files
...
Change things so that when $(LOCAL_PREBUILT_STRIP_COMMENTS) is
nonempty, we copy the source file using sed to strip out all the "#
line"-style comments and blank lines, saving considerable system image
space in the case of some wifi configurations.
Bug: 2036961
2009-08-06 14:39:43 -07:00
The Android Open Source Project
1189ae35d5
DRC37
2009-08-06 11:28:19 -07:00
The Android Open Source Project
666584fcef
DRC35
2009-08-04 08:38:33 -07:00
The Android Open Source Project
85eff1306e
DRC34
2009-08-03 08:38:55 -07:00
The Android Open Source Project
3351be0cba
DRC31
2009-07-31 08:38:17 -07:00
The Android Open Source Project
857a865515
DRC30B
2009-07-30 09:29:51 -07:00
The Android Open Source Project
b5c065960b
DRC30
2009-07-30 08:38:09 -07:00
The Android Open Source Project
b196f541f8
Merge commit 'remotes/goog/donut' into donut-release
2009-07-30 08:37:53 -07:00
Phil Dubach
951f3d89fb
CTS: Add telephony and webkit test cases to CTS makefile
2009-07-29 11:58:11 -07:00