OSDN Git Service

android-x86/build.git
15 years agoMerge change 6050
Android (Google) Code Review [Fri, 3 Jul 2009 07:15:12 +0000 (00:15 -0700)]
Merge change 6050

* changes:
  force libwebcore clean build after turning <video> support with V8

15 years agoforce libwebcore clean build after turning <video> support with V8
Andrei Popescu [Fri, 3 Jul 2009 00:10:41 +0000 (01:10 +0100)]
force libwebcore clean build after turning <video> support with V8

15 years agoam 6e9c1a6d: remove some accidentally-submitted debug logging
Doug Zongker [Thu, 2 Jul 2009 22:24:24 +0000 (15:24 -0700)]
am 6e9c1a6d: remove some accidentally-submitted debug logging

Merge commit '6e9c1a6dd0042e123941e59ad5da6fc569093fbb'

* commit '6e9c1a6dd0042e123941e59ad5da6fc569093fbb':
  remove some accidentally-submitted debug logging

15 years agoam a2bd9af9: Merge change 4759 into donut
Android (Google) Code Review [Thu, 2 Jul 2009 05:43:50 +0000 (22:43 -0700)]
am a2bd9af9: Merge change 4759 into donut

Merge commit 'a2bd9af94757e73a4ff4c1fe8c98b4174b008b62'

* commit 'a2bd9af94757e73a4ff4c1fe8c98b4174b008b62':
  Removing top tabs from PDK navigation because right now we only have one section.

15 years agoam 0f3298a4: delete source files not in target
Doug Zongker [Wed, 1 Jul 2009 23:01:52 +0000 (16:01 -0700)]
am 0f3298a4: delete source files not in target

Merge commit '0f3298a497e32f6c2325a0071124a62d031fae6f'

* commit '0f3298a497e32f6c2325a0071124a62d031fae6f':
  delete source files not in target

15 years agoremove some accidentally-submitted debug logging
Doug Zongker [Wed, 1 Jul 2009 21:18:59 +0000 (14:18 -0700)]
remove some accidentally-submitted debug logging

15 years agoam c898974b: Merge change 5553 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 21:48:52 +0000 (14:48 -0700)]
am c898974b: Merge change 5553 into donut

Merge commit 'c898974bcc3e6adfc2900c2a01bde5f83a0591d6'

* commit 'c898974bcc3e6adfc2900c2a01bde5f83a0591d6':
  Change cts makefile to bundle junit.jar.

15 years agoMerge change 4759 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 20:53:47 +0000 (13:53 -0700)]
Merge change 4759 into donut

* changes:
   Removing top tabs from PDK navigation because right now we only have one section.

15 years agodelete source files not in target
Doug Zongker [Tue, 30 Jun 2009 15:16:58 +0000 (08:16 -0700)]
delete source files not in target

Incremental OTAs were not removing files from the old build that don't
exist in the new build.  Fix.

15 years agoMerge change 5553 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 16:16:49 +0000 (09:16 -0700)]
Merge change 5553 into donut

* changes:
  Change cts makefile to bundle junit.jar.

15 years agoChange cts makefile to bundle junit.jar.
Brett Chabot [Fri, 26 Jun 2009 21:41:30 +0000 (14:41 -0700)]
Change cts makefile to bundle junit.jar.

15 years agoFix the simulator build by setting TARGET_PRELINK_MODULE before including
Patrick Scott [Thu, 25 Jun 2009 14:38:26 +0000 (10:38 -0400)]
Fix the simulator build by setting TARGET_PRELINK_MODULE before including
BoardConfig.mk

15 years agoignore missing/bad device-specific releasetools modules
Doug Zongker [Wed, 24 Jun 2009 21:34:57 +0000 (14:34 -0700)]
ignore missing/bad device-specific releasetools modules

If we fail to load the device-specific releasetools module (ie, if -s
is specified but the file is missing), issue an error message but
continue without any device-specific code.

15 years agoresolved conflicts for merge of e1c31bac to master
Doug Zongker [Wed, 24 Jun 2009 20:58:30 +0000 (13:58 -0700)]
resolved conflicts for merge of e1c31bac to master

