OSDN Git Service

android-x86/build.git
15 years agoMerge change 1529 into donut
Android (Google) Code Review [Wed, 13 May 2009 21:06:28 +0000 (14:06 -0700)]
Merge change 1529 into donut

* changes:
  Fix makefile to be compatible with findbugs v 1.3.8  modified:   core/java.mk

15 years agoFix makefile to be compatible with findbugs v 1.3.8
Andrew Stadler [Wed, 13 May 2009 07:44:59 +0000 (00:44 -0700)]
Fix makefile to be compatible with findbugs v 1.3.8
modified:   core/java.mk

15 years agoam 4e4c919: AI 148759: Add download page for NDK 1.5 r1.
Dirk Dougherty [Wed, 13 May 2009 01:49:27 +0000 (18:49 -0700)]
am 4e4c919: AI 148759: Add download page for NDK 1.5 r1.

Merge commit '4e4c919539c5fb2f790143dde9c318501457ce43' into donut

* commit '4e4c919539c5fb2f790143dde9c318501457ce43':
  AI 148759: Add download page for NDK 1.5 r1.

15 years agoAI 148759: Add download page for NDK 1.5 r1.
Dirk Dougherty [Tue, 12 May 2009 22:32:35 +0000 (15:32 -0700)]
AI 148759: Add download page for NDK 1.5 r1.
  BUG=1790234

Automated import of CL 148759

15 years agoam 9e35a86: AI 148675: CTS: Copy only the \'startcts\' script into the cts
Phil Dubach [Mon, 11 May 2009 18:03:44 +0000 (11:03 -0700)]
am 9e35a86: AI 148675: CTS: Copy only the \'startcts\' script into the cts

Merge commit '9e35a86b833c8bd520c9f889be3f2859a5ed7b45' into donut

* commit '9e35a86b833c8bd520c9f889be3f2859a5ed7b45':
  AI 148675: CTS: Copy only the 'startcts' script into the cts distribution

15 years agoAI 148675: CTS: Copy only the 'startcts' script into the cts distribution
Phil Dubach [Mon, 11 May 2009 18:00:16 +0000 (11:00 -0700)]
AI 148675: CTS: Copy only the 'startcts' script into the cts distribution
  Before CL 148645, 'startcts' called the 'cts' script. This is no longer the
  case, so we want to exclude the 'cts' script from the distribution to avoid
  confusion. The 'cts' script is only used when running cts directly on a
  fully built source tree.

Automated import of CL 148675

15 years agoMerge change 1291 into donut
Android (Google) Code Review [Fri, 8 May 2009 23:03:49 +0000 (16:03 -0700)]
Merge change 1291 into donut

* changes:
  allow separate source and target files for applypatch

15 years agoallow separate source and target files for applypatch
Doug Zongker [Fri, 8 May 2009 20:46:25 +0000 (13:46 -0700)]
allow separate source and target files for applypatch

