OSDN Git Service

android-x86/build.git
14 years agoMerge korg/donut into korg/master
Jean-Baptiste Queru [Sat, 25 Jul 2009 23:58:22 +0000 (16:58 -0700)]
Merge korg/donut into korg/master

Conflicts:

core/apicheck_msg_current.txt
core/combo/linux-arm.mk
core/prelink-linux-arm.map
tools/droiddoc/src/ClassInfo.java

14 years agofix mislaid 'if' in recovery
Doug Zongker [Wed, 8 Jul 2009 00:14:25 +0000 (17:14 -0700)]
fix mislaid 'if' in recovery

When I moved the building of the recovery image upwards in the file, I
moved an 'endif' surrounding it but not the matching 'if'.  How did
this ever work?

14 years agofix image size tests
Doug Zongker [Thu, 2 Jul 2009 16:00:54 +0000 (09:00 -0700)]
fix image size tests

There are currently two errors in the way we test the size of built
images against the size of the partition on the hardware:

- the limits in BoardConfig.mk are set with the data size only, but
  images contain an extra 64 bytes per 2048-byte page.  This means we
  think the partition is about 1/32 smaller than it really is.

- when we deliver a build via OTA, the system partition ends up with
  one more file than when it's flashed via fastboot.  That file is a
  copy of the recovery image.  In order to be able to OTA a build, we
  need to make sure the system partition has enough room for all the
  system files plus the recovery image as well.

For the kila system partition, these errors are roughly the same order
of magnitude -- about 2MB, one in the "safe" direction, one in the
"unsafe" direction.  This change fixes both to give us a more accurate
notion of how close we are to the limit.

Make the build emit a warning (but not fail) when the size is within
32kb of the limit.

Also, include the values of the partition size limits in an info file
in the target-files package, so post-processing tools can use them
without parsing the BoardConfig.mk file.

14 years agoMerge change 6059 into donut
Android (Google) Code Review [Thu, 2 Jul 2009 12:43:46 +0000 (05:43 -0700)]
Merge change 6059 into donut

* changes:
  Also look in vendor/*/build for vendorsetup.sh

14 years agoAlso look in vendor/*/build for vendorsetup.sh
Joe Onorato [Thu, 2 Jul 2009 12:41:48 +0000 (08:41 -0400)]
Also look in vendor/*/build for vendorsetup.sh

14 years agoMerge change 5929 into donut
Android (Google) Code Review [Thu, 2 Jul 2009 07:28:16 +0000 (00:28 -0700)]
Merge change 5929 into donut

* changes:
  Add the JNI library of CertTool for handling certificates.

14 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

14 years agoAdd the JNI library of CertTool for handling certificates.
Chung-yih Wang [Wed, 1 Jul 2009 16:36:44 +0000 (00:36 +0800)]
Add the JNI library of CertTool for handling certificates.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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

14 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 agoFix the usual build hanging issue by using -o (overwrite without prompting) option...
Sriram Raman [Tue, 9 Jun 2009 22:08:29 +0000 (15:08 -0700)]
Fix the usual build hanging issue by using -o (overwrite without prompting) option with unzip

This should fix the common problem when googlelogin-client and google-framework are both included

15 years agoInclude WebSearchProvider in all builds.
Satish Sampath [Fri, 5 Jun 2009 22:04:46 +0000 (23:04 +0100)]
Include WebSearchProvider in all builds.

WebSearchProvider is an open implementation of fetching suggestions and
launching searches to third party web search engines. This should be
available along with GoogleSearch in all builds which include the
GoogleSearch package.

15 years agofix build -- aidl was not finding vpn imports
Tammo Spalink [Tue, 9 Jun 2009 05:45:20 +0000 (13:45 +0800)]
fix build -- aidl was not finding vpn imports

15 years agoMerge change 8253
Android Code Review [Sun, 7 Jun 2009 21:07:22 +0000 (14:07 -0700)]
Merge change 8253

* changes:
  Update the current.xml error message.

15 years agoMerge change 3237 into donut
Android (Google) Code Review [Fri, 5 Jun 2009 00:29:56 +0000 (17:29 -0700)]
Merge change 3237 into donut

* changes:
  Add archquery to the windows make

15 years agoAdd archquery to the windows make
Raphael [Thu, 4 Jun 2009 22:21:49 +0000 (15:21 -0700)]
Add archquery to the windows make

15 years agoMerge change 3248 into donut
Android (Google) Code Review [Thu, 4 Jun 2009 23:32:55 +0000 (16:32 -0700)]
Merge change 3248 into donut

* changes:
  clean up old libcamera and libqcamera

15 years agoremove mkdirs/etc which caused us to depend on libutils
Brian Swetland [Thu, 4 Jun 2009 21:09:04 +0000 (14:09 -0700)]
remove mkdirs/etc which caused us to depend on libutils

Depending on libutils causes a build layering violation,
requiring frameworks/base/... for libhost...

Signed-off-by: Brian Swetland <swetland@google.com>
15 years agoclean up old libcamera and libqcamera
Iliyan Malchev [Wed, 27 May 2009 01:20:54 +0000 (18:20 -0700)]
clean up old libcamera and libqcamera

Signed-off-by: Iliyan Malchev <malchev@google.com>
15 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.

15 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.

15 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

15 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

15 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

15 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.

15 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.

15 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

15 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.

15 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

15 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