15 years agoMerge change 5099
Android (Google) Code Review [Wed, 24 Jun 2009 20:28:46 +0000 (13:28 -0700)]
Merge change 5099

* changes:
  Move the BoardConfig.mk search and inclusion to core/config.mk.

15 years agoMerge change 5082
Android (Google) Code Review [Wed, 24 Jun 2009 20:20:12 +0000 (13:20 -0700)]
Merge change 5082

* changes:
  pass correct -s and -m options to release tools

15 years agomake building recovery and boot images optional
Doug Zongker [Wed, 24 Jun 2009 00:40:35 +0000 (17:40 -0700)]
make building recovery and boot images optional

If the source target-files zip omits files needed to build the
recovery and/or boot images, leave them out instead of dying with an
error.  This lets build like "generic-userdebug" work.

15 years agoam 55766e47: Merge change 5150 into donut
Android (Google) Code Review [Tue, 23 Jun 2009 23:34:08 +0000 (16:34 -0700)]
am 55766e47: Merge change 5150 into donut

Merge commit '55766e47aaf4fe72a2b5cdd8aa60d14781c01e94'

* commit '55766e47aaf4fe72a2b5cdd8aa60d14781c01e94':
  don't fail if no required bootloaders are defined

15 years agoMerge change 5150 into donut
Android (Google) Code Review [Tue, 23 Jun 2009 23:32:18 +0000 (16:32 -0700)]
Merge change 5150 into donut

* changes:
  don't fail if no required bootloaders are defined

15 years agodon't fail if no required bootloaders are defined
Doug Zongker [Tue, 23 Jun 2009 23:27:38 +0000 (16:27 -0700)]
don't fail if no required bootloaders are defined

Generic targets don't have a list of defined bootloaders.  Instead of
failing to build an OTA package, just omit the constraint.

Fix bad references to ExternalError.

15 years agoMerge change 4992
Android (Google) Code Review [Tue, 23 Jun 2009 23:20:02 +0000 (16:20 -0700)]
Merge change 4992

* changes:
  Change to add the 4.4.0 toolchain directory to PATH.

15 years agoMove the BoardConfig.mk search and inclusion to core/config.mk.
Patrick Scott [Tue, 23 Jun 2009 19:25:06 +0000 (15:25 -0400)]
Move the BoardConfig.mk search and inclusion to core/config.mk.

This allows TARGET_ARCH_VARIANT to be set by the vendor before we choose the
architecture in core/combo/select.mk.

Also add a primitive armv7-a.mk for turning on hardware floating point.

15 years agopass correct -s and -m options to release tools
Doug Zongker [Tue, 23 Jun 2009 16:46:33 +0000 (09:46 -0700)]
pass correct -s and -m options to release tools