Allow applypatch to use different filenames for the source and target.
(Using the same filename is still fine; in fact the target filename
can be specified as "-" to mean "same as the source file.)  This will
allow us to still use diffs in the case of files being renamed, and
will allow us to use diffs for the boot and recovery images.

15 years agoAdd new property for dev codename, update version to Donut.
Dianne Hackborn [Fri, 8 May 2009 19:06:17 +0000 (12:06 -0700)]
Add new property for dev codename, update version to Donut.

15 years agocore: Recovery image should have the custom kernel base as well.
Dima Zavin [Fri, 8 May 2009 04:10:41 +0000 (21:10 -0700)]
core: Recovery image should have the custom kernel base as well.

Signed-off-by: Dima Zavin <dima@android.com>
15 years agocore: Allow the board config to specify the kernel base address for mkbootimg
Dima Zavin [Fri, 8 May 2009 02:43:08 +0000 (19:43 -0700)]
core: Allow the board config to specify the kernel base address for mkbootimg

Signed-off-by: Dima Zavin <dima@android.com>
15 years agoam 6178820: AI 148430: Adding a new CTS test runner that is basically
Jorg Pleumann [Thu, 7 May 2009 08:36:23 +0000 (01:36 -0700)]
am 6178820: AI 148430: Adding a new CTS test runner that is basically

Merge commit '6178820340ccca2656fab0953bbe77da2e3e4bb7' into donut

* commit '6178820340ccca2656fab0953bbe77da2e3e4bb7':
  AI 148430: Adding a new CTS test runner that is basically

15 years agoAI 148430: Adding a new CTS test runner that is basically
Jorg Pleumann [Thu, 7 May 2009 08:33:14 +0000 (01:33 -0700)]
AI 148430: Adding a new CTS test runner that is basically
  a copy of the old one, but resides in android/cts
  and is built and installed as part of the CTS.
  This makes sure we always have the correct test
  runner on a device, so we should see the various
  improvements also on off-the-shelf Cupcake phones.
  BUG=1537738

Automated import of CL 148430

15 years agoprelink: Add libsysutils to prelink map
San Mehat [Wed, 6 May 2009 18:22:05 +0000 (11:22 -0700)]
prelink: Add libsysutils to prelink map

Signed-off-by: San Mehat <san@google.com>
15 years agoMerge change 1001 into donut
Android (Google) Code Review [Wed, 6 May 2009 17:30:41 +0000 (10:30 -0700)]
Merge change 1001 into donut

* changes:
  Change runtest env shortcut to point to runtest.py

15 years agoam 40a06d8: AI 148314: Remove droiddoc code that applies the deprecated
Dirk Dougherty [Wed, 6 May 2009 00:42:41 +0000 (17:42 -0700)]
am 40a06d8: AI 148314: Remove droiddoc code that applies the deprecated

Merge commit '40a06d89406a3e928a5e0d41a3077f59d8f5345d' into donut

* commit '40a06d89406a3e928a5e0d41a3077f59d8f5345d':
  AI 148314: Remove droiddoc code that applies the deprecated state of superclasses to subclasses. This change was originally made in Gerrit 7655. https://review.source.android.com/Gerrit#change,7655

15 years agoChange runtest env shortcut to point to runtest.py
Brett Chabot [Tue, 5 May 2009 19:47:09 +0000 (12:47 -0700)]
Change runtest env shortcut to point to runtest.py

15 years agoAI 148314: Remove droiddoc code that applies the deprecated state of superclasses...
Dirk Dougherty [Tue, 5 May 2009 20:41:56 +0000 (13:41 -0700)]
AI 148314: Remove droiddoc code that applies the deprecated state of superclasses to subclasses. This change was originally made in Gerrit 7655. https://review.source.android.com/Gerrit#change,7655
  BUG=1827730

Automated import of CL 148314

15 years agocore: Don't debug native modules when TARGET_BUILD_TYPE==debug
Dave Bort [Fri, 24 Apr 2009 01:44:55 +0000 (18:44 -0700)]
core: Don't debug native modules when TARGET_BUILD_TYPE==debug

Don't make the simulator default to debug mode.

Remove all global "debug" {C,CPP}FLAGS, which are no longer used.

15 years agoMerge change 859 into donut
Android (Google) Code Review [Fri, 1 May 2009 21:08:59 +0000 (14:08 -0700)]
Merge change 859 into donut

* changes:
  Change 77 from git master branch: change the prelink-linux-arm.map to include OC 2.0 new shared libs - remove redundant share lib from the map - remove 2way share lib from the map

15 years agoChange 77 from git master branch:
James Dong [Fri, 1 May 2009 04:28:04 +0000 (21:28 -0700)]
Change 77 from git master branch:
change the prelink-linux-arm.map to include OC 2.0 new shared libs
- remove redundant share lib from the map
- remove 2way share lib from the map

15 years agoam c521e26: AI 148186: Add support for using custom pdk templates. The m
Dirk Dougherty [Fri, 1 May 2009 18:20:14 +0000 (11:20 -0700)]
am c521e26: AI 148186: Add support for using custom pdk templates. The m

Merge commit 'c521e266406d0393313e17ba29ae519315a5cf6e' into donut

* commit 'c521e266406d0393313e17ba29ae519315a5cf6e':
  AI 148186: Add support for using custom pdk templates. The make rule for pdk docs should set LOCAL_DROIDDOC_OPTIONS += -hdf android.whichdoc online-pdk

15 years agoAI 148186: Add support for using custom pdk templates. The make rule for pdk docs...
Dirk Dougherty [Fri, 1 May 2009 18:19:55 +0000 (11:19 -0700)]
AI 148186: Add support for using custom pdk templates. The make rule for pdk docs should set LOCAL_DROIDDOC_OPTIONS += -hdf android.whichdoc online-pdk
  BUG=1646802

Automated import of CL 148186

15 years agoswitch compiler to gcc-4.3.1
Doug Kwan [Thu, 30 Apr 2009 21:47:05 +0000 (14:47 -0700)]
switch compiler to gcc-4.3.1

Switch default ARM compiler to gcc-4.3.1 for Neon support.

15 years agoDon't rebuild the NOTICE files when building with mm, mmm, etc.
Joe Onorato [Thu, 30 Apr 2009 20:52:50 +0000 (13:52 -0700)]
Don't rebuild the NOTICE files when building with mm, mmm, etc.

15 years agoSlim down chooseproduct (used by choosecombo).
Joe Onorato [Wed, 29 Apr 2009 22:56:47 +0000 (15:56 -0700)]
Slim down chooseproduct (used by choosecombo).

People keep getting confused by the default products
in this list, which are almost never what they want,
because this list roughly corresponds to the DEVICES
and not the PRODUCTS.

Now that lunch works again, I'm not too worried about
choosecombo except for the couple of cases lunch can't
handle, like the simulator.  Therefore, this change
just removes the list of suggested products, and you
have to know which one you're trying to build (which
seems like a resonable prerequisite).

