OSDN Git Service

android-x86/build.git
15 years agoSquashed commit of the following:
Jianhong Jiang [Tue, 14 Apr 2009 01:58:11 +0000 (18:58 -0700)]
Squashed commit of the following:

commit 191a8bc426782720b38d2af2151f654dc3241ffe
Author: Jianhong Jiang <jianhong@google.com>
Date:   Mon Apr 13 11:06:07 2009 -0700

    Change tabs into 4 spaces.

commit f47721ac22c353a93ddf56e3bd6ca21c01ad7091
Author: Jianhong Jiang <jianhong@google.com>
Date:   Fri Apr 10 14:14:05 2009 -0700

    OpenCore 2.02 prelink map change.

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

15 years agoAI 145705: am: CL 145704 Manually integrate change 145576 to donutburger to fix ...
Mike Lockwood [Fri, 10 Apr 2009 13:35:35 +0000 (06:35 -0700)]
AI 145705: am: CL 145704 Manually integrate change 145576 to donutburger to fix "lunch"
  Original author: lockwood

Automated import of CL 145705

15 years agoMerge branch 'readonly-p4-master'
Xavier Ducrohet [Fri, 10 Apr 2009 03:47:45 +0000 (20:47 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 145660: am: CL 145622 am: CL 145380 Fixes for add-on build
Xavier Ducrohet [Fri, 10 Apr 2009 03:46:34 +0000 (20:46 -0700)]
AI 145660: am: CL 145622 am: CL 145380 Fixes for add-on build
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 145660

15 years agoMerge branch 'readonly-p4-master'
Joe Onorato [Fri, 10 Apr 2009 03:45:06 +0000 (20:45 -0700)]
Merge branch 'readonly-p4-master'

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

Automated import of CL 145659

15 years agoMerge branch 'readonly-p4-master'
Joe Onorato [Fri, 10 Apr 2009 03:37:13 +0000 (20:37 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 145655: am: CL 145618 am: CL 145333 Cloned from CL 144759 by 'g4 patch'.
Joe Onorato [Fri, 10 Apr 2009 03:36:06 +0000 (20:36 -0700)]
AI 145655: am: CL 145618 am: CL 145333 Cloned from CL 144759 by 'g4 patch'.
  Original change by joeo@abreu on 2009/04/06 19:54:13.
  Implement SDK add-ons in the build system.
  - Add an option to use the standard javadoc doclet instead
  of droiddoc, since droiddocs non-sdk templates aren't
  ready for prime time.
  - Add the notion of a stubs for a library.  It's only
  implemented for java libraries, but when we do native
  libraries in the NDK or sdk-addons, it will work there too.
  Original author: joeo
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 145655

15 years agoMerge branch 'readonly-p4-master'
Jack Veenstra [Fri, 10 Apr 2009 01:13:45 +0000 (18:13 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 145592: Fixed the tracedmdump() bash function to use the correct path for the...
Jack Veenstra [Fri, 10 Apr 2009 01:12:34 +0000 (18:12 -0700)]
AI 145592: Fixed the tracedmdump() bash function to use the correct path for the vmlinux-qemu file.
  BUG=1630077

Automated import of CL 145592

15 years agoMerge branch 'readonly-p4-master'
Xavier Ducrohet [Thu, 9 Apr 2009 21:07:57 +0000 (14:07 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 145486: am: CL 145464 am: CL 145080 Add Latin and Chinese method to SDK.
Xavier Ducrohet [Thu, 9 Apr 2009 21:06:37 +0000 (14:06 -0700)]
AI 145486: am: CL 145464 am: CL 145080 Add Latin and Chinese method to SDK.
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 145486

15 years agorevert prelink map to match OpenCORE 1.0
Jean-Baptiste Queru [Wed, 8 Apr 2009 21:38:13 +0000 (14:38 -0700)]
revert prelink map to match OpenCORE 1.0

15 years agoEnable OpenCORE on master - part 3
Ravi K Yenduri [Tue, 31 Mar 2009 19:11:26 +0000 (12:11 -0700)]
Enable OpenCORE on master - part 3

15 years agoMerge branch 'readonly-p4-master'
Cary Clark [Wed, 8 Apr 2009 15:10:46 +0000 (08:10 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 145053: add SVG to the browser [disabled by default]
Cary Clark [Wed, 8 Apr 2009 15:09:31 +0000 (08:09 -0700)]
AI 145053: add SVG to the browser [disabled by default]
  To enable SVG, edit your buildspec.mk to
  ENABLE_SVG:=true
  then
  make clean-libwebcore && make
  Some SVG functionality has been stubbed out in this checkin.
  //branches/master/android/build/buildspec.mk.default # edit
  - add ENABLE_SVG, commented out by default
  - fix up WEBCORE_INSTRUMENTATION define while I was in there
  //branches/master/android/external/webkit/Android.mk # edit
  - add ENABLE_SVG C define
  - add svg paths to C includes
  //branches/master/android/external/webkit/WebCore/Android.derived.mk # edit
  - update merge tool rules
  - add svg to css property names, keywords, generated bindings
  - add svg names, element factory, wrappers
  - remove obsolete ksvgcssproperties.h
  - add XLinkNames, required by SVG
  //branches/master/android/external/webkit/WebCore/Android.mk # edit
  - update merge tool rules
  - add svg bindings, css svg parsing, svg rendering, svg engine
  //branches/master/android/external/webkit/WebCore/config.h # edit
  - leave ENABLE_SVG alone if it is already defined
  //branches/master/android/external/webkit/WebCore/loader/EmptyClients.h # edit
  - add some Android extensions as empty virtuals (EmptyClients is only used by SVG)
  //branches/master/android/external/webkit/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp # edit
  //branches/master/android/external/webkit/WebCore/platform/graphics/android/PathAndroid.cpp # edit
  - add SVG graphics porting functions. Note the FIXMEs -- some are unimplemented.
  BUG=1474412

Automated import of CL 145053

15 years agoMerge branch 'readonly-p4-master'
Xavier Ducrohet [Tue, 7 Apr 2009 03:33:25 +0000 (20:33 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 144767: am: CL 144765 am: CL 144764 Fix the SDK build to properly package what...
Xavier Ducrohet [Tue, 7 Apr 2009 03:32:24 +0000 (20:32 -0700)]
AI 144767: am: CL 144765 am: CL 144764 Fix the SDK build to properly package what needs to go in the system image (bug #1761105)
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144767

15 years agoMerge branch 'readonly-p4-master'
Doug Zongker [Fri, 3 Apr 2009 06:00:43 +0000 (23:00 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 144399: am: CL 144270 am: CL 144269 Relocate the new (google-indepedent) tools...
Doug Zongker [Fri, 3 Apr 2009 05:59:40 +0000 (22:59 -0700)]
AI 144399: am: CL 144270 am: CL 144269 Relocate the new (google-indepedent) tools for signing and
  building images & OTA packages out of vendor/google.
  No device code is touched by this change.
  Original author: dougz
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144399

15 years agoMerge branch 'readonly-p4-master'
Andy Stadler [Fri, 3 Apr 2009 05:45:25 +0000 (22:45 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 144393: am: CL 144253 Cleanstep for gsm related errors.
Andy Stadler [Fri, 3 Apr 2009 05:44:11 +0000 (22:44 -0700)]
AI 144393: am: CL 144253 Cleanstep for gsm related errors.
  Original author: stadler

Automated import of CL 144393

15 years agoMerge branch 'readonly-p4-master'
Mike Ritter [Thu, 2 Apr 2009 17:37:54 +0000 (10:37 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 144207: am: CL 144166 am: CL 144164 Adding droiddocs/javadocs usage to Pdk-docs...
Mike Ritter [Thu, 2 Apr 2009 17:36:49 +0000 (10:36 -0700)]
AI 144207: am: CL 144166 am: CL 144164 Adding droiddocs/javadocs usage to Pdk-docs to get correct style.
  Original author: mritter
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 144207

15 years agoMerge branch 'readonly-p4-master'
Doug Zongker [Thu, 2 Apr 2009 17:21:16 +0000 (10:21 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 144157: Manually integrate 144143 from donut to fix build.
Doug Zongker [Thu, 2 Apr 2009 17:20:05 +0000 (10:20 -0700)]
AI 144157: Manually integrate 144143 from donut to fix build.

Automated import of CL 144157

15 years agoMerge branch 'readonly-p4-master'
Doug Zongker [Thu, 2 Apr 2009 17:13:30 +0000 (10:13 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; read
Doug Zongker [Thu, 2 Apr 2009 17:12:24 +0000 (10:12 -0700)]
AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; read
  them from an external file in the recovery image.  Use the
  test-keys for all builds.
  Original author: dougz
  Merged from: //branches/donutburger/...

Automated import of CL 144132

15 years agoMerge branch 'master' of git://android.git.kernel.org/platform/build
The Android Open Source Project [Wed, 1 Apr 2009 05:19:27 +0000 (22:19 -0700)]
Merge branch 'master' of git://android.git./platform/build

15 years agoMerge commit 'goog/readonly-p4-master'
The Android Open Source Project [Wed, 1 Apr 2009 04:34:23 +0000 (21:34 -0700)]
Merge commit 'goog/readonly-p4-master'

15 years agoAI 143880: am: CL 143879 am: CL 143876 Include hprof-conv in SDK (bug #1640225)
Raphael Moll [Wed, 1 Apr 2009 00:20:53 +0000 (17:20 -0700)]
AI 143880: am: CL 143879 am: CL 143876 Include hprof-conv in SDK (bug #1640225)
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143880

15 years agoAI 143809: am: CL 143784 am: CL 143737 Fix kernel build: remove the '.' from runtest...
Brett Chabot [Tue, 31 Mar 2009 21:41:33 +0000 (14:41 -0700)]
AI 143809: am: CL 143784 am: CL 143737 Fix kernel build: remove the '.' from runtest.py shortcut
  Original author: brettchabot
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143809

15 years agoEnable OpenCORE on master - part 3
Ravi K Yenduri [Tue, 31 Mar 2009 19:11:26 +0000 (12:11 -0700)]
Enable OpenCORE on master - part 3

15 years agoFix build: disable OpenCORE by default.
Jean-Baptiste Queru [Fri, 27 Mar 2009 20:06:10 +0000 (13:06 -0700)]
Fix build: disable OpenCORE by default.

Fixes http://b.android.com/2308

This is not meant to be a permanent fix, but since everyone except
a handful of people need this, it's easier to set it for everyone
and have that handful of people unset is locally than to force
everyone to make a local tweak.

15 years agoFix build: disable OpenCORE by default.
Jean-Baptiste Queru [Fri, 27 Mar 2009 20:06:10 +0000 (13:06 -0700)]
Fix build: disable OpenCORE by default.

Fixes http://b.android.com/2308

This is not meant to be a permanent fix, but since everyone except
a handful of people need this, it's easier to set it for everyone
and have that handful of people unset is locally than to force
everyone to make a local tweak.

15 years agoMerge branch 'open_source' into google_internal
The Android Open Source Project [Sun, 29 Mar 2009 15:55:26 +0000 (08:55 -0700)]
Merge branch 'open_source' into google_internal

Conflicts:
core/build_id.mk

15 years agoAI 143392: am: CL 143263 am: CL 143102 Add build environment shortcut to runtest.py.
Brett Chabot [Sat, 28 Mar 2009 02:50:26 +0000 (19:50 -0700)]
AI 143392: am: CL 143263 am: CL 143102 Add build environment shortcut to runtest.py.
  This change does not affect device code.
  Original author: brettchabot
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143392

15 years agoMerge commit 'goog/cupcake'
The Android Open Source Project [Sat, 28 Mar 2009 01:48:30 +0000 (18:48 -0700)]
Merge commit 'goog/cupcake'

15 years agoMerge commit 'korg/cupcake'
The Android Open Source Project [Fri, 27 Mar 2009 22:30:35 +0000 (15:30 -0700)]
Merge commit 'korg/cupcake'

15 years agoAI 143102: Add build environment shortcut to runtest.py.
Brett Chabot [Fri, 27 Mar 2009 17:25:11 +0000 (10:25 -0700)]
AI 143102: Add build environment shortcut to runtest.py.
  This change does not affect device code.
  BUG=1741172

Automated import of CL 143102

15 years agoAutomated import from //branches/master/...@142824,142824
Iliyan Malchev [Thu, 26 Mar 2009 01:09:52 +0000 (18:09 -0700)]
Automated import from //branches/master/...@142824,142824

15 years agoAutomated import from //branches/master/...@142758,142758
Eric Fischer [Wed, 25 Mar 2009 23:12:29 +0000 (16:12 -0700)]
Automated import from //branches/master/...@142758,142758

15 years agoAutomated import from //branches/master/...@142738,142738
Andy Stadler [Wed, 25 Mar 2009 22:50:11 +0000 (15:50 -0700)]
Automated import from //branches/master/...@142738,142738

15 years agoAutomated import from //branches/cupcake/...@142639,142639
Eric Fischer [Wed, 25 Mar 2009 22:21:11 +0000 (15:21 -0700)]
Automated import from //branches/cupcake/...@142639,142639

15 years agoAutomated import from //branches/cupcake/...@142563,142563
Andy Stadler [Wed, 25 Mar 2009 17:06:48 +0000 (10:06 -0700)]
Automated import from //branches/cupcake/...@142563,142563

15 years agoModify linux-arm.mk to support the armv4t architecture instead of armv4.
Fredrik Markström [Tue, 24 Mar 2009 22:38:51 +0000 (23:38 +0100)]
Modify linux-arm.mk to support the armv4t architecture instead of armv4.
armv4 was only implemented on StrongArm and Arm8 (See http://en.wikipedia.org/wiki/ARM_architecture)
and will be more difficult to support since it does not support the bx instruction.
armv4t on the other hand is used in a wide range of cpu:s.
armv4 is also not supported by bionic or dalvik, but armv4t is.

Thumb-mode is not yet enabled since there are some unresolved abi-issues.

15 years agoAutomated import from //branches/master/...@142411,142411
Sriram Raman [Wed, 25 Mar 2009 05:47:20 +0000 (22:47 -0700)]
Automated import from //branches/master/...@142411,142411

15 years agoAutomated import from //branches/master/...@141763,141763
Dave Bort [Wed, 25 Mar 2009 03:52:27 +0000 (20:52 -0700)]
Automated import from //branches/master/...@141763,141763

15 years agoAutomated import from //branches/master/...@141547,141547
Dima Zavin [Wed, 25 Mar 2009 03:31:59 +0000 (20:31 -0700)]
Automated import from //branches/master/...@141547,141547

15 years agoAutomated import from //branches/master/...@141287,141287
Iliyan Malchev [Wed, 25 Mar 2009 02:58:46 +0000 (19:58 -0700)]
Automated import from //branches/master/...@141287,141287

15 years agoAutomated import from //branches/cupcake/...@142409,142409
Sriram Raman [Wed, 25 Mar 2009 02:39:09 +0000 (19:39 -0700)]
Automated import from //branches/cupcake/...@142409,142409

15 years agoAutomated import from //branches/master/...@141017,141017
Dave Sparks [Wed, 25 Mar 2009 02:14:20 +0000 (19:14 -0700)]
Automated import from //branches/master/...@141017,141017

15 years agoAutomated import from //branches/master/...@140984,140984
Joe Onorato [Wed, 25 Mar 2009 02:07:34 +0000 (19:07 -0700)]
Automated import from //branches/master/...@140984,140984

15 years agoAutomated import from //branches/master/...@140824,140824
Dianne Hackborn [Wed, 25 Mar 2009 01:36:42 +0000 (18:36 -0700)]
Automated import from //branches/master/...@140824,140824

15 years agoAutomated import from //branches/cupcake/...@141670,141670
Sriram Raman [Wed, 25 Mar 2009 01:07:52 +0000 (18:07 -0700)]
Automated import from //branches/cupcake/...@141670,141670

15 years agoAutomated import from //branches/cupcake/...@141669,141669
Sriram Raman [Wed, 25 Mar 2009 01:07:02 +0000 (18:07 -0700)]
Automated import from //branches/cupcake/...@141669,141669

15 years agoAutomated import from //branches/master/...@140493,140493
Dianne Hackborn [Wed, 25 Mar 2009 00:47:35 +0000 (17:47 -0700)]
Automated import from //branches/master/...@140493,140493

15 years agoauto import from //branches/cupcake_rel/...@141571
The Android Open Source Project [Fri, 20 Mar 2009 06:08:36 +0000 (23:08 -0700)]
auto import from //branches/cupcake_rel/...@141571

15 years agofindleaves.sh: Properly fix arguments.
Edward Hervey [Thu, 19 Mar 2009 11:27:57 +0000 (12:27 +0100)]
findleaves.sh: Properly fix arguments.

the first argument is the executable (here findleaves.sh), therefore we
need to start popping from the 2nd argument (1).

15 years agoauto import //branches/master/...@140412
The Android Open Source Project [Thu, 19 Mar 2009 05:20:24 +0000 (22:20 -0700)]
auto import //branches/master/...@140412

15 years agoauto import //branches/donutburger/...@140359
The Android Open Source Project [Thu, 19 Mar 2009 03:53:43 +0000 (20:53 -0700)]
auto import //branches/donutburger/...@140359

15 years agoauto import from //branches/cupcake_rel/...@140373
The Android Open Source Project [Thu, 19 Mar 2009 00:39:42 +0000 (17:39 -0700)]
auto import from //branches/cupcake_rel/...@140373

15 years agoMerge commit 'remotes/korg/cupcake' into cupcake_to_master
Jean-Baptiste Queru [Wed, 18 Mar 2009 23:58:18 +0000 (16:58 -0700)]
Merge commit 'remotes/korg/cupcake' into cupcake_to_master

Conflicts:
core/prelink-linux-arm.map

15 years agoadd Launcher as home
android-build SharedAccount [Sat, 14 Mar 2009 06:22:59 +0000 (23:22 -0700)]
add Launcher as home

15 years agoauto import from //branches/cupcake_rel/...@138607
The Android Open Source Project [Fri, 13 Mar 2009 20:04:19 +0000 (13:04 -0700)]
auto import from //branches/cupcake_rel/...@138607

15 years agoauto import from //branches/cupcake/...@137873
The Android Open Source Project [Wed, 11 Mar 2009 19:11:54 +0000 (12:11 -0700)]
auto import from //branches/cupcake/...@137873

15 years agoAllow prebuilt libraries and the associated makefile to be in
Ravi K Yenduri [Tue, 10 Mar 2009 20:05:09 +0000 (15:05 -0500)]
Allow prebuilt libraries and the associated makefile to be in
different directories.

15 years agoauto import from //branches/cupcake/...@137197
The Android Open Source Project [Mon, 9 Mar 2009 18:52:11 +0000 (11:52 -0700)]
auto import from //branches/cupcake/...@137197

15 years agoauto import from //depot/cupcake/@136745
The Android Open Source Project [Fri, 6 Mar 2009 04:00:41 +0000 (20:00 -0800)]
auto import from //depot/cupcake/@136745

15 years agoauto import from //depot/cupcake/@136594
The Android Open Source Project [Thu, 5 Mar 2009 22:34:30 +0000 (14:34 -0800)]
auto import from //depot/cupcake/@136594

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:28:42 +0000 (19:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:14 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@132589
The Android Open Source Project [Tue, 3 Mar 2009 22:03:52 +0000 (14:03 -0800)]
auto import from //depot/cupcake/@132589

15 years agoauto import from //depot/cupcake/@137055
The Android Open Source Project [Tue, 3 Mar 2009 06:54:15 +0000 (22:54 -0800)]
auto import from //depot/cupcake/@137055

15 years agoUpdated the sgrep tool so that is will treat Makefiles (.mk)
Benno Leslie [Fri, 27 Feb 2009 10:04:08 +0000 (21:04 +1100)]
Updated the sgrep tool so that is will treat Makefiles (.mk)
and shell scripts (.sh) as 'source' files.

15 years agoAdd support for symbolic links for product folders
aurelien...@free.fr [Mon, 2 Mar 2009 18:54:28 +0000 (10:54 -0800)]
Add support for symbolic links for product folders

Fixes http://code.google.com/p/android/issues/detail?id=2116

15 years agoOpenCORE 2.1 update
Garret Pick [Tue, 24 Feb 2009 18:03:51 +0000 (10:03 -0800)]
OpenCORE 2.1 update

15 years agoauto import from //branches/cupcake/...@132569
The Android Open Source Project [Fri, 20 Feb 2009 15:38:28 +0000 (07:38 -0800)]
auto import from //branches/cupcake/...@132569

15 years agoauto import from //branches/cupcake/...@132276
The Android Open Source Project [Thu, 19 Feb 2009 18:57:29 +0000 (10:57 -0800)]
auto import from //branches/cupcake/...@132276

15 years agoauto import from //branches/cupcake/...@131421
The Android Open Source Project [Fri, 13 Feb 2009 20:57:48 +0000 (12:57 -0800)]
auto import from //branches/cupcake/...@131421

15 years agoauto import from //branches/cupcake/...@130745
The Android Open Source Project [Tue, 10 Feb 2009 23:43:57 +0000 (15:43 -0800)]
auto import from //branches/cupcake/...@130745

15 years agoRemove bashism from find-jdk-tools-jar.sh
Angus Lees [Fri, 30 Jan 2009 10:17:23 +0000 (10:17 +0000)]
Remove bashism from find-jdk-tools-jar.sh

15 years agoChanges required to accommodate OpenCORE 2.0
Brock Atchison [Thu, 22 Jan 2009 01:00:56 +0000 (19:00 -0600)]
Changes required to accommodate OpenCORE 2.0

15 years agoCupcake import history for change 127436
Jean-Baptiste Queru [Fri, 23 Jan 2009 16:12:18 +0000 (08:12 -0800)]
Cupcake import history for change 127436

15 years agoMerge branch 'cupcake'
The Android Open Source Project [Thu, 22 Jan 2009 08:15:56 +0000 (00:15 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@127436
The Android Open Source Project [Thu, 22 Jan 2009 08:13:40 +0000 (00:13 -0800)]
auto import from //branches/cupcake/...@127436

15 years agoMerge branch 'cupcake'
The Android Open Source Project [Tue, 20 Jan 2009 22:05:22 +0000 (14:05 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@127101
The Android Open Source Project [Tue, 20 Jan 2009 22:03:55 +0000 (14:03 -0800)]
auto import from //branches/cupcake/...@127101

15 years agoMerge branch 'master' of git://android.git.kernel.org/platform/build
The Android Open Source Project [Fri, 16 Jan 2009 22:38:53 +0000 (14:38 -0800)]
Merge branch 'master' of git://android.git./platform/build

15 years agoMerge branch 'cupcake'
android-build SharedAccount [Fri, 16 Jan 2009 00:15:46 +0000 (16:15 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@126645
The Android Open Source Project [Fri, 16 Jan 2009 00:12:07 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645

15 years agoDon't walk the inheritance heirarchy looking for deprecated superclasses.
Mike Hearn [Wed, 14 Jan 2009 16:27:57 +0000 (17:27 +0100)]
Don't walk the inheritance heirarchy looking for deprecated superclasses.
It makes no sense that a class would become deprecated because its superclass
became deprecated - this resulted in nonsensical deprecation warnings for
classes that weren't actually deprecated, like WebView, simply because they
inherited from something that was.

15 years agoFix make dist to create img and other zip files on master.
Sriram Raman [Wed, 14 Jan 2009 01:09:35 +0000 (17:09 -0800)]
Fix make dist to create img and other zip files on 

15 years agoauto import from //branches/cupcake/...@125939
The Android Open Source Project [Sat, 10 Jan 2009 02:27:30 +0000 (18:27 -0800)]
auto import from //branches/cupcake/...@125939

15 years agoauto import from //branches/cupcake/...@125939
The Android Open Source Project [Sat, 10 Jan 2009 01:50:54 +0000 (17:50 -0800)]
auto import from //branches/cupcake/...@125939

15 years agoMerge commit 'remotes/korg/cupcake'
Jean-Baptiste Queru [Fri, 19 Dec 2008 15:58:19 +0000 (07:58 -0800)]
Merge commit 'remotes/korg/cupcake'

Conflicts:
core/api/1.xml
core/api/current.xml
core/main.mk

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:03:49 +0000 (18:03 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoReflect the change in the original media.AudioSystem API so that API-validation conti...
Jean-Baptiste Queru [Fri, 21 Nov 2008 22:18:23 +0000 (14:18 -0800)]
Reflect the change in the original media.AudioSystem API so that API-validation continues to work

15 years agoReflect the change in the original media.AudioSystem API so that API-validation conti...
Jean-Baptiste Queru [Fri, 21 Nov 2008 22:18:23 +0000 (14:18 -0800)]
Reflect the change in the original media.AudioSystem API so that API-validation continues to work