OSDN Git Service

android-x86/build.git
14 years agoMerge change 3004 into donut
Android (Google) Code Review [Wed, 3 Jun 2009 06:20:15 +0000 (23:20 -0700)]
Merge change 3004 into donut

* changes:
  fix the SDK build for real this time. the missing macros weren't declared in the proper order last time.

14 years agofix the SDK build for real this time.
Scott Main [Wed, 3 Jun 2009 03:58:23 +0000 (20:58 -0700)]
fix the SDK build for real this time.
the missing macros weren't declared in the proper order last time.

14 years agoMerge change 2951 into donut
Android (Google) Code Review [Wed, 3 Jun 2009 00:41:30 +0000 (17:41 -0700)]
Merge change 2951 into donut

* changes:
  support incremental updates of boot image

14 years agoMerge change 2982 into donut
Android (Google) Code Review [Wed, 3 Jun 2009 00:38:23 +0000 (17:38 -0700)]
Merge change 2982 into donut

* changes:
  fix build break by reincluding empty method calls that were moved to macros.cs

14 years agofix build break by reincluding empty method calls
Scott Main [Tue, 2 Jun 2009 22:41:16 +0000 (15:41 -0700)]
fix build break by reincluding empty method calls
that were moved to macros.cs

14 years agosupport incremental updates of boot image
Doug Zongker [Tue, 2 Jun 2009 20:38:17 +0000 (13:38 -0700)]
support incremental updates of boot image

Modify applypatch to be able to write MTD partitions as well as read
them.  Make applypatch save a backup copy of the contents of an MTD
partition it reads in cache, to be used in case an update is
interrupted while writing back to MTD.  Modify OTA package creation
script to send boot image updates in patch form.

14 years agoMerge change 2146 into donut
Android (Google) Code Review [Tue, 2 Jun 2009 18:36:55 +0000 (11:36 -0700)]
Merge change 2146 into donut

* changes:
  Implements the basic structure for providing localized documentation; the site tabs are now in a separate file to ease the translation process, the language selection menu has been added to the header, scripts have been added to dynamically switch the language of the site tabs and dev guide side navigation and save the language preference in a browser cookie, and some of the functions in macro.cs have moved into customization.cs.

14 years agoImplements the basic structure for providing localized documentation;
Scott Main [Thu, 21 May 2009 00:16:35 +0000 (17:16 -0700)]
Implements the basic structure for providing localized documentation;
the site tabs are now in a separate file to ease the translation process,
the language selection menu has been added to the header,
scripts have been added to dynamically switch the language of the
site tabs and dev guide side navigation and save the language
preference in a browser cookie,
and some of the functions in macro.cs have moved into customization.cs.

patch 2:
revised the logic for changing tab and nav languages so that,
in the event that a SPAN node exists for the newly selected language
but the translation has not actually been put there, it will not be selected
and the previously selected language will remain for that node.

patch 3:
revised the logic introduced in patch 2, which, when loading a new page
would actually reveal all languages if the selected language had no
translation. Now, we must loop through each occurance and check whether
a translation is available. If not, then we hide it and show English.

patch 4:
small error fix

14 years agoadd support for reading MTD partitions to applypatch
Doug Zongker [Fri, 29 May 2009 18:41:21 +0000 (11:41 -0700)]
add support for reading MTD partitions to applypatch

Allow an MTD partition so serve as a source "file" in applypatch,
using a magically-formatted 'filename' that specifies the partition
name, size of data to read, and expected hash.  Build incremental OTAs
that update the recovery image via a patch.

14 years agoMerge change 2717 into donut
Android (Google) Code Review [Mon, 1 Jun 2009 18:59:32 +0000 (11:59 -0700)]
Merge change 2717 into donut

* changes:
  build images with minigzip instead of system gzip

14 years agobuild images with minigzip instead of system gzip
Doug Zongker [Fri, 29 May 2009 16:35:56 +0000 (09:35 -0700)]
build images with minigzip instead of system gzip

Use minigzip (from the zlib distribution, built in the android tree)
to compress images rather than the system install of gzip.  This will
let us send useful patches for images since we can make zlib available
in the applypatch program.

15 years agoMerge change 2594 into donut
Android (Google) Code Review [Fri, 29 May 2009 04:20:05 +0000 (21:20 -0700)]
Merge change 2594 into donut

* changes:
  new image diffing tool and support for image patches in applypatch

15 years agonew image diffing tool and support for image patches in applypatch
Doug Zongker [Thu, 28 May 2009 01:24:03 +0000 (18:24 -0700)]
new image diffing tool and support for image patches in applypatch

Images (like boot and recovery) consist of large sections of gzipped
data interspersed with other data.  To do effective binary patching of
these files, we need to apply patches to the gzipped parts in
'uncompressed space', that is, we decompress, apply a patch, then
recompress to obtain the desired output.

