OSDN Git Service

android-x86/build.git
14 years agoam f9e275b0: merge from open-source master
The Android Open Source Project [Wed, 5 May 2010 22:20:00 +0000 (15:20 -0700)]
am f9e275b0: merge from open-source master

Merge commit 'f9e275b0c785aa8ed83606e5b98f37d2050a528e' into kraken

* commit 'f9e275b0c785aa8ed83606e5b98f37d2050a528e':
  Add support for x86 VirtualBox Emulation

14 years agomerge from open-source master
The Android Open Source Project [Wed, 5 May 2010 22:16:56 +0000 (15:16 -0700)]
merge from open-source master

Change-Id: Ie06ab3b2424480706c644f1a803a6e3de400f15d

14 years agoam aed937ba: am 3ca0e96a: Merge "Fixed a bunch of stuff in the prelink mappings file...
Dan Bornstein [Wed, 5 May 2010 21:39:24 +0000 (14:39 -0700)]
am aed937ba: am 3ca0e96a: Merge "Fixed a bunch of stuff in the prelink mappings file:" into froyo

Merge commit 'aed937ba46e4137ad5a5d047a438f48c4c81e46b' into kraken

* commit 'aed937ba46e4137ad5a5d047a438f48c4c81e46b':
  Fixed a bunch of stuff in the prelink mappings file:

14 years agoam 3ca0e96a: Merge "Fixed a bunch of stuff in the prelink mappings file:" into froyo
Dan Bornstein [Wed, 5 May 2010 21:37:24 +0000 (14:37 -0700)]
am 3ca0e96a: Merge "Fixed a bunch of stuff in the prelink mappings file:" into froyo

Merge commit '3ca0e96a3a66a6c53536bf7346f616e672e2c57a' into froyo-plus-aosp

* commit '3ca0e96a3a66a6c53536bf7346f616e672e2c57a':
  Fixed a bunch of stuff in the prelink mappings file:

14 years agoMerge "Fixed a bunch of stuff in the prelink mappings file:" into froyo
Dan Bornstein [Wed, 5 May 2010 21:36:04 +0000 (14:36 -0700)]
Merge "Fixed a bunch of stuff in the prelink mappings file:" into froyo

14 years agoEnable NX protections
Nick Kralevich [Wed, 5 May 2010 18:09:52 +0000 (11:09 -0700)]
Enable NX protections

Add -Wa,--noexecstack and -Wl,-z,noexecstack as default
flags when compiling applications.  This enables NX
protections, which prevent code from executing on the
stack or heap.  NX protections can block a large number
of buffer overflow attacks, and is an important security
feature.

Change-Id: Iad4bab9f8664584ba6ce832a5318d07680d7a908

14 years agoAdd support for x86 VirtualBox Emulation
Bruce Beare [Fri, 30 Apr 2010 19:48:32 +0000 (12:48 -0700)]
Add support for x86 VirtualBox Emulation

To make a VirtualBox install image,
  make installer_img

14 years agoFixed a bunch of stuff in the prelink mappings file:
Dan Bornstein [Mon, 3 May 2010 22:15:57 +0000 (15:15 -0700)]
Fixed a bunch of stuff in the prelink mappings file:

* Added mappings for most of the libraries that didn't already
have them (as observed from my build).

* Re-canonicalized all the offsets in the mappings file,
per the official policy of keeping things megabyte-aligned.

* Added comments on each line indicating what size the library
actually appeared to be in my build (to help with future rejiggerings).

* Added a bit of documentation about the whole deal.

Even with this change, I know there are other libraries that will
still need to be included, but I think what I have here is a good
step. Also, this change only reserves room for the new libraries, but
subsequent changes (in other subprojects) are required to actually
start prelinking the new libraries. Those changes will be forthcoming
as well.

Bug: 2651381
Change-Id: I7a06382fc2b8a14bbd3261de58df3f8a31e4108e

14 years agoam e59de21b: am 74108dea: fix css bug for paragraphs in table cells - only select...
Scott Main [Wed, 5 May 2010 01:30:42 +0000 (18:30 -0700)]
am e59de21b: am 74108dea: fix css bug for paragraphs in table cells  - only select the direct descendant for p:last-child in a td

Merge commit 'e59de21b8af028929e5bb7c077f323ce8f19081b' into kraken

* commit 'e59de21b8af028929e5bb7c077f323ce8f19081b':
  fix css bug for paragraphs in table cells

14 years agoam 74108dea: fix css bug for paragraphs in table cells - only select the direct...
Scott Main [Wed, 5 May 2010 01:18:02 +0000 (18:18 -0700)]
am 74108dea: fix css bug for paragraphs in table cells  - only select the direct descendant for p:last-child in a td

Merge commit '74108deaf1747943a493751cbff9de321f1dd397' into froyo-plus-aosp

* commit '74108deaf1747943a493751cbff9de321f1dd397':
  fix css bug for paragraphs in table cells

14 years agobuild: Fix including WHOLE_STATIC_LIBRARIES in static libraries
Colin Cross [Tue, 4 May 2010 22:42:22 +0000 (15:42 -0700)]
build: Fix including WHOLE_STATIC_LIBRARIES in static libraries