15 years agoam 12741f5: AI 147874: Fix format and link errors in docs.
Dirk Dougherty [Wed, 29 Apr 2009 04:52:48 +0000 (21:52 -0700)]
am 12741f5: AI 147874: Fix format and link errors in docs.

Merge commit '12741f56acf0a8a4feccea537d066ae6882499ce' into donut

* commit '12741f56acf0a8a4feccea537d066ae6882499ce':
  AI 147874: Fix format and link errors in docs.

15 years agoam ccd2def: AI 147847: CTS: Fix core test dependencies in CTS makefile
Phil Dubach [Wed, 29 Apr 2009 04:52:48 +0000 (21:52 -0700)]
am ccd2def: AI 147847: CTS: Fix core test dependencies in CTS makefile

Merge commit 'ccd2def288d02ce5adab10bb28878fff05b70aed' into donut

* commit 'ccd2def288d02ce5adab10bb28878fff05b70aed':
  AI 147847: CTS: Fix core test dependencies in CTS makefile

15 years agoam 6b894c8: AI 147808: add "current sdk" link using the new sdk.current
Scott Main [Wed, 29 Apr 2009 04:52:48 +0000 (21:52 -0700)]
am 6b894c8: AI 147808: add "current sdk" link using the new sdk.current

Merge commit '6b894c8cec676cf0811743c864bcb1937714f2c0' into donut

* commit '6b894c8cec676cf0811743c864bcb1937714f2c0':
  AI 147808: add "current sdk" link using the new sdk.current variable

15 years agoam 099403d: AI 147796: Add widget design guidelines to new UI Guidelines
Dirk Dougherty [Wed, 29 Apr 2009 04:52:48 +0000 (21:52 -0700)]
am 099403d: AI 147796: Add widget design guidelines to new UI Guidelines

Merge commit '099403d15d1f87e7a17f8e2aa3d9a8bc4afa4500' into donut

* commit '099403d15d1f87e7a17f8e2aa3d9a8bc4afa4500':
  AI 147796: Add widget design guidelines to new UI Guidelines area in dev guide.

15 years agoam f22b9a0: AI 147775: Also add ApiDemos to make sure it gets included i
Bill Napier [Wed, 29 Apr 2009 04:52:48 +0000 (21:52 -0700)]
am f22b9a0: AI 147775: Also add ApiDemos to make sure it gets included i

Merge commit 'f22b9a0ad531f66eb0b5710abae1feefecc42c2b' into donut

* commit 'f22b9a0ad531f66eb0b5710abae1feefecc42c2b':
  AI 147775: Also add ApiDemos to make sure it gets included in the TestCase repository as

15 years agoam b3e0126: AI 147731: Forgot to submit the build changes for the
Jorg Pleumann [Wed, 29 Apr 2009 04:52:48 +0000 (21:52 -0700)]
am b3e0126: AI 147731: Forgot to submit the build changes for the

Merge commit 'b3e0126a7a2d32fbae2638e9419739d2d3907c40' into donut

* commit 'b3e0126a7a2d32fbae2638e9419739d2d3907c40':
  AI 147731: Forgot to submit the build changes for the

15 years agoam 19a4bd1: AI 147710: Add redirects for sdk/preview pages.
Dirk Dougherty [Wed, 29 Apr 2009 04:52:48 +0000 (21:52 -0700)]
am 19a4bd1: AI 147710: Add redirects for sdk/preview pages.

Merge commit '19a4bd164eec255f62cde30f4afc39f0aeb35c04' into donut

* commit '19a4bd164eec255f62cde30f4afc39f0aeb35c04':
  AI 147710: Add redirects for sdk/preview pages.