This change defines a new format with these patches, which is
basically a description of how the source and target files are to be
divided up into chunks and a bsdiff patch for each chunk.  We add a
new host executable, "imgdiff", for generating these patches from
source and target images, and add support in applypatch for
recognizing this format and applying it on the device.

15 years agocore: Add support for static libraries to include other whole static libs.
Dima Zavin [Thu, 28 May 2009 02:41:07 +0000 (19:41 -0700)]
core: Add support for static libraries to include other whole static libs.

Currently, if LOCAL_WHOLE_STATIC_LIBRARIES is specified, its values is
ignored. This patch addresses this limitation and works as follows:
For every whole lib specified, it extracts the archive into a sub-directory
under the target lib's intermediate, and then seeds the initial target
archive with all the members.

Signed-off-by: Dima Zavin <dima@android.com>
15 years agouse minigzip instead of system gzip in the build
Doug Zongker [Wed, 27 May 2009 16:14:25 +0000 (09:14 -0700)]
use minigzip instead of system gzip in the build

Use zlib's minigzip utility, built as part of our source tree, instead of
whatever installation of GNU gzip happens to be on the user's machine.
Using zlib's deflater, which is nicely available as a library (unlike
GNU gzip's deflater) will ultimately let us do binary patches to the
boot and recovery images.

15 years agoam 29eafdea: AI 149251: Add 1.x Icon Guidelines doc and template pack. BUG=1790234
Dirk Dougherty [Tue, 26 May 2009 17:02:55 +0000 (10:02 -0700)]
am 29eafdea: AI 149251: Add 1.x Icon Guidelines doc and template pack.   BUG=1790234

Merge commit '29eafdea34a5239b25fe82e5cd6debf1a5157c6b' into donut

* commit '29eafdea34a5239b25fe82e5cd6debf1a5157c6b':
  AI 149251: Add 1.x Icon Guidelines doc and template pack.

15 years agoAI 149251: Add 1.x Icon Guidelines doc and template pack.
Dirk Dougherty [Tue, 26 May 2009 15:40:40 +0000 (08:40 -0700)]
AI 149251: Add 1.x Icon Guidelines doc and template pack.
  BUG=1790234

Automated import of CL 149251

15 years agoMerge change 1642 into donut
Android (Google) Code Review [Mon, 25 May 2009 09:53:19 +0000 (02:53 -0700)]
Merge change 1642 into donut

* changes:
  Allow the build system to build Objective-C sources.

15 years agoMerge change 2245 into donut
Android (Google) Code Review [Fri, 22 May 2009 23:53:05 +0000 (16:53 -0700)]
Merge change 2245 into donut

* changes:
  Define TARGET_CPU_ABI for finding native code in .apks

15 years agoMerge change 2288 into donut
Android (Google) Code Review [Fri, 22 May 2009 22:59:15 +0000 (15:59 -0700)]
Merge change 2288 into donut

* changes:
  Adding in the path the new android.tts package.

15 years agoimprove password entry for signing keys
Doug Zongker [Fri, 22 May 2009 20:34:54 +0000 (13:34 -0700)]
improve password entry for signing keys

Allow the user to set ANDROID_PW_FILE to the name of a file for
storing password keys.  When the tools need additional passwords, they
will rewrite this file and invoke the user's editor for the new
passwords to be added.  This allows passwords to be reused across
invocations of the signing tools, without making the user reenter them
every time.

Paranoid users can use a file stored in a ramdisk, or not use this
feature at all (the code will prompt for passwords in the ordinary way
when ANDROID_PW_FILE is not set).

15 years agoDefine TARGET_CPU_ABI for finding native code in .apks
Dianne Hackborn [Thu, 21 May 2009 22:45:30 +0000 (15:45 -0700)]
Define TARGET_CPU_ABI for finding native code in .apks

15 years agoAdding in the path the new android.tts package.
Jean-Michel Trivi [Fri, 22 May 2009 01:44:30 +0000 (18:44 -0700)]
Adding in the path the new android.tts package.

15 years agoModified the image and index URLs to point to guide/index.html now
Gaurav Mathur [Thu, 21 May 2009 20:35:47 +0000 (13:35 -0700)]
Modified the image and index URLs to point to guide/index.html now

15 years agoMerge change 2184 into donut
Android (Google) Code Review [Thu, 21 May 2009 15:52:44 +0000 (08:52 -0700)]
Merge change 2184 into donut

* changes:
  cleanspec.mk: Clean anroid.location intermediates to deal with ILocationCollector removal.

15 years agocleanspec.mk: Clean anroid.location intermediates to deal with ILocationCollector...
Mike Lockwood [Thu, 21 May 2009 15:35:36 +0000 (11:35 -0400)]
cleanspec.mk: Clean anroid.location intermediates to deal with ILocationCollector removal.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoUpdate the error message that occurs when current.xml needs regenerating.
Mike Lockwood [Thu, 21 May 2009 13:26:12 +0000 (09:26 -0400)]
Update the error message that occurs when current.xml needs regenerating.