Static libraries that include other static libraries were being incorrectly
built with .a files inside the top level .a file, as well as the .o files
that were extracted from the component .a files.  This patch fixes the
final ar call to only add .o files to the archive.

Change-Id: Ic1ff025129e3c379fa56b4da2f09e9f16ea3c4fb

14 years agoAdd native include path.
Dianne Hackborn [Tue, 4 May 2010 18:31:59 +0000 (11:31 -0700)]
Add native include path.

Change-Id: Ic5d0b807467e8e673399a8a5f9b6702bc72960ab

14 years agofix css bug for paragraphs in table cells
Scott Main [Wed, 5 May 2010 00:24:26 +0000 (17:24 -0700)]
fix css bug for paragraphs in table cells
 - only select the direct descendant for p:last-child in a td

Change-Id: I9ad63b80914fbfe4d3e74041915f67b7a08d9649

14 years agoam ae4e1455: merge from open-source master
The Android Open Source Project [Mon, 3 May 2010 23:13:22 +0000 (16:13 -0700)]
am ae4e1455: merge from open-source master

Merge commit 'ae4e14556bb3a789c4263ebba7ed42b3035e13f6' into kraken

* commit 'ae4e14556bb3a789c4263ebba7ed42b3035e13f6':
  Adapt to new location of libcore
  Make expr more POSIXy
  generic_x86 support
  Remove obsolete machine-setup.html reference.

14 years agomerge from open-source master
The Android Open Source Project [Mon, 3 May 2010 23:11:04 +0000 (16:11 -0700)]
merge from open-source master

Change-Id: I3d24628d38c99369f242733d9089d7c5669a4623

14 years agoAdapt to new location of libcore
Jean-Baptiste Queru [Mon, 3 May 2010 16:52:03 +0000 (09:52 -0700)]
Adapt to new location of libcore

Change-Id: I316355751db621d318a78dc6e844d6bf2c7fdc87

14 years agoam 1d37a0da: am 2ea21065: add metadata to OTA package in easily-parsed form
Doug Zongker [Sun, 2 May 2010 23:11:43 +0000 (16:11 -0700)]
am 1d37a0da: am 2ea21065: add metadata to OTA package in easily-parsed form

Merge commit '1d37a0dad827c9eb9ecde2cd8238a5c2a512c59d' into kraken

* commit '1d37a0dad827c9eb9ecde2cd8238a5c2a512c59d':
  add metadata to OTA package in easily-parsed form

14 years agoam 045d4af7: Adapt to new location of libcore
Jean-Baptiste Queru [Sun, 2 May 2010 23:11:26 +0000 (16:11 -0700)]
am 045d4af7: Adapt to new location of libcore

Merge commit '045d4af72d487ed3b21dfdf951ecb41ad5609a80' into kraken

* commit '045d4af72d487ed3b21dfdf951ecb41ad5609a80':
  Adapt to new location of libcore

14 years agoam 2ea21065: add metadata to OTA package in easily-parsed form
Doug Zongker [Fri, 30 Apr 2010 21:24:34 +0000 (14:24 -0700)]
am 2ea21065: add metadata to OTA package in easily-parsed form

Merge commit '2ea21065b66da9819df92b37a79f0f87552ee331' into froyo-plus-aosp

* commit '2ea21065b66da9819df92b37a79f0f87552ee331':
  add metadata to OTA package in easily-parsed form

14 years agoAdapt to new location of libcore
Jean-Baptiste Queru [Fri, 30 Apr 2010 17:13:33 +0000 (10:13 -0700)]
Adapt to new location of libcore

Change-Id: Ibabfe907f00522c1966ddc333352eaea2bdcb5bd

14 years agoAdapt to new location of libcore
Jean-Baptiste Queru [Fri, 30 Apr 2010 17:13:33 +0000 (10:13 -0700)]
Adapt to new location of libcore

Change-Id: I17a2f432f69bd0cb381e83b6395fb2ae6e4faf9d

14 years agoMake expr more POSIXy
Alexey Tarasov [Sat, 21 Nov 2009 03:41:06 +0000 (13:41 +1000)]
Make expr more POSIXy

Change-Id: I939cf1f227c14112656804d69c1afd7ead4a31ed

14 years agoMerge "generic_x86 support"
Jean-Baptiste Queru [Thu, 29 Apr 2010 14:16:36 +0000 (07:16 -0700)]
Merge "generic_x86 support"

14 years agogeneric_x86 support
Bruce Beare [Wed, 28 Apr 2010 21:12:52 +0000 (14:12 -0700)]
generic_x86 support

Add in Makefiles and support files for x86 builds
  Based on changes by: wonjong.lee <wonjong.lee@windriver.com>
  Additional changes by: Mark Gross <mark.gross@intel.com>
  Additional changes by: Bruce Beare <brucex.j.beare@intel.com>

Change-Id: Id087411b282b1b68a0251e7f9cbbdde183549787
Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
14 years agoadd metadata to OTA package in easily-parsed form
Doug Zongker [Wed, 28 Apr 2010 23:05:21 +0000 (16:05 -0700)]
add metadata to OTA package in easily-parsed form

This is only for use by the tools that manipulate OTA packages; it
doesn't touch device code.