15 years agoam 6190dfe: AI 147615: remove sdk version in parentheses from page title
Scott Main [Wed, 29 Apr 2009 04:52:48 +0000 (21:52 -0700)]
am 6190dfe: AI 147615: remove sdk version in parentheses from page title

Merge commit '6190dfe937d9972637129f86858272adcd83bd93' into donut

* commit '6190dfe937d9972637129f86858272adcd83bd93':
  AI 147615: remove sdk version in parentheses from page title

15 years agoam f23f5b4: AI 147479: Update list of CTS test packages.
Bill Napier [Wed, 29 Apr 2009 04:52:48 +0000 (21:52 -0700)]
am f23f5b4: AI 147479: Update list of CTS test packages.

Merge commit 'f23f5b486650a923e58e3e79b8ec23cc725b7b33' into donut

* commit 'f23f5b486650a923e58e3e79b8ec23cc725b7b33':
  AI 147479: Update list of CTS test packages.

15 years agoAI 147874: Fix format and link errors in docs.
Dirk Dougherty [Tue, 28 Apr 2009 01:13:09 +0000 (18:13 -0700)]
AI 147874: Fix format and link errors in docs.
  BUG=1790234

Automated import of CL 147874

15 years agoAI 147847: CTS: Fix core test dependencies in CTS makefile
Phil Dubach [Mon, 27 Apr 2009 19:07:38 +0000 (12:07 -0700)]
AI 147847: CTS: Fix core test dependencies in CTS makefile
  The core test descriptions did not list all dependencies. When building cts
  for the first time, the descriptions were generated before the cts
  repository was erased.
  BUG=1813815

Automated import of CL 147847

15 years agoAI 147808: add "current sdk" link using the new sdk.current variable
Scott Main [Mon, 27 Apr 2009 06:18:20 +0000 (23:18 -0700)]
AI 147808: add "current sdk" link using the new sdk.current variable
  BUG=1790234

Automated import of CL 147808

15 years agoAI 147796: Add widget design guidelines to new UI Guidelines area in dev guide.
Dirk Dougherty [Sun, 26 Apr 2009 06:09:51 +0000 (23:09 -0700)]
AI 147796: Add widget design guidelines to new UI Guidelines area in dev guide.
  BUG=1790234

Automated import of CL 147796

15 years agoAI 147775: Also add ApiDemos to make sure it gets included in the TestCase repository as
Bill Napier [Sat, 25 Apr 2009 01:26:58 +0000 (18:26 -0700)]
AI 147775: Also add ApiDemos to make sure it gets included in the TestCase repository as
  well.
  BUG=1810821

Automated import of CL 147775

15 years agoMerge change 530 into donut
Android (Google) Code Review [Sat, 25 Apr 2009 00:08:46 +0000 (17:08 -0700)]
Merge change 530 into donut

* changes:
  Remove obsolete activitycreator from windows SDK makefile.

15 years agoAI 147731: Forgot to submit the build changes for the
Jorg Pleumann [Fri, 24 Apr 2009 20:40:00 +0000 (13:40 -0700)]
AI 147731: Forgot to submit the build changes for the
  luni.AllTests removal.

Automated import of CL 147731

15 years agoAI 147710: Add redirects for sdk/preview pages.
Dirk Dougherty [Fri, 24 Apr 2009 18:30:32 +0000 (11:30 -0700)]
AI 147710: Add redirects for sdk/preview pages.
  BUG=1790234

Automated import of CL 147710

15 years agoAI 147615: remove sdk version in parentheses from page title
Scott Main [Fri, 24 Apr 2009 06:08:46 +0000 (23:08 -0700)]
AI 147615: remove sdk version in parentheses from page title
  BUG=1790234

Automated import of CL 147615