When building an OTA package, TARGET_RELEASETOOLS_EXTENSIONS can be
set (in BoardConfig.mk) to specify where the device-specific
releasetools code is located.  (The default location is the common
directory for the device's vendor.)  The TARGET_OTA_SCRIPT_MODE can be
used to override the default script mode ("auto") for a particular
device.

15 years agoam bf8a59aa: Merge change 5017 into donut
Android (Google) Code Review [Tue, 23 Jun 2009 05:04:16 +0000 (22:04 -0700)]
am bf8a59aa: Merge change 5017 into donut

Merge commit 'bf8a59aa12dd8dd8ceb6eeeec22dd94b8332c228'

* commit 'bf8a59aa12dd8dd8ceb6eeeec22dd94b8332c228':
  Don't install afar and dexpreopt-wrapper on system while building tests.

15 years agoam 9d9f3678: Java 1.5 is required. Enforce it.
Joe Onorato [Tue, 23 Jun 2009 05:04:15 +0000 (22:04 -0700)]
am 9d9f3678: Java 1.5 is required.  Enforce it.

Merge commit '9d9f367895655411c42123177ae1c32f104b3c01'

* commit '9d9f367895655411c42123177ae1c32f104b3c01':
  Java 1.5 is required.  Enforce it.

15 years agoMerge change 5017 into donut
Android (Google) Code Review [Tue, 23 Jun 2009 01:24:30 +0000 (18:24 -0700)]
Merge change 5017 into donut

* changes:
  Don't install afar and dexpreopt-wrapper on system while building tests.

15 years agoJava 1.5 is required. Enforce it.
Joe Onorato [Tue, 23 Jun 2009 01:15:38 +0000 (18:15 -0700)]
Java 1.5 is required.  Enforce it.

15 years agogeneralize the definition of a "radio image"
Doug Zongker [Sat, 20 Jun 2009 00:12:18 +0000 (17:12 -0700)]
generalize the definition of a "radio image"

Non-HTC devices may have multiple files constituting their "radio
image".  Generalize the INSTALLED_RADIOIMAGE_TARGET variable a bit:
initially define it as empty, then let AndroidBoard.mk files add to
it.  Provide a convenience function add-radio-image for them to call
to add files.  Put all those files into the target_files zip for use
in OTA and fastboot package construction.

Note that for HTC devices, this changes the name of the radio image in
the target_files zip:  instead of "RADIO/image" it will be
"RADIO/radio.img".  Tools that use the target_files zip will need to
be changed.

15 years agoDon't install afar and dexpreopt-wrapper on system while building tests.
Sriram Raman [Tue, 23 Jun 2009 00:16:37 +0000 (17:16 -0700)]
Don't install afar and dexpreopt-wrapper on system while building tests.

15 years agoChange to add the 4.4.0 toolchain directory to PATH.
Jing Yu [Mon, 22 Jun 2009 23:03:34 +0000 (16:03 -0700)]
Change to add the 4.4.0 toolchain directory to PATH.

Since we have switched the default toolchain from 4.2.1 to 4.4.0,
we need to change the paths to add from 4.2.1 to 4.4.0.

15 years agosupport hooks for device-specific code in OTA package generation
Doug Zongker [Mon, 22 Jun 2009 18:32:31 +0000 (11:32 -0700)]
support hooks for device-specific code in OTA package generation

Replace the installation of the "radio image", which is an
HTC-specific notion, with calls to device-specific python modules that
can add whatever additional OTA script commands are necessary.  Add
the -s flag to specify the location of the device-specific script
(replacing the unused -s flag in sign_target_files_apks).

15 years agoforce clean build of libwebcore after turning video on
Andrei Popescu [Fri, 19 Jun 2009 20:13:32 +0000 (21:13 +0100)]
force clean build of libwebcore after turning video on

15 years ago Removing top tabs from PDK navigation because right now we only have one section.
David Warren [Fri, 19 Jun 2009 17:14:37 +0000 (10:14 -0700)]
Removing top tabs from PDK navigation because right now we only have one section.

15 years agoAdd clean-libwebcore to clean spec.
Feng Qian [Fri, 19 Jun 2009 01:40:31 +0000 (18:40 -0700)]
Add clean-libwebcore to clean spec.

15 years agoam edb6829f: Merge change 4654 into donut
Android (Google) Code Review [Thu, 18 Jun 2009 20:58:02 +0000 (13:58 -0700)]
am edb6829f: Merge change 4654 into donut

Merge commit 'edb6829f832bb79ba2e96ada74b3b971b73ad9a7'

* commit 'edb6829f832bb79ba2e96ada74b3b971b73ad9a7':
  Put the java source file list files somewhere where they don't

15 years agoMerge change 4654 into donut
Android (Google) Code Review [Thu, 18 Jun 2009 20:52:57 +0000 (13:52 -0700)]
Merge change 4654 into donut

* changes:
  Put the java source file list files somewhere where they don't conflict with the .class files that are getting zipped up, and delete them when we're done with them.

15 years agoresolved conflicts for merge of c494d7ce to master
Doug Zongker [Thu, 18 Jun 2009 20:42:20 +0000 (13:42 -0700)]
resolved conflicts for merge of c494d7ce to master

15 years agogenerate OTA packages that use edify
Doug Zongker [Thu, 18 Jun 2009 15:43:44 +0000 (08:43 -0700)]
generate OTA packages that use edify

Split the details of generating script syntax into a generator class:
one for amend (whose output should be equivalent to the current
output), and one for edify.

Fix 'otatools' build rule to build imgdiff.

15 years agoPut the java source file list files somewhere where they don't
Joe Onorato [Thu, 18 Jun 2009 20:11:58 +0000 (13:11 -0700)]
Put the java source file list files somewhere where they don't
conflict with the .class files that are getting zipped up, and
delete them when we're done with them.

15 years agoam 602a84e0: fix releasetools for non-linux architectures
Doug Zongker [Thu, 18 Jun 2009 17:47:13 +0000 (10:47 -0700)]
am 602a84e0: fix releasetools for non-linux architectures

Merge commit '602a84e0bbf1807a9403cfa50184241f6fc035c4'

* commit '602a84e0bbf1807a9403cfa50184241f6fc035c4':
  fix releasetools for non-linux architectures

15 years agofix releasetools for non-linux architectures
Doug Zongker [Thu, 18 Jun 2009 15:35:12 +0000 (08:35 -0700)]
fix releasetools for non-linux architectures

The ota and img building scripts contained some hardcoded 'linux-x86'
paths.  Remove and replace with a slightly redefined -p option.
Modify Makefile to pass correct -p when building.

15 years agobumped version, cleaned up
The Android Open Source Project [Thu, 18 Jun 2009 16:33:04 +0000 (09:33 -0700)]
bumped version, cleaned up

15 years agoMerge change 4496
Android (Google) Code Review [Thu, 18 Jun 2009 06:34:10 +0000 (23:34 -0700)]
Merge change 4496

* changes:
  Switch default toolchain to 4.4.0 in master.

15 years agoam 1bc6248b: (-s ours) Fix the build name. Previously "DONUT-BURGER"; Now "Donut"
Sriram Raman [Thu, 18 Jun 2009 04:49:48 +0000 (21:49 -0700)]
am 1bc6248b: (-s ours) Fix the build name. Previously "DONUT-BURGER"; Now "Donut"

Merge commit '1bc6248b35ab8577466fa9e10a11d4a53725f0f5'

* commit '1bc6248b35ab8577466fa9e10a11d4a53725f0f5':
  Fix the build name. Previously "DONUT-BURGER"; Now "Donut"

15 years agoam 3450f449: Merge change 4549 into donut
Android (Google) Code Review [Thu, 18 Jun 2009 04:49:45 +0000 (21:49 -0700)]
am 3450f449: Merge change 4549 into donut

Merge commit '3450f44932dcf399349a95a780d9aabeac4eca00'

* commit '3450f44932dcf399349a95a780d9aabeac4eca00':
  AI 149924: Add OpenWnn to the SDK builds.

15 years agoam 1a28c1a4: Merge change 4541 into donut
Android (Google) Code Review [Thu, 18 Jun 2009 04:49:40 +0000 (21:49 -0700)]
am 1a28c1a4: Merge change 4541 into donut

Merge commit '1a28c1a4c1ad0c4adf0c63bb36f47394e9509360'

* commit '1a28c1a4c1ad0c4adf0c63bb36f47394e9509360':
  remember in the target-files package what version of the API recovery uses

15 years agoFix the build name. Previously "DONUT-BURGER"; Now "Donut"
Sriram Raman [Thu, 18 Jun 2009 00:56:33 +0000 (17:56 -0700)]
Fix the build name. Previously "DONUT-BURGER"; Now "Donut"

15 years agoMerge change 4549 into donut
Android (Google) Code Review [Thu, 18 Jun 2009 00:50:52 +0000 (17:50 -0700)]
Merge change 4549 into donut

* changes:
  Merge commit 'b610c08b9605c31c1e5b851009104972e3822a3c' into Donut

15 years agoMerge commit 'b610c08b9605c31c1e5b851009104972e3822a3c' into Donut
Xavier Ducrohet [Thu, 18 Jun 2009 00:30:02 +0000 (17:30 -0700)]
Merge commit 'b610c08b9605c31c1e5b851009104972e3822a3c' into Donut

Add OpenWnn to the SDk builds.

15 years agoMerge change 4541 into donut
Android (Google) Code Review [Thu, 18 Jun 2009 00:22:15 +0000 (17:22 -0700)]
Merge change 4541 into donut

* changes:
  remember in the target-files package what version of the API recovery uses

15 years agoremember in the target-files package what version of the API recovery uses
Doug Zongker [Thu, 18 Jun 2009 00:09:40 +0000 (17:09 -0700)]
remember in the target-files package what version of the API recovery uses

15 years agoAI 149924: Add OpenWnn to the SDK builds.
Xavier Ducrohet [Wed, 17 Jun 2009 23:59:26 +0000 (16:59 -0700)]
AI 149924: Add OpenWnn to the SDK builds.

Automated import of CL 149924

15 years agoam 9454b1c8: Merge change 4089 into donut
Android (Google) Code Review [Wed, 17 Jun 2009 22:38:54 +0000 (15:38 -0700)]
am 9454b1c8: Merge change 4089 into donut

Merge commit '9454b1c8b6d36e56b749bed06cfe7afb04a32375'

* commit '9454b1c8b6d36e56b749bed06cfe7afb04a32375':
  - Changed page title to show "Android open source"

15 years agoSwitch default toolchain to 4.4.0 in master.
Jing Yu [Wed, 17 Jun 2009 19:06:23 +0000 (12:06 -0700)]
Switch default toolchain to 4.4.0 in master.

15 years agoMerge change 4089 into donut
Android (Google) Code Review [Wed, 17 Jun 2009 17:00:30 +0000 (10:00 -0700)]
Merge change 4089 into donut

* changes:
  - Changed page title to show "Android open source" - Changed Tab name to "Dev Guide"

15 years agohandle BOARD_KERNEL_BASE in releasetools
Doug Zongker [Wed, 17 Jun 2009 16:07:09 +0000 (09:07 -0700)]
handle BOARD_KERNEL_BASE in releasetools

Some devices define a BOARD_KERNEL_BASE argument which must be given
as an argument to mkbootimg when building a bootable image.  Store the
value of this var (if any) in the target-files zip and use it when
building images.

15 years agoMerge change 4307
Android (Google) Code Review [Tue, 16 Jun 2009 05:39:16 +0000 (22:39 -0700)]
Merge change 4307

* changes:
  don't require some OTA features

15 years agodon't require some OTA features
Doug Zongker [Tue, 16 Jun 2009 05:36:37 +0000 (22:36 -0700)]
don't require some OTA features

Make the following things optional:
 - kernel command lines for bootable images
 - radio images
 - bootloader assertions
These are not all (yet?) defined for some new devices.

15 years agomanual merge of dddd957c, explicitly list SDK image dependencies
The Android Open Source Project [Tue, 16 Jun 2009 05:21:14 +0000 (22:21 -0700)]
manual merge of dddd957c, explicitly list SDK image dependencies

Merge commit 'dddd957c'

15 years agoexplicitly list SDK image dependencies
Doug Zongker [Tue, 16 Jun 2009 04:25:32 +0000 (21:25 -0700)]
explicitly list SDK image dependencies

The SDK build used to have the update package as a dependency, in
order to force various image files to be built.  Now the the update
package can't be built for sdk-eng, list the individual images needed
instead.

15 years agomanual merge of 367910fc, don't build ota or update packages for sdk or sim
The Android Open Source Project [Tue, 16 Jun 2009 02:29:10 +0000 (19:29 -0700)]
manual merge of 367910fc, don't build ota or update packages for sdk or sim

Merge commit '367910fc'

15 years agodon't build ota or update packages for sdk or sim
Doug Zongker [Tue, 16 Jun 2009 01:56:51 +0000 (18:56 -0700)]
don't build ota or update packages for sdk or sim

15 years agomanual merge of 37c0e274, fix building of otacerts.zip
The Android Open Source Project [Tue, 16 Jun 2009 01:12:44 +0000 (18:12 -0700)]
manual merge of 37c0e274, fix building of otacerts.zip

Merge commit '37c0e274'

15 years agoam cf348b97: Merge change 4232 into donut
Android (Google) Code Review [Tue, 16 Jun 2009 00:56:59 +0000 (17:56 -0700)]
am cf348b97: Merge change 4232 into donut

Merge commit 'cf348b97bdb52b7ffe7be0d17318b1fda425a211'

* commit 'cf348b97bdb52b7ffe7be0d17318b1fda425a211':
  use releasetools scripts to build update and OTA packages

15 years agofix building of otacerts.zip
Doug Zongker [Mon, 15 Jun 2009 22:36:16 +0000 (15:36 -0700)]
fix building of otacerts.zip

Was using a variable which was only defined inside the rule, outside
the rule.  Change to use the correct variable.

15 years agoMerge change 4232 into donut
Android (Google) Code Review [Mon, 15 Jun 2009 22:08:35 +0000 (15:08 -0700)]
Merge change 4232 into donut

* changes:
  use releasetools scripts to build update and OTA packages

15 years agoam 048e7ca1: fix archive files being created with perms 000
Doug Zongker [Mon, 15 Jun 2009 21:55:06 +0000 (14:55 -0700)]
am 048e7ca1: fix archive files being created with perms 000

Merge commit '048e7ca15f6391681490ce564bc71194adf146aa'

* commit '048e7ca15f6391681490ce564bc71194adf146aa':
  fix archive files being created with perms 000

15 years agofix archive files being created with perms 000
Doug Zongker [Mon, 15 Jun 2009 21:31:53 +0000 (14:31 -0700)]
fix archive files being created with perms 000

In python 2.5 and earlier, ZipFile.writestr(filename, data) results in
the file being added to the archive with permissions 000.  (See
http://svn.python.org/view?view=rev&revision=65235.)  Work around this
by creating a ZipInfo object and setting the permissions explicitly.

15 years agouse releasetools scripts to build update and OTA packages
Doug Zongker [Mon, 15 Jun 2009 21:30:14 +0000 (14:30 -0700)]
use releasetools scripts to build update and OTA packages

Use the python scripts in build/tools/releasetools (that are used to
build signed releases) to build packages within the Makefile as well.

15 years agoam 398814fa: am 5eb58327: AI 149839: make the home page\'s announcement block expanda...
Scott Main [Mon, 15 Jun 2009 04:13:21 +0000 (21:13 -0700)]
am 398814fa: am 5eb58327: AI 149839: make the home page\'s announcement block expandable...   primarily, this is to handle various lengths of text due to translations,   but also allows us to be more flexible WRT the content for the top section.

Merge commit '398814fa75ee05ba9e77dd0057c469cc92ffd73e'

* commit '398814fa75ee05ba9e77dd0057c469cc92ffd73e':
  AI 149839: make the home page's announcement block expandable...

15 years agoam 03474237: Merge change 4054 into donut
Android (Google) Code Review [Mon, 15 Jun 2009 04:12:39 +0000 (21:12 -0700)]
am 03474237: Merge change 4054 into donut

Merge commit '0347423753fb5d7207aa1ea93a8429f59468eb41'

* commit '0347423753fb5d7207aa1ea93a8429f59468eb41':
  build 'updater' binary for use in OTA packages
  Add VpnServices to PRODUCT_PACKAGES.

15 years agoam e3eb0fae: joeo here. This localize command is unused and causes that execve error.
Jason Sams [Mon, 15 Jun 2009 04:12:25 +0000 (21:12 -0700)]
am e3eb0fae: joeo here.  This localize command is unused and causes that execve error.

Merge commit 'e3eb0fae9994c809afdab720f26fee478b66c368'

* commit 'e3eb0fae9994c809afdab720f26fee478b66c368':
  joeo here.  This localize command is unused and causes that execve error.

15 years agoam e05806cc: Merge change 4057 into donut
Android (Google) Code Review [Mon, 15 Jun 2009 03:49:34 +0000 (20:49 -0700)]
am e05806cc: Merge change 4057 into donut

Merge commit 'e05806cc152dfa88917ca61843d784bdd34c91ae'

* commit 'e05806cc152dfa88917ca61843d784bdd34c91ae':
  make applypatch into a static library

15 years agoam 5eb58327: AI 149839: make the home page\'s announcement block expandable... ...
Scott Main [Mon, 15 Jun 2009 03:45:16 +0000 (20:45 -0700)]
am 5eb58327: AI 149839: make the home page\'s announcement block expandable...   primarily, this is to handle various lengths of text due to translations,   but also allows us to be more flexible WRT the content for the top section.

Merge commit '5eb5832751cad87021b9f1ad77f1c26952030884' into donut

* commit '5eb5832751cad87021b9f1ad77f1c26952030884':
  AI 149839: make the home page's announcement block expandable...

15 years agoMerge change 4054 into donut
Android (Google) Code Review [Sat, 13 Jun 2009 08:43:22 +0000 (01:43 -0700)]
Merge change 4054 into donut

* changes:
  Add VpnServices to PRODUCT_PACKAGES.

15 years agobuild 'updater' binary for use in OTA packages
Doug Zongker [Fri, 12 Jun 2009 23:57:08 +0000 (16:57 -0700)]
build 'updater' binary for use in OTA packages

15 years agoAI 149839: make the home page's announcement block expandable...
Scott Main [Fri, 12 Jun 2009 21:02:40 +0000 (14:02 -0700)]
AI 149839: make the home page's announcement block expandable...
  primarily, this is to handle various lengths of text due to translations,
  but also allows us to be more flexible WRT the content for the top section.

Automated import of CL 149839

15 years ago- Changed page title to show "Android open source"
Gaurav Mathur [Fri, 12 Jun 2009 20:47:16 +0000 (13:47 -0700)]
- Changed page title to show "Android open source"
- Changed Tab name to "Dev Guide"

15 years agojoeo here. This localize command is unused and causes that execve error.
Jason Sams [Thu, 11 Jun 2009 00:37:28 +0000 (17:37 -0700)]
joeo here.  This localize command is unused and causes that execve error.

15 years agoMerge change 4057 into donut
Android (Google) Code Review [Fri, 12 Jun 2009 16:45:14 +0000 (09:45 -0700)]
Merge change 4057 into donut

* changes:
  make applypatch into a static library

15 years agomake applypatch into a static library
Doug Zongker [Fri, 12 Jun 2009 16:42:43 +0000 (09:42 -0700)]
make applypatch into a static library

Turn the bulk of applypatch into a static library so it can be used
from the updater.  Also build it as a standalone executable for use by
the existing OTA mechanism.

15 years agoam 5aa29992: Merge change 3459 into donut
Android (Google) Code Review [Fri, 12 Jun 2009 15:26:01 +0000 (08:26 -0700)]
am 5aa29992: Merge change 3459 into donut

Merge commit '5aa299925d61f9d1e395c3c94f5f1f4566277fa8'

* commit '5aa299925d61f9d1e395c3c94f5f1f4566277fa8':
  make signapk strip other signatures

15 years agoam 67647752: Add keystore in the pathmap of frameworks base.
Chung-yih Wang [Fri, 12 Jun 2009 15:25:39 +0000 (08:25 -0700)]
am 67647752: Add keystore in the pathmap of frameworks base.

Merge commit '676477525bc40f7ccf196a6580480b9d44adabd8'

* commit '676477525bc40f7ccf196a6580480b9d44adabd8':
  Add keystore in the pathmap of frameworks base.

15 years agoAdd VpnServices to PRODUCT_PACKAGES.
Hung-ying Tyan [Fri, 12 Jun 2009 15:09:46 +0000 (23:09 +0800)]
Add VpnServices to PRODUCT_PACKAGES.

15 years agoam 4175bb90: Removing "tts" from the list of directories containing source code under...
Jean-Michel Trivi [Fri, 12 Jun 2009 11:59:35 +0000 (04:59 -0700)]
am 4175bb90: Removing "tts" from the list of directories containing source code under frameworks/base. This directory doesn\'t exist anymore after change 3730 which moved the TTS code to frameworks/base/packages/TtsService/.

Merge commit '4175bb90ae8e454416a956b3885995e59ac0454e'

* commit '4175bb90ae8e454416a956b3885995e59ac0454e':
  Removing "tts" from the list of directories containing source code

15 years agoMerge change 3459 into donut
Android (Google) Code Review [Fri, 12 Jun 2009 02:25:14 +0000 (19:25 -0700)]
Merge change 3459 into donut

* changes:
  make signapk strip other signatures

15 years agomake signapk strip other signatures
Doug Zongker [Mon, 8 Jun 2009 17:46:55 +0000 (10:46 -0700)]
make signapk strip other signatures

Change signapk to not propagate other signatures to the output
archive.  Multiple signatures seem to confuse the package manager, as
we saw with Maps, and other partners are checking in prebuilt APKs for
google experience devices signed with random other things.

15 years agoAdd keystore in the pathmap of frameworks base.
Chung-yih Wang [Wed, 10 Jun 2009 15:08:03 +0000 (23:08 +0800)]
Add keystore in the pathmap of frameworks base.

15 years agoam fcae4f83: Merge change 3862 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 18:41:28 +0000 (11:41 -0700)]
am fcae4f83: Merge change 3862 into donut

Merge commit 'fcae4f838d75fd3352198ac1c881cc1c97f51aab'

* commit 'fcae4f838d75fd3352198ac1c881cc1c97f51aab':
  Adding TtsService and PicoTts so they get included.

15 years agoam 81b459ce: (-s ours) do not merge : add clean step for webkit security fix
Cary Clark [Thu, 11 Jun 2009 18:41:18 +0000 (11:41 -0700)]
am 81b459ce: (-s ours) do not merge : add clean step for webkit security fix

Merge commit '81b459ce0876971d4c692ff95e4e842c2d30a5f3'

* commit '81b459ce0876971d4c692ff95e4e842c2d30a5f3':
  do not merge : add clean step for webkit security fix

15 years agoRemoving "tts" from the list of directories containing source code
Jean-Michel Trivi [Thu, 11 Jun 2009 17:12:28 +0000 (10:12 -0700)]
Removing "tts" from the list of directories containing source code
under frameworks/base. This directory doesn't exist anymore after
change 3730 which moved the TTS code to frameworks/base/packages/TtsService/.

15 years agoMerge change 3862 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 16:44:03 +0000 (09:44 -0700)]
Merge change 3862 into donut