Change-Id: I1e21b24b86340d8f86c9d15b2aeb79c461f75d18

14 years agoam cd0bd801: merge from open-source master
The Android Open Source Project [Wed, 28 Apr 2010 22:58:23 +0000 (15:58 -0700)]
am cd0bd801: merge from open-source master

Merge commit 'cd0bd8011bb955e8ffab9e77180ce2b23ba7e923' into kraken

* commit 'cd0bd8011bb955e8ffab9e77180ce2b23ba7e923':
  Fix "make layoutlib" under Windows+Cygwin

14 years agomerge from open-source master
The Android Open Source Project [Wed, 28 Apr 2010 22:55:08 +0000 (15:55 -0700)]
merge from open-source master

Change-Id: Ie49d1b19914fcfefedfdfc070800426d4b13dd46

14 years agoRemove obsolete machine-setup.html reference.
Raphael Moll [Sun, 18 Apr 2010 07:07:37 +0000 (00:07 -0700)]
Remove obsolete machine-setup.html reference.

Bug 1231

Change-Id: I629361cf5dddc9d0fbf493e016f1aaf2a50b6935

14 years agoam e611eef0: am c3d808a7: Merge "support a few more header levels for sidebox so...
Scott Main [Tue, 27 Apr 2010 21:31:46 +0000 (14:31 -0700)]
am e611eef0: am c3d808a7: Merge "support a few more header levels for sidebox so the sidebox can be placed at any level and be semantically correct" into froyo

Merge commit 'e611eef001a7c79ab5b89aef49235944d760806d' into kraken

* commit 'e611eef001a7c79ab5b89aef49235944d760806d':
  support a few more header levels for sidebox so the sidebox can

14 years agoam c3d808a7: Merge "support a few more header levels for sidebox so the sidebox can...
Scott Main [Tue, 27 Apr 2010 21:28:12 +0000 (14:28 -0700)]
am c3d808a7: Merge "support a few more header levels for sidebox so the sidebox can be placed at any level and be semantically correct" into froyo

Merge commit 'c3d808a727c2b42d48658e6fca06b1d4a9817f12' into froyo-plus-aosp

* commit 'c3d808a727c2b42d48658e6fca06b1d4a9817f12':
  support a few more header levels for sidebox so the sidebox can

14 years agoMerge "support a few more header levels for sidebox so the sidebox can be placed...
Scott Main [Tue, 27 Apr 2010 21:23:04 +0000 (14:23 -0700)]
Merge "support a few more header levels for sidebox so the sidebox can be placed at any level and be semantically correct" into froyo

14 years agoLOCAL_LDFLAGS should come after TARGET_GLOBAL_LDFLAGS
Nick Kralevich [Mon, 26 Apr 2010 21:12:19 +0000 (14:12 -0700)]
LOCAL_LDFLAGS should come after TARGET_GLOBAL_LDFLAGS

A package can define a LOCAL_LDFLAGS.  If a LOCAL_LDFLAGS
exists, it should come after the global LDFLAGS, to allow
the local flags to override the global flags.

Change-Id: I6e44c17949c1f11c808d0ed3f327d63fb51a1468

14 years agoAdd ramdisk to dist. [DO NOT MERGE]
Ying Wang [Mon, 26 Apr 2010 18:27:55 +0000 (11:27 -0700)]
Add ramdisk to dist. [DO NOT MERGE]

cherry-pick from master.
http://b/issue?id=2590492

Change-Id: I1a8f0313a486665847b27fb58ac9a57881d5e913

14 years agoam 381ee392: am 9ca1628e: Support building Windows SDK under Linux.
Raphael [Sat, 24 Apr 2010 00:21:48 +0000 (17:21 -0700)]
am 381ee392: am 9ca1628e: Support building Windows SDK under Linux.

Merge commit '381ee392e8ebba35cb65321415f4cdb537b446ed' into kraken

* commit '381ee392e8ebba35cb65321415f4cdb537b446ed':
  Support building Windows SDK under Linux.

14 years agoam 575cf4dc: am 4c70244c: Make zipalign build for the Win SDK under Linux.
Raphael [Sat, 24 Apr 2010 00:21:45 +0000 (17:21 -0700)]
am 575cf4dc: am 4c70244c: Make zipalign build for the Win SDK under Linux.

Merge commit '575cf4dc5e7d290858b1c11f4195694888a8164c' into kraken

* commit '575cf4dc5e7d290858b1c11f4195694888a8164c':
  Make zipalign build for the Win SDK under Linux.

14 years agoam 9ca1628e: Support building Windows SDK under Linux.
Raphael [Sat, 24 Apr 2010 00:15:13 +0000 (17:15 -0700)]
am 9ca1628e: Support building Windows SDK under Linux.

Merge commit '9ca1628e3f565607e1fdef71b570d3ddb5ec09df' into froyo-plus-aosp

* commit '9ca1628e3f565607e1fdef71b570d3ddb5ec09df':
  Support building Windows SDK under Linux.

14 years agoam 4c70244c: Make zipalign build for the Win SDK under Linux.
Raphael [Sat, 24 Apr 2010 00:14:58 +0000 (17:14 -0700)]
am 4c70244c: Make zipalign build for the Win SDK under Linux.

