OSDN Git Service

android-x86/build.git
14 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"

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

14 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

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

14 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

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

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

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

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

14 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

14 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

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

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

14 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

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

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

14 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

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

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

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

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

14 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

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

14 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

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

14 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

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

14 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

14 years agopage load perfomance improvements...
Scott Main [Thu, 4 Jun 2009 18:10:17 +0000 (11:10 -0700)]
page load perfomance improvements...
remove the lists.js file from the <head>, which slows down page
load a lot (over 300K), and instead load it dynamically on page load.
also remove navtree_data.js from the <head>, which also slows the load
and is only used in the reference when in tree view. This file is now
loaded during the initialization of the nav tree.

14 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

14 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

14 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

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

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

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