15 years agoMerge branch 'readonly-p4-donut' into donut
Karl Rosaen [Fri, 24 Apr 2009 02:01:31 +0000 (19:01 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 147564: Merge back from search branch to donut. Notes:
Karl Rosaen [Fri, 24 Apr 2009 02:00:18 +0000 (19:00 -0700)]
AI 147564: Merge back from search branch to donut.  Notes:
  - all public apis and framework changes have been reviewed by relevant folks in our branch (e.g romainguy)
  - all new public apis are @hidden; they will still get reviewed by api council once we're in git
  - other than that, it's mostly GlobalSearch and search dialog stuff, a new apps provider, and some tweaks
  to the contacts provider that was reviewed by jham

Automated import of CL 147564

15 years agoRemove obsolete activitycreator from windows SDK makefile.
Raphael [Fri, 24 Apr 2009 01:58:26 +0000 (18:58 -0700)]
Remove obsolete activitycreator from windows SDK makefile.

15 years agoMerge change 488 into donut
Android (Google) Code Review [Thu, 23 Apr 2009 18:49:30 +0000 (11:49 -0700)]
Merge change 488 into donut

* changes:
  add -n option to turn off prereq check when build OTA packages

15 years agoadd -n option to turn off prereq check when build OTA packages
Doug Zongker [Thu, 23 Apr 2009 18:41:58 +0000 (11:41 -0700)]
add -n option to turn off prereq check when build OTA packages

Developers might legitimately want to install older builds on their
phones, so add option to build OTA packages that will install over
newer builds.

15 years agoAI 147479: Update list of CTS test packages.
Bill Napier [Thu, 23 Apr 2009 17:14:59 +0000 (10:14 -0700)]
AI 147479: Update list of CTS test packages.

Automated import of CL 147479

15 years agomerge cupcake into donut
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:56:50 +0000 (17:56 -0700)]
merge cupcake into donut

15 years agoMerge branch 'readonly-p4-donut' into donut
Dirk Dougherty [Wed, 22 Apr 2009 20:20:39 +0000 (13:20 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 147303: am: CL 147297 Update Android 1.5 SDK Download, Release Notes, Version...
Dirk Dougherty [Wed, 22 Apr 2009 20:19:29 +0000 (13:19 -0700)]
AI 147303: am: CL 147297 Update Android 1.5 SDK Download, Release Notes, Version Notes, Highlights
  Please let me know if you have other "known issues", "resolved issues", or
  "highlights".
  Also, note that the installing and upgrading docs are being updated in
  a different CL, so the new version is not displayed on my staging server.
  Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 147303

15 years agoAI 147397: CTS: Fix VM test description generator
Phil Dubach [Wed, 22 Apr 2009 18:56:14 +0000 (11:56 -0700)]
AI 147397: CTS: Fix VM test description generator

Automated import of CL 147397

15 years agoAI 147297: Update Android 1.5 SDK Download, Release Notes, Version Notes, Highlights
Dirk Dougherty [Wed, 22 Apr 2009 01:52:37 +0000 (18:52 -0700)]
AI 147297: Update Android 1.5 SDK Download, Release Notes, Version Notes, Highlights
  Please let me know if you have other "known issues", "resolved issues", or
  "highlights".
  Also, note that the installing and upgrading docs are being updated in
  a different CL, so the new version is not displayed on my staging server.
  BUG=1790234

Automated import of CL 147297

15 years agoadd -w option to ota_from_target_files
Doug Zongker [Wed, 22 Apr 2009 00:12:54 +0000 (17:12 -0700)]
add -w option to ota_from_target_files

Add option to make OTA packages that wipe user data.

15 years agoMerge change 362 into donut
Android (Google) Code Review [Tue, 21 Apr 2009 23:06:17 +0000 (16:06 -0700)]
Merge change 362 into donut

* changes:
  generalize -t option to add and remove tags in fingerprints

15 years agogeneralize -t option to add and remove tags in fingerprints
Doug Zongker [Tue, 21 Apr 2009 17:04:51 +0000 (10:04 -0700)]
generalize -t option to add and remove tags in fingerprints

To support devphone and holiday builds we need more control over the
build fingerprint tags; generalize the -t option so we can arbitrarily
add and remove tags.

15 years agoMerge branch 'readonly-p4-donut' into donut
Xavier Ducrohet [Tue, 21 Apr 2009 20:36:38 +0000 (13:36 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 147198: am: CL 147197 Adds calculator to sdk build.
Xavier Ducrohet [Tue, 21 Apr 2009 20:35:21 +0000 (13:35 -0700)]
AI 147198: am: CL 147197 Adds calculator to sdk build.
  Original author: xav
  Merged from: //branches/cupcake/...

Automated import of CL 147198

15 years agoAI 147197: Adds calculator to sdk build.
Xavier Ducrohet [Tue, 21 Apr 2009 20:35:03 +0000 (13:35 -0700)]
AI 147197: Adds calculator to sdk build.
  BUG=1803455

Automated import of CL 147197

15 years agoMerge branch 'readonly-p4-donut' into donut
Dirk Dougherty [Tue, 21 Apr 2009 08:01:23 +0000 (01:01 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 147054: am: CL 147053 Add -hdf primer vars for the platform and release ID associa...
Dirk Dougherty [Tue, 21 Apr 2009 08:00:11 +0000 (01:00 -0700)]
AI 147054: am: CL 147053 Add -hdf primer vars for the platform and release ID associated with the current (most recent) SDK.
  Currently, the docs that are specific to each SDK release -- downloading, installing, upgrading, requirements -- are stored in a directory with release-derived name, such as "1.1_r1". This change lets documents use generic links to point into the most recent version specific docs, eg href="{@docRoot}sdk/{sdkCurrent}/installing.html" instead of href="{@docRoot}sdk/1.1_r1/installing.html".
  Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 147054

15 years agoAI 147053: Add -hdf primer vars for the platform and release ID associated with the...
Dirk Dougherty [Tue, 21 Apr 2009 00:54:49 +0000 (17:54 -0700)]
AI 147053: Add -hdf primer vars for the platform and release ID associated with the current (most recent) SDK.
  Currently, the docs that are specific to each SDK release -- downloading, installing, upgrading, requirements -- are stored in a directory with release-derived name, such as "1.1_r1". This change lets documents use generic links to point into the most recent version specific docs, eg href="{@docRoot}sdk/{sdkCurrent}/installing.html" instead of href="{@docRoot}sdk/1.1_r1/installing.html".
  BUG=1790234

Automated import of CL 147053

15 years agoMerge change 268 into donut
Android (Google) Code Review [Mon, 20 Apr 2009 19:11:35 +0000 (12:11 -0700)]
Merge change 268 into donut

* changes:
  add option to modify build fingerprint tags when signing

15 years agoMerge branch 'readonly-p4-donut' into donut
Scott Main [Mon, 20 Apr 2009 18:17:51 +0000 (11:17 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 146953: am: CL 146951 CSS edits for docs;
Scott Main [Mon, 20 Apr 2009 18:16:42 +0000 (11:16 -0700)]
AI 146953: am: CL 146951 CSS edits for docs;
  remove preliminary watermark;
  remove red color text for warnings;
  delete the caution class;
  use 1em top-margin only for elements nested in a DD, elements nested in regular
  LIs should only be a half em.
  Original author: smain
  Merged from: //branches/cupcake/...

Automated import of CL 146953

15 years agoAI 146951: CSS edits for docs;
Scott Main [Mon, 20 Apr 2009 18:15:26 +0000 (11:15 -0700)]
AI 146951: CSS edits for docs;
  remove preliminary watermark;
  remove red color text for warnings;
  delete the caution class;
  use 1em top-margin only for elements nested in a DD, elements nested in regular
  LIs should only be a half em.
  BUG=1798190

Automated import of CL 146951

15 years agoMerge branch 'readonly-p4-donut' into donut
Urs Grob [Fri, 17 Apr 2009 18:28:20 +0000 (11:28 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 146742: am: CL 146710 Splitting android.core.tests.apk into several smaller
Urs Grob [Fri, 17 Apr 2009 18:27:08 +0000 (11:27 -0700)]
AI 146742: am: CL 146710 Splitting android.core.tests.apk into several smaller
  apks. Each libcore module gets one apk and luni gets 4.
  Original author: ursg
  Merged from: //branches/cupcake/...

Automated import of CL 146742

15 years agoMerge branch 'readonly-p4-donut' into donut
Joe Onorato [Fri, 17 Apr 2009 18:16:46 +0000 (11:16 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 146738: am: CL 146687 The maps and gtalkservice libraries were still being included in
Joe Onorato [Fri, 17 Apr 2009 18:15:32 +0000 (11:15 -0700)]
AI 146738: am: CL 146687 The maps and gtalkservice libraries were still being included in
  all of the builds.  Fix that.
  We really need to get this generic_with_google product out of
  build/target and into vendor/google, but that can come later.
  Original author: joeo
  Merged from: //branches/cupcake/...

Automated import of CL 146738

15 years agoadd option to modify build fingerprint tags when signing
Doug Zongker [Fri, 17 Apr 2009 17:15:58 +0000 (10:15 -0700)]
add option to modify build fingerprint tags when signing

Adds the -t option to sign_target_files_apks, which lets the user
specify extra tags that should be added to the build fingerprint
during the signing process.

15 years agoAI 146710: Splitting android.core.tests.apk into several smaller
Urs Grob [Fri, 17 Apr 2009 09:07:14 +0000 (02:07 -0700)]
AI 146710: Splitting android.core.tests.apk into several smaller
  apks. Each libcore module gets one apk and luni gets 4.
  BUG=1789657

Automated import of CL 146710

15 years agoAI 146687: The maps and gtalkservice libraries were still being included in
Joe Onorato [Fri, 17 Apr 2009 02:15:49 +0000 (19:15 -0700)]
AI 146687: The maps and gtalkservice libraries were still being included in
  all of the builds.  Fix that.
  We really need to get this generic_with_google product out of
  build/target and into vendor/google, but that can come later.
  BUG=1786404

Automated import of CL 146687

15 years agoadd check mode to zipalign
Doug Zongker [Thu, 16 Apr 2009 17:16:38 +0000 (10:16 -0700)]
add check mode to zipalign

Add a -c flag to zipalign to do nothing but check the input zip file
for alignment (with or without verbosity).

15 years agoMerge branch 'readonly-p4-donut' into donut
Dirk Dougherty [Wed, 15 Apr 2009 18:41:27 +0000 (11:41 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 146347: am: CL 146344 g4 integrate -t -i -b platform-1_0-to-cupcake @143529,143529...
Dirk Dougherty [Wed, 15 Apr 2009 18:40:10 +0000 (11:40 -0700)]
AI 146347: am: CL 146344 g4 integrate -t -i -b platform-1_0-to-cupcake @143529,143529 (doc change)
  Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 146347

15 years agoMerge branch 'readonly-p4-donut' into donut
Dirk Dougherty [Wed, 15 Apr 2009 18:37:52 +0000 (11:37 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 146346: am: CL 146342 g4 integrate -t -i -b platform-1_0-to-cupcake @141805,141805...
Dirk Dougherty [Wed, 15 Apr 2009 18:36:34 +0000 (11:36 -0700)]
AI 146346: am: CL 146342 g4 integrate -t -i -b platform-1_0-to-cupcake @141805,141805 (doc change)
  Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 146346

15 years agoAI 146344: g4 integrate -t -i -b platform-1_0-to-cupcake @143529,143529 (doc change)
Dirk Dougherty [Wed, 15 Apr 2009 18:32:45 +0000 (11:32 -0700)]
AI 146344: g4 integrate -t -i -b platform-1_0-to-cupcake @143529,143529 (doc change)
  BUG=1675368

Automated import of CL 146344

15 years agoAI 146342: g4 integrate -t -i -b platform-1_0-to-cupcake @141805,141805 (doc change)
Dirk Dougherty [Wed, 15 Apr 2009 18:31:36 +0000 (11:31 -0700)]
AI 146342: g4 integrate -t -i -b platform-1_0-to-cupcake @141805,141805 (doc change)
  BUG=1675368

Automated import of CL 146342

15 years agomake unsigned apks explicit
Doug Zongker [Tue, 14 Apr 2009 21:05:15 +0000 (14:05 -0700)]
make unsigned apks explicit

Allow user to explicitly specify that an apk is not to be
re-signed. Fail if we have any apks that for which no key is provided.

15 years agoMerge branch 'readonly-p4-donut' into donut
Doug Zongker [Tue, 14 Apr 2009 19:35:46 +0000 (12:35 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 146194: am: CL 146193 Fix signing script so keys specified in -e options get passed
Doug Zongker [Tue, 14 Apr 2009 19:34:27 +0000 (12:34 -0700)]
AI 146194: am: CL 146193 Fix signing script so keys specified in -e options get passed
  through the key map.  Clarify the help for the -e option to
  make clear this should happen.
  (This change doesn't affect device code.)
  Original author: dougz
  Merged from: //branches/cupcake/...

Automated import of CL 146194

15 years agoAI 146193: Fix signing script so keys specified in -e options get passed
Doug Zongker [Tue, 14 Apr 2009 19:33:31 +0000 (12:33 -0700)]
AI 146193: Fix signing script so keys specified in -e options get passed
  through the key map.  Clarify the help for the -e option to
  make clear this should happen.
  (This change doesn't affect device code.)

Automated import of CL 146193

15 years agoMerge branch 'readonly-p4-donut' into donut
Raphael Moll [Tue, 14 Apr 2009 01:22:26 +0000 (18:22 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 145983: am: CL 145911 ADT #1778786: tool to generate stubbed jar file.
Raphael Moll [Tue, 14 Apr 2009 01:21:16 +0000 (18:21 -0700)]
AI 145983: am: CL 145911 ADT #1778786: tool to generate stubbed jar file.
  This is only a preliminary CL. More will follow but this is
  a good start, with the following caveats:
  What it does:
  - take an input jar, a list of includes, a list of excludes.
  - generate actual Java source for the filtered classes.
  What it doesn't do yet:
  - some more work on filtering inner elements (methods, etc.)
  - properly generate inner classes.
  - hide synthetic fields.
  - some classes body are missing
  - directly generate a stubbed bytecode/jar rather than source.
  I'll likely want to keep the source generator for debugging
  purposes or if we want to integrate with a build system instead.
  - classpath will be changed in the final CL to refer to the external
  ASM lib rather than the project. I need the source for debugging
  rigth now.
  - will review comments before submitting.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 145983

15 years agoAI 145911: ADT #1778786: tool to generate stubbed jar file.
Raphael Moll [Mon, 13 Apr 2009 19:53:33 +0000 (12:53 -0700)]
AI 145911: ADT #1778786: tool to generate stubbed jar file.
  This is only a preliminary CL. More will follow but this is
  a good start, with the following caveats:
  What it does:
  - take an input jar, a list of includes, a list of excludes.
  - generate actual Java source for the filtered classes.
  What it doesn't do yet:
  - some more work on filtering inner elements (methods, etc.)
  - properly generate inner classes.
  - hide synthetic fields.
  - some classes body are missing
  - directly generate a stubbed bytecode/jar rather than source.
  I'll likely want to keep the source generator for debugging
  purposes or if we want to integrate with a build system instead.
  - classpath will be changed in the final CL to refer to the external
  ASM lib rather than the project. I need the source for debugging
  rigth now.
  - will review comments before submitting.
  BUG=1778786

Automated import of CL 145911

15 years agoMerge branch 'readonly-p4-donut' into donut
Joe Onorato [Mon, 13 Apr 2009 15:32:27 +0000 (08:32 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 145850: am: CL 145512 SDK add-on updates
Joe Onorato [Mon, 13 Apr 2009 15:31:16 +0000 (08:31 -0700)]
AI 145850: am: CL 145512 SDK add-on updates
  - rename the directory and zip file
  - make it build to the dist directory
  Original author: joeo
  Merged from: //branches/cupcake/...

Automated import of CL 145850

15 years agoAI 145720: Fixed tracedmdump() by correcting the KERNEL path.
Jack Veenstra [Fri, 10 Apr 2009 18:23:09 +0000 (11:23 -0700)]
AI 145720: Fixed tracedmdump() by correcting the KERNEL path.
  Merged 145709 from donut.
  BUG=1630077

Automated import of CL 145720

15 years agoMerge branch 'readonly-p4-donut' into donut
Jack Veenstra [Fri, 10 Apr 2009 17:32:11 +0000 (10:32 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 145709: Fixed tracedmdump() by correcting the KERNEL path.
Jack Veenstra [Fri, 10 Apr 2009 17:30:51 +0000 (10:30 -0700)]
AI 145709: Fixed tracedmdump() by correcting the KERNEL path.
  Merged 145592 from master.
  BUG=1630077

Automated import of CL 145709

15 years agoMerge branch 'readonly-p4-donut' into donut
Mike Lockwood [Fri, 10 Apr 2009 13:36:10 +0000 (06:36 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 145704: Manually integrate change 145576 to donutburger to fix "lunch"
Mike Lockwood [Fri, 10 Apr 2009 13:34:59 +0000 (06:34 -0700)]
AI 145704: Manually integrate change 145576 to donutburger to fix "lunch"

Automated import of CL 145704

15 years agoMerge branch 'readonly-p4-donut' into donut
Xavier Ducrohet [Fri, 10 Apr 2009 02:43:23 +0000 (19:43 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 145622: am: CL 145380 Fixes for add-on build
Xavier Ducrohet [Fri, 10 Apr 2009 02:42:09 +0000 (19:42 -0700)]
AI 145622: am: CL 145380 Fixes for add-on build
  Original author: xav
  Merged from: //branches/cupcake/...

Automated import of CL 145622

15 years agoMerge branch 'readonly-p4-donut' into donut
Joe Onorato [Fri, 10 Apr 2009 02:40:30 +0000 (19:40 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 145621: am: CL 145373 remove a debugging printf that sometimes breaks the build
Joe Onorato [Fri, 10 Apr 2009 02:39:15 +0000 (19:39 -0700)]
AI 145621: am: CL 145373 remove a debugging printf that sometimes breaks the build
  because the commandline is too long
  Original author: joeo
  Merged from: //branches/cupcake/...

Automated import of CL 145621