Merge commit '4c70244cb1af8b2babd7750c2bd19aeb722e19e0' into froyo-plus-aosp

* commit '4c70244cb1af8b2babd7750c2bd19aeb722e19e0':
  Make zipalign build for the Win SDK under Linux.

14 years agoSupport building Windows SDK under Linux.
Raphael [Sat, 17 Apr 2010 00:50:09 +0000 (17:50 -0700)]
Support building Windows SDK under Linux.

- envsetup.mk & config.mk: we define a new BUILD_OS and a minimal set
of things like BUILD_OUT to be able to use some local tools when
doing cross-compilation. This allows us to use the Linux version of
ACP when cross-compiling the tools to Windows.

- Makfile: include windows_sdk.mk when needed to build a Windows SDK.

- main.mk: support a win_sdk target (e.g. PRODUCT-sdk-win_sdk)

(Merge master Change I9d08d0df)

14 years agoMake zipalign build for the Win SDK under Linux.
Raphael [Wed, 14 Apr 2010 19:19:12 +0000 (12:19 -0700)]
Make zipalign build for the Win SDK under Linux.

(Merge master Change Ibd667437)

14 years agosupport a few more header levels for sidebox so the sidebox can
Scott Main [Fri, 23 Apr 2010 18:41:30 +0000 (11:41 -0700)]
support a few more header levels for sidebox so the sidebox can
be placed at any level and be semantically correct

Change-Id: I51b77e82a701e1898986698d3a58a1b8367ec5c6

14 years agoam 55f1fca1: am d72731d2: docs: misc css changes make sidebox size match qv make...
Scott Main [Wed, 21 Apr 2010 00:37:28 +0000 (17:37 -0700)]
am 55f1fca1: am d72731d2: docs: misc css changes make sidebox size match qv make figure align with right margin remove margins from the last <p> in a table cell

Merge commit '55f1fca10ee8419d10b25fa7d2ab5a1dc1278f0b' into kraken

* commit '55f1fca10ee8419d10b25fa7d2ab5a1dc1278f0b':
  docs: misc css changes

14 years agoam d72731d2: docs: misc css changes make sidebox size match qv make figure align...
Scott Main [Wed, 21 Apr 2010 00:33:03 +0000 (17:33 -0700)]
am d72731d2: docs: misc css changes make sidebox size match qv make figure align with right margin remove margins from the last <p> in a table cell

Merge commit 'd72731d213269f63f2bb80631f02914800f556ad' into froyo-plus-aosp

* commit 'd72731d213269f63f2bb80631f02914800f556ad':
  docs: misc css changes

14 years agoam e3e590be: am f655dab5: Merge "docs: add script to capture the ctrl+f key event...
Scott Main [Tue, 20 Apr 2010 22:43:19 +0000 (15:43 -0700)]
am e3e590be: am f655dab5: Merge "docs: add script to capture the ctrl+f key event (initiates \'find\' search on the page) and expand all inherited members." into froyo

Merge commit 'e3e590be4e7260beae0de164f07a199bc73bbcf8' into kraken