* changes:
  Adding TtsService and PicoTts so they get included.

15 years agodo not merge : add clean step for webkit security fix
Cary Clark [Thu, 11 Jun 2009 15:03:45 +0000 (11:03 -0400)]
do not merge : add clean step for webkit security fix

15 years agoMerge change 3569
Android (Google) Code Review [Thu, 11 Jun 2009 12:04:06 +0000 (05:04 -0700)]
Merge change 3569

* changes:
  Fix the is_sdk_build check when installing the apns.

15 years agoam ed3a2d30: am 88ee3f4e: AI 149729: fix search functionatilty for offline docs....
Scott Main [Thu, 11 Jun 2009 08:02:46 +0000 (01:02 -0700)]
am ed3a2d30: am 88ee3f4e: AI 149729: fix search functionatilty for offline docs...   the file references weren\'t using the local root.   BUG=1909300

Merge commit 'ed3a2d303de6110ef93d4570fd64550b31b55caa'

* commit 'ed3a2d303de6110ef93d4570fd64550b31b55caa':
  AI 149729: fix search functionatilty for offline docs...

15 years agoam 88ee3f4e: AI 149729: fix search functionatilty for offline docs... the file...
Scott Main [Thu, 11 Jun 2009 07:01:30 +0000 (00:01 -0700)]
am 88ee3f4e: AI 149729: fix search functionatilty for offline docs...   the file references weren\'t using the local root.   BUG=1909300

Merge commit '88ee3f4e032ba9fd0377b80b916dcc39b2ce1bf1' into donut

* commit '88ee3f4e032ba9fd0377b80b916dcc39b2ce1bf1':
  AI 149729: fix search functionatilty for offline docs...

15 years agoAI 149729: fix search functionatilty for offline docs...
Scott Main [Thu, 11 Jun 2009 06:40:24 +0000 (23:40 -0700)]
AI 149729: fix search functionatilty for offline docs...
  the file references weren't using the local root.
  BUG=1909300

Automated import of CL 149729

15 years agoAdding TtsService and PicoTts so they get included.
Charles Chen [Thu, 11 Jun 2009 03:16:17 +0000 (20:16 -0700)]
Adding TtsService and PicoTts so they get included.

15 years agoMerge change 3830
Android (Google) Code Review [Thu, 11 Jun 2009 01:56:34 +0000 (18:56 -0700)]
Merge change 3830

* changes:
  joeo here.  This localize command is unused and causes that execve error.

15 years agojoeo here. This localize command is unused and causes that execve error.
Jason Sams [Thu, 11 Jun 2009 00:37:28 +0000 (17:37 -0700)]
joeo here.  This localize command is unused and causes that execve error.