We are no longer using p4 for source control and there are no longer OWNERS files.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agomake sure package keys are consistent with shared users
Doug Zongker [Wed, 20 May 2009 23:50:49 +0000 (16:50 -0700)]
make sure package keys are consistent with shared users

All APKs that want to share a given user id must be signed with the
same key.  Look inside each APK for what (if any) shared user id it
requests, and error out if any with the same shared user are being
signed with different keys.

15 years agoMerge change 1738 into donut
Android (Google) Code Review [Wed, 20 May 2009 17:01:00 +0000 (10:01 -0700)]
Merge change 1738 into donut

* changes:
  add -e option to add extra commands to OTA script

15 years agoAllow the build system to build Objective-C sources.
David 'Digit' Turner [Thu, 14 May 2009 14:00:09 +0000 (16:00 +0200)]
Allow the build system to build Objective-C sources.

This is needed to move our modified SDL sources under external/qemu/distrib.
As per joeo's request, this change also enables target Objective-C compilation, letting it error at build time.

15 years agoMerge change 1797 into donut
Android (Google) Code Review [Tue, 19 May 2009 00:31:07 +0000 (17:31 -0700)]
Merge change 1797 into donut

* changes:
  Remove tcpdump from the old location (it's now in system/xbin)

15 years agoUse new aapt feature to add default version info to .apks.
Dianne Hackborn [Sat, 16 May 2009 01:01:20 +0000 (18:01 -0700)]
Use new aapt feature to add default version info to .apks.

15 years agoRemove tcpdump from the old location (it's now in system/xbin)
Dan Egnor [Fri, 15 May 2009 20:05:52 +0000 (13:05 -0700)]
Remove tcpdump from the old location (it's now in system/xbin)

15 years agoPrint the platform version and version codename in the big build header.
Joe Onorato [Wed, 13 May 2009 04:45:23 +0000 (00:45 -0400)]
Print the platform version and version codename in the big build header.

15 years agoadd -e option to add extra commands to OTA script
Doug Zongker [Fri, 15 May 2009 02:06:36 +0000 (19:06 -0700)]
add -e option to add extra commands to OTA script

15 years agoam ee6df9b4: AI 148870: Pinging Ryan for Dr No approval. --- Cloned from CL 14724...
Gaurav Mathur [Thu, 14 May 2009 23:18:20 +0000 (16:18 -0700)]
am ee6df9b4: AI 148870: Pinging Ryan for Dr No approval.   ---   Cloned from CL 147240 by \'g4 patch\'.   Original change by dwarren@dwarren-pdk on 2009/04/21 14:59:50.   "Making PDK work in SDK environment."   This CL should be pretty straight forward and should be touching only PDK   related templates, etc. Turns out we no longer need to touch the highlightNav   code.

Merge commit 'ee6df9b4fe6e1a7431ff77d81fb8c164ee99f31d' into donut

* commit 'ee6df9b4fe6e1a7431ff77d81fb8c164ee99f31d':
  AI 148870: Pinging Ryan for Dr No approval.

15 years agoAI 148870: Pinging Ryan for Dr No approval.
Gaurav Mathur [Thu, 14 May 2009 23:02:22 +0000 (16:02 -0700)]
AI 148870: Pinging Ryan for Dr No approval.
  ---
  Cloned from CL 147240 by 'g4 patch'.
  Original change by dwarren@dwarren-pdk on 2009/04/21 14:59:50.
  "Making PDK work in SDK environment."
  This CL should be pretty straight forward and should be touching only PDK
  related templates, etc. Turns out we no longer need to touch the highlightNav
  code.

Automated import of CL 148870

15 years agoRollback to gcc-4.2.1
Doug Kwan [Thu, 14 May 2009 09:17:32 +0000 (02:17 -0700)]
Rollback to gcc-4.2.1

15 years agoam 9b54792: AI 148820: adjust the "nolist" class to add bottom-spacing a
Scott Main [Thu, 14 May 2009 00:52:28 +0000 (17:52 -0700)]
am 9b54792: AI 148820: adjust the "nolist" class to add bottom-spacing a

Merge commit '9b54792d7044125126a9765d1baf3ff0e59efcb4' into donut

* commit '9b54792d7044125126a9765d1baf3ff0e59efcb4':
  AI 148820: adjust the "nolist" class to add bottom-spacing and refine list item padding;

15 years agoAI 148820: adjust the "nolist" class to add bottom-spacing and refine list item padding;
Scott Main [Thu, 14 May 2009 00:50:33 +0000 (17:50 -0700)]
AI 148820: adjust the "nolist" class to add bottom-spacing and refine list item padding;
  add vertical padding to quickview list items so that items are distinguishable when the text wraps-around the line
  BUG=1790235

Automated import of CL 148820

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