* commit 'e3e590be4e7260beae0de164f07a199bc73bbcf8':
  docs: add script to capture the ctrl+f key event (initiates 'find' search

14 years agoam f655dab5: Merge "docs: add script to capture the ctrl+f key event (initiates ...
Scott Main [Tue, 20 Apr 2010 22:38:17 +0000 (15:38 -0700)]
am f655dab5: Merge "docs: add script to capture the ctrl+f key event (initiates \'find\' search on the page) and expand all inherited members." into froyo

Merge commit 'f655dab5e611d8e013f1e5ad4ddcb269f7db05a6' into froyo-plus-aosp

* commit 'f655dab5e611d8e013f1e5ad4ddcb269f7db05a6':
  docs: add script to capture the ctrl+f key event (initiates 'find' search

14 years agodocs: misc css changes
Scott Main [Thu, 15 Apr 2010 23:34:41 +0000 (16:34 -0700)]
docs: misc css changes
make sidebox size match qv
make figure align with right margin
remove margins from the last <p> in a table cell

Change-Id: Ie655dac45728f782fb309f3c11c1b7ee56bc5660

14 years agoMerge "docs: add script to capture the ctrl+f key event (initiates 'find' search...
Scott Main [Tue, 20 Apr 2010 22:34:22 +0000 (15:34 -0700)]
Merge "docs: add script to capture the ctrl+f key event (initiates 'find' search on the page) and expand all inherited members." into froyo

14 years agoMerge "Replace AlarmClock with DeskClock in the SDK" into kraken
Jean-Baptiste Queru [Tue, 20 Apr 2010 17:58:59 +0000 (10:58 -0700)]
Merge "Replace AlarmClock with DeskClock in the SDK" into kraken

14 years agoam d1d9f048: am af232984: cherry-pick from master: 42092024ebd81896e741829c50f37a7e00...
Roman Nurik [Mon, 19 Apr 2010 23:36:57 +0000 (16:36 -0700)]
am d1d9f048: am af232984: cherry-pick from master: 42092024ebd81896e741829c50f37a7e0095392e

Merge commit 'd1d9f048b1e28472896c482c1f942b8f2143bd9c' into kraken

* commit 'd1d9f048b1e28472896c482c1f942b8f2143bd9c':
  cherry-pick from master: 42092024ebd81896e741829c50f37a7e0095392e

14 years agoam af232984: cherry-pick from master: 42092024ebd81896e741829c50f37a7e0095392e
Roman Nurik [Mon, 19 Apr 2010 23:30:12 +0000 (16:30 -0700)]
am af232984: cherry-pick from master: 42092024ebd81896e741829c50f37a7e0095392e

Merge commit 'af23298447b211a8417e58cda982ea787360e9ff' into froyo-plus-aosp

* commit 'af23298447b211a8417e58cda982ea787360e9ff':
  cherry-pick from master: 42092024ebd81896e741829c50f37a7e0095392e

14 years agocherry-pick from master: 42092024ebd81896e741829c50f37a7e0095392e
Roman Nurik [Tue, 13 Apr 2010 23:23:42 +0000 (16:23 -0700)]
cherry-pick from master: 42092024ebd81896e741829c50f37a7e0095392e

Enable query highlighting and result ranking for search autocomplete on d.a.c. Also make it case-insensitive.

Change-Id: I3dd0e4edd7efae5a5758952699c08f1a46bdfeda

14 years agoam dc5f3888: am 135677a7: For userdebug builds, enable Dalvik lock contention sampling.
Brad Fitzpatrick [Mon, 19 Apr 2010 18:40:48 +0000 (11:40 -0700)]
am dc5f3888: am 135677a7: For userdebug builds, enable Dalvik lock contention sampling.

Merge commit 'dc5f3888d092310f1bb7f0d26be05d4b4cef6b91' into kraken

* commit 'dc5f3888d092310f1bb7f0d26be05d4b4cef6b91':
  For userdebug builds, enable Dalvik lock contention sampling.

14 years agoam 135677a7: For userdebug builds, enable Dalvik lock contention sampling.
Brad Fitzpatrick [Mon, 19 Apr 2010 18:35:26 +0000 (11:35 -0700)]
am 135677a7: For userdebug builds, enable Dalvik lock contention sampling.

Merge commit '135677a71800c27d7747b5c86712d05a74392f62' into froyo-plus-aosp

* commit '135677a71800c27d7747b5c86712d05a74392f62':
  For userdebug builds, enable Dalvik lock contention sampling.

14 years agoReplace AlarmClock with DeskClock in the SDK
Jean-Baptiste Queru [Mon, 19 Apr 2010 16:38:42 +0000 (09:38 -0700)]
Replace AlarmClock with DeskClock in the SDK

Change-Id: I82a8fe1b1fbea78acde5ad61dc595fe8272377bc

14 years agoFor userdebug builds, enable Dalvik lock contention sampling.
Brad Fitzpatrick [Fri, 16 Apr 2010 23:55:41 +0000 (16:55 -0700)]
For userdebug builds, enable Dalvik lock contention sampling.

Change-Id: I75cca6fc0ac0d0adfc059a8f82b2f6ae584361f3

14 years agodocs: add script to capture the ctrl+f key event (initiates 'find' search
Scott Main [Fri, 16 Apr 2010 16:00:29 +0000 (09:00 -0700)]
docs: add script to capture the ctrl+f key event (initiates 'find' search
on the page) and expand all inherited members.

Also move the appropriate methods from -docs.js into -reference.js where
they belong and add some function documentation.

Change-Id: I421bbf27d3b41d377776b3d64a97380458fcebd6

14 years agoOn to Kraken...
Dianne Hackborn [Thu, 15 Apr 2010 20:07:35 +0000 (13:07 -0700)]
On to Kraken...

Change-Id: Ib5f57d8095a0e88fdbbc933ccb2ea0c6d83010ae

14 years agoam 8b687440: am fcc7cf77: Fix the check of double quoted @see tag.
Wu-cheng Li [Tue, 13 Apr 2010 18:53:15 +0000 (11:53 -0700)]
am 8b687440: am fcc7cf77: Fix the check of double quoted @see tag.

Merge commit '8b687440688ac41d6b6754537bf4a0f9dcb14fbd' into kraken

* commit '8b687440688ac41d6b6754537bf4a0f9dcb14fbd':
  Fix the check of double quoted @see tag.

14 years agoFix "make layoutlib" under Windows+Cygwin
Raphael Moll [Tue, 13 Apr 2010 17:38:35 +0000 (10:38 -0700)]
Fix "make layoutlib" under Windows+Cygwin

Change-Id: I5277afe77f1e3367ecfd0933a9ab14a5a42c2be2

14 years agoam fcc7cf77: Fix the check of double quoted @see tag.
Wu-cheng Li [Tue, 13 Apr 2010 16:20:18 +0000 (09:20 -0700)]
am fcc7cf77: Fix the check of double quoted @see tag.

Merge commit 'fcc7cf779905613d6bd48344b5c3a994237c02bd' into froyo-plus-aosp

* commit 'fcc7cf779905613d6bd48344b5c3a994237c02bd':
  Fix the check of double quoted @see tag.

14 years agoFix the check of double quoted @see tag.
Wu-cheng Li [Sun, 4 Apr 2010 09:14:23 +0000 (17:14 +0800)]
Fix the check of double quoted @see tag.

Originally \n was not discarded so a balanced quoted string still
has compile error.

bug:2553570
Change-Id: I073c0c0ba370d55493d3ee6d17c7ebe9f42afe7a

14 years agoam db00a567: am 479f4a5c: Merge "cherry-pick from master: I615602a3d8f9970e36399b98da...
Scott Main [Sat, 10 Apr 2010 18:46:50 +0000 (11:46 -0700)]
am db00a567: am 479f4a5c: Merge "cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444 docs: various stylesheet changes indent tables revise figure class add caption classes for tables and images add styles for xml reference docs (used by resource types d

Merge commit 'db00a567759a6785c97a21fd3fbc1e6b792df4c7' into kraken

* commit 'db00a567759a6785c97a21fd3fbc1e6b792df4c7':
  cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444

14 years agoam 479f4a5c: Merge "cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f0363844...
Scott Main [Sat, 10 Apr 2010 18:40:08 +0000 (11:40 -0700)]
am 479f4a5c: Merge "cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444 docs: various stylesheet changes indent tables revise figure class add caption classes for tables and images add styles for xml reference docs (used by resource types docs) tweak st

Merge commit '479f4a5cc4db72024123d36145028fe557e72f98' into froyo-plus-aosp

* commit '479f4a5cc4db72024123d36145028fe557e72f98':
  cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444

14 years agoMerge "cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444 docs: vario...
Scott Main [Sat, 10 Apr 2010 00:03:42 +0000 (17:03 -0700)]
Merge "cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444 docs: various stylesheet changes indent tables revise figure class add caption classes for tables and images add styles for xml reference docs (used by resource types docs) tweak styles for the icon tables to eliminate obscure 'caption' class" into froyo

14 years agoam 19e9fff3: am 74134a50: Add camera sounds to the emulator system image build.
Xavier Ducrohet [Fri, 9 Apr 2010 05:50:33 +0000 (22:50 -0700)]
am 19e9fff3: am 74134a50: Add camera sounds to the emulator system image build.

Merge commit '19e9fff37e4d3309557d07cf963dc577ca49fcf0' into kraken

* commit '19e9fff37e4d3309557d07cf963dc577ca49fcf0':
  Add camera sounds to the emulator system image build.

14 years agoam 74134a50: Add camera sounds to the emulator system image build.
Xavier Ducrohet [Fri, 9 Apr 2010 05:38:52 +0000 (22:38 -0700)]
am 74134a50: Add camera sounds to the emulator system image build.

Merge commit '74134a503fc908b28ad0ff87e1291698fbceb9cf' into froyo-plus-aosp

* commit '74134a503fc908b28ad0ff87e1291698fbceb9cf':
  Add camera sounds to the emulator system image build.

14 years agoAdd camera sounds to the emulator system image build.
Xavier Ducrohet [Fri, 9 Apr 2010 01:07:27 +0000 (18:07 -0700)]
Add camera sounds to the emulator system image build.

Bug: 2538315

Change-Id: I30c477ecbe5f0c0a64ca7c3796e72642df0002bf

14 years agocherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444
Scott Main [Mon, 29 Mar 2010 16:50:34 +0000 (09:50 -0700)]
cherry-pick from master: I615602a3d8f9970e36399b98dadb5e2f03638444
docs: various stylesheet changes
indent tables
revise figure class
add caption classes for tables and images
add styles for xml reference docs (used by resource types docs)
tweak styles for the icon tables to eliminate obscure 'caption' class

Change-Id: I23f53d884f39a5f6a4b45172186e0d1c7619da30

14 years agoam 83f002f7: am f96cb307: Merge "Add Protips to all builds." into froyo
Daniel Sandler [Fri, 9 Apr 2010 00:05:02 +0000 (17:05 -0700)]
am 83f002f7: am f96cb307: Merge "Add Protips to all builds." into froyo

Merge commit '83f002f758a54fbb7b690a3d0432cc911353eb18' into kraken

* commit '83f002f758a54fbb7b690a3d0432cc911353eb18':
  Add Protips to all builds.

14 years agoam f96cb307: Merge "Add Protips to all builds." into froyo
Daniel Sandler [Thu, 8 Apr 2010 23:59:27 +0000 (16:59 -0700)]
am f96cb307: Merge "Add Protips to all builds." into froyo

Merge commit 'f96cb307e3c6d0eb08fd3e4a17d1d1af7c46d385' into froyo-plus-aosp

* commit 'f96cb307e3c6d0eb08fd3e4a17d1d1af7c46d385':
  Add Protips to all builds.

14 years agoMerge "Add Protips to all builds." into froyo
Daniel Sandler [Thu, 8 Apr 2010 23:54:50 +0000 (16:54 -0700)]
Merge "Add Protips to all builds." into froyo

14 years agoam 966c7355: am 303b3412: Add clean step for SDK version change.
Dianne Hackborn [Wed, 7 Apr 2010 21:31:10 +0000 (14:31 -0700)]
am 966c7355: am 303b3412: Add clean step for SDK version change.

Merge commit '966c7355c3705095532bcc71ae6d893bdbe3531d' into kraken

* commit '966c7355c3705095532bcc71ae6d893bdbe3531d':
  Add clean step for SDK version change.

14 years agoam 303b3412: Add clean step for SDK version change.
Dianne Hackborn [Wed, 7 Apr 2010 21:26:06 +0000 (14:26 -0700)]
am 303b3412: Add clean step for SDK version change.

Merge commit '303b34121e0d331570bcb156b03251cca93a5631' into froyo-plus-aosp

* commit '303b34121e0d331570bcb156b03251cca93a5631':
  Add clean step for SDK version change.

14 years agoAdd clean step for SDK version change.
Dianne Hackborn [Wed, 7 Apr 2010 21:13:47 +0000 (14:13 -0700)]
Add clean step for SDK version change.

Change-Id: I2ea85496af49572115dbbd9a98787b1fd54adc50

14 years agoAdd Protips to all builds.
Daniel Sandler [Wed, 7 Apr 2010 20:48:47 +0000 (16:48 -0400)]
Add Protips to all builds.

Bug: 2559083
Change-Id: Ibd6333516a798f88e4d4ef08a6246812b1009a76

14 years agoFinish moving the policies out of frameworks/policies/base and into frameworks/base.
Joe Onorato [Wed, 7 Apr 2010 01:21:29 +0000 (20:21 -0500)]
Finish moving the policies out of frameworks/policies/base and into frameworks/base.

Change-Id: I6b3991de3276258318cab2aff9651f18b3d07f85

14 years agoam efba0b98: It\'s beginning to look a lot like release time!
Dianne Hackborn [Tue, 6 Apr 2010 19:58:50 +0000 (12:58 -0700)]
am efba0b98: It\'s beginning to look a lot like release time!

Merge commit 'efba0b9829ae375a7d7e2093dee707b79f1b8951' into froyo-plus-aosp

* commit 'efba0b9829ae375a7d7e2093dee707b79f1b8951':
  It's beginning to look a lot like release time!

14 years agoIt's beginning to look a lot like release time!
Dianne Hackborn [Mon, 5 Apr 2010 19:33:11 +0000 (12:33 -0700)]
It's beginning to look a lot like release time!

Everywhere we build...

Froyo is now Android 2.2, API 8.

This breaks the YouTube prebuilt (yay prebuilts!) but little else.
Does this mean we are becoming mature?

Change-Id: I15d228d57853a0dfabc47dda253d55339a5b3d17

14 years agoAdd extra IMEs in the full config
Jean-Baptiste Queru [Tue, 30 Mar 2010 16:09:00 +0000 (09:09 -0700)]
Add extra IMEs in the full config

Bug: 2556582
Change-Id: I46de0d6d7755b169acaa7689de4ddadb0df9c41f

14 years agoam 47c4bbe9: Package the proper vold config file in SDK system image.
Xavier Ducrohet [Fri, 2 Apr 2010 00:43:12 +0000 (17:43 -0700)]
am 47c4bbe9: Package the proper vold config file in SDK system image.

Merge commit '47c4bbe9ebdf58a0f1b3fe2ecd979a341ee072d2' into froyo-plus-aosp

* commit '47c4bbe9ebdf58a0f1b3fe2ecd979a341ee072d2':
  Package the proper vold config file in SDK system image.

14 years agoPackage the proper vold config file in SDK system image.
Xavier Ducrohet [Thu, 1 Apr 2010 20:20:21 +0000 (13:20 -0700)]
Package the proper vold config file in SDK system image.

Change-Id: I7698c76d8d704837106450a32cba7b9c8f5b4446

14 years agoam 04fd11d1: Merge "Add CarHome to the SDK." into froyo
Xavier Ducrohet [Thu, 1 Apr 2010 17:56:35 +0000 (10:56 -0700)]
am 04fd11d1: Merge "Add CarHome to the SDK." into froyo

Merge commit '04fd11d11246e419473f38bdddf31329182ae0a6' into froyo-plus-aosp

* commit '04fd11d11246e419473f38bdddf31329182ae0a6':
  Add CarHome to the SDK.

14 years agoMerge "Add CarHome to the SDK." into froyo
Xavier Ducrohet [Thu, 1 Apr 2010 17:50:01 +0000 (10:50 -0700)]
Merge "Add CarHome to the SDK." into froyo

14 years agoam 139e3324: Add symbols.zip and build.prop to sdk dist.
Ying Wang [Thu, 1 Apr 2010 06:17:45 +0000 (23:17 -0700)]
am 139e3324: Add symbols.zip and build.prop to sdk dist.

Merge commit '139e33243bbe92858f39919c220a4d65fe8790bd' into froyo-plus-aosp

* commit '139e33243bbe92858f39919c220a4d65fe8790bd':
  Add symbols.zip and build.prop to sdk dist.

14 years agoAdd symbols.zip and build.prop to sdk dist.
Ying Wang [Thu, 1 Apr 2010 00:29:04 +0000 (17:29 -0700)]
Add symbols.zip and build.prop to sdk dist.

Change-Id: I667f5ef847a6e8e78c6b3df5c2b092bb5d863955
http://b/issue?id=2394164

14 years agomerge from open-source master
The Android Open Source Project [Wed, 31 Mar 2010 21:00:21 +0000 (14:00 -0700)]
merge from open-source master

Change-Id: Ic4d166897b594c4d5552a2bb1a89ed368cf2b782

14 years agoAdd comments for ANDROID_BUILD_SHELL
Ying Wang [Tue, 30 Mar 2010 23:42:15 +0000 (16:42 -0700)]
Add comments for ANDROID_BUILD_SHELL

Change-Id: I71f0a1a08b097cd179bbcb684a9114267f9bf0db

14 years agoAllow use of alternative to bash as the build shell.
Ying Wang [Tue, 30 Mar 2010 19:55:13 +0000 (12:55 -0700)]
Allow use of alternative to bash as the build shell.

Change-Id: Ib92217f90c98e04a1d16efd4904d9d7ba9dda3cf
http://b/issue?id=2557214

14 years agoAdd CarHome to the SDK.
Xavier Ducrohet [Tue, 30 Mar 2010 18:42:55 +0000 (11:42 -0700)]
Add CarHome to the SDK.

Bug: 2526512
Change-Id: Ia4f127a4b5ac3bf52ff9664cfbca6fdbda3aa154

14 years agocherry-pick db00a226071878ae9bd821d28903dca8f6071140 to froyo.
Dirk Dougherty [Tue, 9 Mar 2010 01:31:26 +0000 (17:31 -0800)]
cherry-pick db00a226071878ae9bd821d28903dca8f6071140 to froyo.

Change-Id: I2ba25432014c7f04748cd6502d6ded997ef21f48

14 years agocherry-pick fe0104041858046a0aa649c791869d7eb1a5c175 to froyo.
Dirk Dougherty [Wed, 3 Mar 2010 22:34:51 +0000 (14:34 -0800)]
cherry-pick fe0104041858046a0aa649c791869d7eb1a5c175 to froyo.

Change-Id: I9c95ebc6f735cb6abc2b0920c2274e0b5ce0ef70

14 years agoAdd separate language packs, for extra flexibility.
Jean-Baptiste Queru [Fri, 26 Mar 2010 18:22:03 +0000 (11:22 -0700)]
Add separate language packs, for extra flexibility.

This way, languages can be managed more carefully through
the inheritance chain.

Bug: 2546758
Change-Id: I14e3d4d60716355fa702cc77128e9da04e30a612

14 years agoAdd Gallery3D in all builds.
Jean-Baptiste Queru [Fri, 26 Mar 2010 00:41:04 +0000 (17:41 -0700)]
Add Gallery3D in all builds.

Bug: 2546464
Change-Id: I110de0fe56bcc7128f490b3ed516637786777773

14 years agoCherry-pick 6f1c75849c4b101b55ae624755e43293724ce76e from eclair
Ying Wang [Thu, 25 Mar 2010 06:22:33 +0000 (23:22 -0700)]
Cherry-pick 6f1c75849c4b101b55ae624755e43293724ce76e from eclair

Change-Id: I21a69669935d838595b2fa01c5be10e6c1975da9

14 years agodocs: remove sidebox-inner style
Scott Main [Thu, 25 Mar 2010 00:20:39 +0000 (17:20 -0700)]
docs: remove sidebox-inner style

Change-Id: Ia1e1b10e6756ecf6c9154c2cc25d0dbd58c1907f

14 years agodocs: stylesheet change for figure class
Scott Main [Wed, 24 Mar 2010 20:49:49 +0000 (13:49 -0700)]
docs: stylesheet change for figure class

Change-Id: I1f47fc70382daf9f14e057a83375cf727fb8afa7

14 years agoMerge "docs: style tweaks to sidebox and qv classes"
Scott Main [Wed, 24 Mar 2010 20:47:22 +0000 (13:47 -0700)]
Merge "docs: style tweaks to sidebox and qv classes"

14 years agoSource vendorsetup.sh from the device tree.
Jean-Baptiste Queru [Mon, 22 Mar 2010 17:59:08 +0000 (10:59 -0700)]
Source vendorsetup.sh from the device tree.

This way, individual open-source device configurations can
publish device-specific configurations without having
to maintain those centrally in envsetup.sh

Bug: 2533998
Change-Id: I1377846d4d3ebe7abcd2f8279a08abe54039cdbb

14 years agoAdd a "full" build config.
Jean-Baptiste Queru [Mon, 22 Mar 2010 17:55:26 +0000 (10:55 -0700)]
Add a "full" build config.

While the generic config is limited by its need to be inherited
by various configurations, the full config can afford some extra
settings by virtue of being essentially a "leaf" config (though
obviously it can be conbined with hardware-specific configurations
to run on specific devices).

Bug: 2533998
Change-Id: Ia95f0ce5305ada4ae6cdf69911fa9a0eeabf0900

14 years agoMerge "fix typo (leftover from some debugging code)"
Doug Zongker [Thu, 18 Mar 2010 00:46:58 +0000 (17:46 -0700)]
Merge "fix typo (leftover from some debugging code)"

14 years agoMerge "Allow explicit and implicit numbering of the same tag."
Dan Egnor [Thu, 18 Mar 2010 00:13:29 +0000 (17:13 -0700)]
Merge "Allow explicit and implicit numbering of the same tag."