OSDN Git Service

android-x86/build.git
12 years agoMerge "Use @rpath and @loader_path to avoid absolute path"
Ying Wang [Thu, 2 Feb 2012 01:38:37 +0000 (17:38 -0800)]
Merge "Use @rpath and @loader_path to avoid absolute path"

12 years agoUse @rpath and @loader_path to avoid absolute path
Ying Wang [Wed, 1 Feb 2012 21:18:20 +0000 (13:18 -0800)]
Use @rpath and @loader_path to avoid absolute path

With "-Wl,-rpath,@loader_path/../lib" the linker embeds
@loader_path/../lib as the target binary's rpath.
Here @loader_path means the path of the binary that initiates the
loading.
With "-install_name @rpath/libfoo.dylib " the linker runtime searches
libfoo.dylib in the binary's embeded rpath.

With this change you can call dlopen() without specifying the full path
of the shared library.

Change-Id: If9beb3f6f4642a377bff603bab5ba3fdb96211bf

12 years agoInclude the amr wb encoder shared library in all builds.
Andreas Huber [Wed, 1 Feb 2012 19:48:30 +0000 (11:48 -0800)]
Include the amr wb encoder shared library in all builds.

Change-Id: I5f61c696336cf77d49d08b6f99d60046774e91f2

12 years agoMerge "Include the amr encoder shared library in all builds."
Andreas Huber [Wed, 1 Feb 2012 19:31:19 +0000 (11:31 -0800)]
Merge "Include the amr encoder shared library in all builds."

12 years agoDelete unused var.
Ying Wang [Wed, 1 Feb 2012 19:28:00 +0000 (11:28 -0800)]
Delete unused var.

Change-Id: Ib6c295287f064529a8b4d8ada15a9fbb73064f1e

12 years agoMerge "Set install name with absolute path for Mac host shared libraries."
Ying Wang [Wed, 1 Feb 2012 19:25:26 +0000 (11:25 -0800)]
Merge "Set install name with absolute path for Mac host shared libraries."

12 years agoInclude the amr encoder shared library in all builds.
Andreas Huber [Wed, 1 Feb 2012 18:42:44 +0000 (10:42 -0800)]
Include the amr encoder shared library in all builds.

Change-Id: Ib2c4b8ee73d0615e712c672b9badd156906811e6

12 years agoam 96601e74: Ignore 75c781c9
The Android Open Source Project [Wed, 1 Feb 2012 18:01:20 +0000 (10:01 -0800)]
am 96601e74: Ignore 75c781c9

* commit '96601e740e073d77b8f699e81792a1dcb4ff9f09':

12 years agoIgnore 75c781c9
The Android Open Source Project [Wed, 1 Feb 2012 17:57:50 +0000 (09:57 -0800)]
Ignore 75c781c9

Change-Id: Id97047a665c03bcf35785fba3785cf5575f3341b

12 years agoam 402e36f1: Reconcile with ics-mr1-release
The Android Open Source Project [Wed, 1 Feb 2012 17:09:11 +0000 (09:09 -0800)]
am 402e36f1: Reconcile with ics-mr1-release

* commit '402e36f189cfa1de55deb575da2c34d97fe95389':
  IMM30B
  IMM29
  IMM26B
  IMM26
  IMM26B

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Wed, 1 Feb 2012 16:49:25 +0000 (08:49 -0800)]
Reconcile with ics-mr1-release

Change-Id: I1d101ce7d4690a74f494cdc605e797130946210c

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Wed, 1 Feb 2012 16:42:31 +0000 (08:42 -0800)]
Reconcile with ics-mr1-release

Change-Id: Icc486a00d6c067c87364023fcf7226686dc0642a

12 years agoam a57f538a: am 7f24ddbc: Merge "docs: add the sidenav h2 back to the stylesheet...
Scott Main [Wed, 1 Feb 2012 08:18:03 +0000 (00:18 -0800)]
am a57f538a: am 7f24ddbc: Merge "docs: add the sidenav h2 back to the stylesheet for compatibility w/ javadocs" into ics-mr1

* commit 'a57f538a22b99ae0e72e18e95d19635d2e6e0762':
  docs: add the sidenav h2 back to the stylesheet for compatibility w/ javadocs

12 years agoam 769a02fd: am 5be15a0f: Merge "docs: update TOS and PP links to point to unified...
Scott Main [Wed, 1 Feb 2012 08:15:54 +0000 (00:15 -0800)]
am 769a02fd: am 5be15a0f: Merge "docs: update TOS and PP links to point to unified policy/tems also add a link to the b.android.com issue for reporting doc issues and open footer links in a new window issue: 5931704" into ics-mr1

* commit '769a02fd81fdf7e2a92c8282fa5eee05a4273b63':
  docs: update TOS and PP links to point to unified policy/tems also add a link to the b.android.com issue for reporting doc issues and open footer links in a new window issue: 5931704

12 years agoSet install name with absolute path for Mac host shared libraries.
Ying Wang [Wed, 1 Feb 2012 05:04:25 +0000 (21:04 -0800)]
Set install name with absolute path for Mac host shared libraries.

Before this change, path of the install name is relative to the top dir.
That means you can execute dynamically-linked binaries only in the top dir.
With this change, you can execute dynamically-linked binaries anywhere.

Change-Id: I1c6441579ffb68505ea678296aceb2e66a6df1be

12 years agoIMM30B
The Android Automerger [Wed, 1 Feb 2012 00:24:20 +0000 (16:24 -0800)]
IMM30B

12 years agoIMM29
The Android Automerger [Tue, 31 Jan 2012 23:43:31 +0000 (15:43 -0800)]
IMM29

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Tue, 31 Jan 2012 23:40:59 +0000 (15:40 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoam 7f24ddbc: Merge "docs: add the sidenav h2 back to the stylesheet for compatibility...
Scott Main [Tue, 31 Jan 2012 23:21:32 +0000 (15:21 -0800)]
am 7f24ddbc: Merge "docs: add the sidenav h2 back to the stylesheet for compatibility w/ javadocs" into ics-mr1

* commit '7f24ddbc75b301cd3520e8fefaeb2e94a6dcc80b':
  docs: add the sidenav h2 back to the stylesheet for compatibility w/ javadocs

12 years agoMerge "docs: add the sidenav h2 back to the stylesheet for compatibility w/ javadocs...
Scott Main [Tue, 31 Jan 2012 23:19:44 +0000 (15:19 -0800)]
Merge "docs: add the sidenav h2 back to the stylesheet for compatibility w/ javadocs" into ics-mr1

12 years agodocs: add the sidenav h2 back to the stylesheet for compatibility w/ javadocs
Scott Main [Tue, 31 Jan 2012 23:18:47 +0000 (15:18 -0800)]
docs: add the sidenav h2 back to the stylesheet for compatibility w/ javadocs

Change-Id: I37551efd09bea528200a93a8d3602ea11e63f140

12 years agoam 5be15a0f: Merge "docs: update TOS and PP links to point to unified policy/tems...
Scott Main [Tue, 31 Jan 2012 22:26:19 +0000 (14:26 -0800)]
am 5be15a0f: Merge "docs: update TOS and PP links to point to unified policy/tems also add a link to the b.android.com issue for reporting doc issues and open footer links in a new window issue: 5931704" into ics-mr1

* commit '5be15a0f13ce559ca6339f0d2cf3dca9f3001dc1':
  docs: update TOS and PP links to point to unified policy/tems also add a link to the b.android.com issue for reporting doc issues and open footer links in a new window issue: 5931704

12 years agoMerge "docs: update TOS and PP links to point to unified policy/tems also add a link...
Scott Main [Tue, 31 Jan 2012 22:24:54 +0000 (14:24 -0800)]
Merge "docs: update TOS and PP links to point to unified policy/tems also add a link to the b.android.com issue for reporting doc issues and open footer links in a new window issue: 5931704" into ics-mr1

12 years agodocs: update TOS and PP links to point to unified policy/tems
Scott Main [Tue, 31 Jan 2012 18:09:34 +0000 (10:09 -0800)]
docs: update TOS and PP links to point to unified policy/tems
also add a link to the b.android.com issue for reporting doc issues
and open footer links in a new window
issue: 5931704

Change-Id: Icd6e9b7fb742b05a3c2064b6f2f7767b5b7ed1d8

12 years agoIMM26B
The Android Automerger [Tue, 31 Jan 2012 07:40:32 +0000 (23:40 -0800)]
IMM26B

12 years agoIMM26
The Android Automerger [Tue, 31 Jan 2012 07:38:52 +0000 (23:38 -0800)]
IMM26

12 years agoIMM26B
The Android Automerger [Tue, 31 Jan 2012 07:33:57 +0000 (23:33 -0800)]
IMM26B

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Tue, 31 Jan 2012 07:33:21 +0000 (23:33 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoam a20557fb: am 2032e319: docs: add schema.org sitenavigation scope for sid-navs
Scott Main [Tue, 31 Jan 2012 01:24:54 +0000 (17:24 -0800)]
am a20557fb: am 2032e319: docs: add schema.org sitenavigation scope for sid-navs

* commit 'a20557fb4ddb3f008caf7bdb920c9ab90945ef7f':
  docs: add schema.org sitenavigation scope for sid-navs

12 years agoam 2032e319: docs: add schema.org sitenavigation scope for sid-navs
Scott Main [Tue, 31 Jan 2012 01:23:02 +0000 (17:23 -0800)]
am 2032e319: docs: add schema.org sitenavigation scope for sid-navs

* commit '2032e31979d0708120b4785bad6ee19ee1c4dc0c':
  docs: add schema.org sitenavigation scope for sid-navs

12 years agodocs: add schema.org sitenavigation scope for sid-navs
Scott Main [Tue, 31 Jan 2012 00:26:41 +0000 (16:26 -0800)]
docs: add schema.org sitenavigation scope for sid-navs

Change-Id: I0952195223f93bda67af0b951c3a061fe92948ce

12 years agoam 3728f56b: am 939c3f72: docs: modify css to support sidenav headings with span...
Scott Main [Tue, 31 Jan 2012 00:17:13 +0000 (16:17 -0800)]
am 3728f56b: am 939c3f72: docs: modify css to support sidenav headings with span, instead of h2 because I suspect the h2 is sending mixed signals to search engines for result snippets

* commit '3728f56bc62f35d576b12180f5bbf33d0c83f00d':
  docs: modify css to support sidenav headings with span, instead of h2 because I suspect the h2 is sending mixed signals to search engines for result snippets

12 years agoam 939c3f72: docs: modify css to support sidenav headings with span, instead of h2...
Scott Main [Tue, 31 Jan 2012 00:15:28 +0000 (16:15 -0800)]
am 939c3f72: docs: modify css to support sidenav headings with span, instead of h2 because I suspect the h2 is sending mixed signals to search engines for result snippets

* commit '939c3f72280fadbdc192b6bedd97555c2fcd4ef3':
  docs: modify css to support sidenav headings with span, instead of h2 because I suspect the h2 is sending mixed signals to search engines for result snippets

12 years agoMerge "Increase java heap size."
Wink Saville [Mon, 30 Jan 2012 23:42:28 +0000 (15:42 -0800)]
Merge "Increase java heap size."

12 years agoIncrease java heap size.
Wink Saville [Mon, 30 Jan 2012 23:30:10 +0000 (15:30 -0800)]
Increase java heap size.

I got an Out of memory while compiling, Andreas Huber suggested that
increasing the heap size, which worked.

Change-Id: Id8293ef100ef814b0fe13aa6e1b891a36a2ee853

12 years agoam 1d5b7c54: am 3652a113: docs: add support for meta descriptions in the <head>
Scott Main [Mon, 30 Jan 2012 23:28:24 +0000 (15:28 -0800)]
am 1d5b7c54: am 3652a113: docs: add support for meta descriptions in the <head>

* commit '1d5b7c5490d256bdaa516db4aaed584e9f0d1469':
  docs: add support for meta descriptions in the <head>

12 years agodocs: modify css to support sidenav headings with span, instead of h2
Scott Main [Mon, 30 Jan 2012 23:14:07 +0000 (15:14 -0800)]
docs: modify css to support sidenav headings with span, instead of h2
because I suspect the h2 is sending mixed signals to search engines for result snippets

Change-Id: I80f13774f25439efebcade1b9db41c005018d2aa

12 years agoam 3652a113: docs: add support for meta descriptions in the <head>
Scott Main [Mon, 30 Jan 2012 23:14:44 +0000 (15:14 -0800)]
am 3652a113: docs: add support for meta descriptions in the <head>

* commit '3652a113d1a099ece283e3154188f4a42958c298':
  docs: add support for meta descriptions in the <head>

12 years agoMerge "Added libstagefright_soft_aacenc to all builds of all products"
James Dong [Mon, 30 Jan 2012 22:42:27 +0000 (14:42 -0800)]
Merge "Added libstagefright_soft_aacenc to all builds of all products"

12 years agoam 4e29e398: Reconcile with ics-mr1-release
The Android Open Source Project [Mon, 30 Jan 2012 21:38:36 +0000 (13:38 -0800)]
am 4e29e398: Reconcile with ics-mr1-release

* commit '4e29e3986710c4078faaac9ae662d8f79d74d51f':
  IMM30
  IMM26
  IMM25
  IMM24
  IMM20C

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Mon, 30 Jan 2012 21:36:23 +0000 (13:36 -0800)]
Reconcile with ics-mr1-release

Change-Id: Iae7c919c7e0b4dcbf024514431421cdfd225a507

12 years agoIMM30
The Android Automerger [Mon, 30 Jan 2012 21:26:51 +0000 (13:26 -0800)]
IMM30

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Mon, 30 Jan 2012 21:21:49 +0000 (13:21 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agodocs: add support for meta descriptions in the <head>
Scott Main [Mon, 30 Jan 2012 21:03:08 +0000 (13:03 -0800)]
docs: add support for meta descriptions in the <head>

Change-Id: I7ff7a5083a75dde718b4701623e029c225289617

12 years agoMerge "Build should fail if any proto file fails compiling"
Ying Wang [Mon, 30 Jan 2012 21:00:49 +0000 (13:00 -0800)]
Merge "Build should fail if any proto file fails compiling"

12 years agoAdded libstagefright_soft_aacenc to all builds of all products
James Dong [Mon, 30 Jan 2012 20:28:19 +0000 (12:28 -0800)]
Added libstagefright_soft_aacenc to all builds of all products

o related-to-bug: 5939000

Change-Id: I938890486ba560d598888a3dd73c8b16d3d82aa0

12 years agoBuild should fail if any proto file fails compiling
Ying Wang [Mon, 30 Jan 2012 19:56:07 +0000 (11:56 -0800)]
Build should fail if any proto file fails compiling

When compile multipling proto files to Java in a for loop.

Change-Id: Ie6a9d3972401b0ad6406bf911db916fcbf88037b

12 years agoam c73e26f3: am dc7418b2: docs: add images for g+ homepage announcement
Scott Main [Mon, 30 Jan 2012 18:06:28 +0000 (10:06 -0800)]
am c73e26f3: am dc7418b2: docs: add images for g+ homepage announcement

* commit 'c73e26f3bd038b17e60e24d0ed4d6e125bc2ef00':
  docs: add images for g+ homepage announcement

12 years agoam dc7418b2: docs: add images for g+ homepage announcement
Scott Main [Mon, 30 Jan 2012 18:04:17 +0000 (10:04 -0800)]
am dc7418b2: docs: add images for g+ homepage announcement

* commit 'dc7418b282faf264c495e82a5bc3366e8348676c':
  docs: add images for g+ homepage announcement

12 years agodocs: add images for g+ homepage announcement
Scott Main [Mon, 30 Jan 2012 17:53:13 +0000 (09:53 -0800)]
docs: add images for g+ homepage announcement

Change-Id: I36430a1885be368218e1c896d6fc008355096a06

12 years agoAdd missing tools jar to the sdk product modules.
Xavier Ducrohet [Sat, 28 Jan 2012 00:45:09 +0000 (16:45 -0800)]
Add missing tools jar to the sdk product modules.

Change-Id: Ifb44f38bd3d5d710fce1b6da11b40a524c3d09d8

12 years agoAdd annotations to the sdk build.
Xavier Ducrohet [Fri, 27 Jan 2012 23:45:35 +0000 (15:45 -0800)]
Add annotations to the sdk build.

Change-Id: I4f13648f74c80f7ec13545066cdebd67e805d82e

12 years agoIMM26
The Android Automerger [Fri, 27 Jan 2012 02:32:53 +0000 (18:32 -0800)]
IMM26

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Fri, 27 Jan 2012 02:31:51 +0000 (18:31 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoMove Windows SDK whitelist out of main.mk
Raphael Moll [Thu, 26 Jan 2012 23:11:46 +0000 (15:11 -0800)]
Move Windows SDK whitelist out of main.mk

This replaces the list maintained in build/core/main.mk
by 2 makefiles in sdk.git and development.git.

Pre-requisite CLs: Change Ifa8111dbae for sdk.git
and Change Ie6f728bee for development.git

Change-Id: Id6178b000c464c989da2c7f22977986a60de1f44

12 years agoIMM25
The Android Automerger [Wed, 25 Jan 2012 20:11:56 +0000 (12:11 -0800)]
IMM25

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Wed, 25 Jan 2012 20:07:31 +0000 (12:07 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoYou know back when I said this thing about Ice Cream Sandwich MR2?
Dianne Hackborn [Wed, 25 Jan 2012 19:21:37 +0000 (11:21 -0800)]
You know back when I said this thing about Ice Cream Sandwich MR2?

What was I thinking?

That would be *ridiculous*.

What sane person would come up with a release like that?!?

I mean...  four words!  Six if you try to say it!  Insane!!

Instead, we shall call you:

Jelly Bean.

Yum.

Change-Id: Ice28fc17b7eb77cf6b708958161339890234d1d8

12 years agoIMM24
The Android Automerger [Tue, 24 Jan 2012 21:35:44 +0000 (13:35 -0800)]
IMM24

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Tue, 24 Jan 2012 21:31:44 +0000 (13:31 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoam 40101047: am 7a8efe57: Merge "Remove non-existent AlarmProvider to fix SDK build."
Jean-Baptiste Queru [Tue, 24 Jan 2012 16:44:22 +0000 (08:44 -0800)]
am 40101047: am 7a8efe57: Merge "Remove non-existent AlarmProvider to fix SDK build."

* commit '4010104732bdae0de5027c4241db5d3cb6230252':
  Remove non-existent AlarmProvider to fix SDK build.

12 years agoam 7a8efe57: Merge "Remove non-existent AlarmProvider to fix SDK build."
Jean-Baptiste Queru [Tue, 24 Jan 2012 16:38:57 +0000 (08:38 -0800)]
am 7a8efe57: Merge "Remove non-existent AlarmProvider to fix SDK build."

* commit '7a8efe57a9505940cd51c7664e8643ec9da9d24d':
  Remove non-existent AlarmProvider to fix SDK build.

12 years agoMerge "Remove non-existent AlarmProvider to fix SDK build."
Jean-Baptiste Queru [Tue, 24 Jan 2012 15:50:01 +0000 (07:50 -0800)]
Merge "Remove non-existent AlarmProvider to fix SDK build."

12 years agoIMM20C
The Android Automerger [Tue, 24 Jan 2012 00:55:54 +0000 (16:55 -0800)]
IMM20C

12 years agoRemove non-existent AlarmProvider to fix SDK build.
Ying Wang [Mon, 23 Jan 2012 18:53:23 +0000 (10:53 -0800)]
Remove non-existent AlarmProvider to fix SDK build.

Change-Id: Ifcd087b9022f29b4b7065a72cafbbc6b3704860b

12 years agoam 51475183: Reconcile with ics-mr1-release
The Android Open Source Project [Mon, 23 Jan 2012 18:41:27 +0000 (10:41 -0800)]
am 51475183: Reconcile with ics-mr1-release

* commit '514751834753b30d37eae591ccce2e69e3468602':
  IMM20B
  IMM20

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Mon, 23 Jan 2012 18:15:33 +0000 (10:15 -0800)]
Reconcile with ics-mr1-release

Change-Id: I6e64890cacfdb167f2f0c7a5e3917284e391ce11

12 years agoam c541cd6e: Reconcile with ics-mr1-release
The Android Open Source Project [Sat, 21 Jan 2012 00:37:56 +0000 (16:37 -0800)]
am c541cd6e: Reconcile with ics-mr1-release

* commit 'c541cd6ecb59fdaa339585c48395d06ccd03867e':
  IMM19

12 years agoIMM20B
The Android Automerger [Sat, 21 Jan 2012 00:31:06 +0000 (16:31 -0800)]
IMM20B

12 years agoIMM20
The Android Automerger [Sat, 21 Jan 2012 00:15:22 +0000 (16:15 -0800)]
IMM20

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Sat, 21 Jan 2012 00:11:14 +0000 (16:11 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoam c9054b11: Reconcile with ics-mr1-release
The Android Open Source Project [Fri, 20 Jan 2012 23:52:13 +0000 (15:52 -0800)]
am c9054b11: Reconcile with ics-mr1-release

* commit 'c9054b11fa3895fe70b2eaba849c6388df449c1e':
  IMM18
  IMM13
  IMM12

12 years agoWorkaround for lack of "-Wl,--whole-archive" in MacOS's linker.
Ying Wang [Fri, 20 Jan 2012 20:22:49 +0000 (12:22 -0800)]
Workaround for lack of "-Wl,--whole-archive" in MacOS's linker.

Change-Id: I2b1de0a253d341bcb7ee05fdc96bdc0d0967985e

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Fri, 20 Jan 2012 18:25:20 +0000 (10:25 -0800)]
Reconcile with ics-mr1-release

Change-Id: I3bdc5d19073e63e031b684bede64b1f5ebdf13e7

12 years agoIMM19
The Android Automerger [Fri, 20 Jan 2012 00:31:16 +0000 (16:31 -0800)]
IMM19

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Fri, 20 Jan 2012 00:27:27 +0000 (16:27 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Thu, 19 Jan 2012 21:06:25 +0000 (13:06 -0800)]
Reconcile with ics-mr1-release

Change-Id: I06332ff4f1ca17df8303819c8ea85cf5f63712ca

12 years agoprefer an explicitly-set TARGET_BOARD_INFO_FILE
Doug Zongker [Thu, 19 Jan 2012 18:43:49 +0000 (10:43 -0800)]
prefer an explicitly-set TARGET_BOARD_INFO_FILE

Change-Id: Ie667a4d0070d1f0bbdfe9fa6d96871bcceb959b8

12 years agoIMM18
The Android Automerger [Thu, 19 Jan 2012 05:20:54 +0000 (21:20 -0800)]
IMM18

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Thu, 19 Jan 2012 05:16:29 +0000 (21:16 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoadd device-specific hooks at start of OTA phases
Doug Zongker [Tue, 17 Jan 2012 18:55:37 +0000 (10:55 -0800)]
add device-specific hooks at start of OTA phases

Change-Id: I47534e6d40e7918ee8cb9e87d76d9030b9273708

12 years agoIMM13
The Android Automerger [Sat, 14 Jan 2012 00:21:18 +0000 (16:21 -0800)]
IMM13

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Sat, 14 Jan 2012 00:16:51 +0000 (16:16 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoam da3631db: (-s ours) am fdbb9f94: am 96a228bd: Merge "Remove mention of layoutopt...
Jean-Baptiste Queru [Fri, 13 Jan 2012 19:20:34 +0000 (11:20 -0800)]
am da3631db: (-s ours) am fdbb9f94: am 96a228bd: Merge "Remove mention of layoutopt/uix as they are gone."

* commit 'da3631dbd120219b883973bb22b64ebd3ef33078':
  Remove mention of layoutopt/uix as they are gone.

12 years agoam fdbb9f94: am 96a228bd: Merge "Remove mention of layoutopt/uix as they are gone."
Jean-Baptiste Queru [Fri, 13 Jan 2012 01:20:28 +0000 (17:20 -0800)]
am fdbb9f94: am 96a228bd: Merge "Remove mention of layoutopt/uix as they are gone."

* commit 'fdbb9f94bc4b22f60fb46d0babb52c2a0d047aef':
  Remove mention of layoutopt/uix as they are gone.

12 years agoam 96a228bd: Merge "Remove mention of layoutopt/uix as they are gone."
Jean-Baptiste Queru [Fri, 13 Jan 2012 01:18:48 +0000 (17:18 -0800)]
am 96a228bd: Merge "Remove mention of layoutopt/uix as they are gone."

* commit '96a228bd7904b83274575522a267d178b3da2341':
  Remove mention of layoutopt/uix as they are gone.

12 years agoCompute TARGET_TOOLCHAIN_ROOT from TARGET_TOOLS_PREFIX.
Ying Wang [Fri, 13 Jan 2012 00:38:17 +0000 (16:38 -0800)]
Compute TARGET_TOOLCHAIN_ROOT from TARGET_TOOLS_PREFIX.

Sometimes TARGET_TOOLS_PREFIX is passed in as command line makefile
variable or environmental variable without TARGET_TOOLCHAIN_ROOT.
This change computes TARGET_TOOLCHAIN_ROOT from TARGET_TOOLS_PREFIX in
that case.

Change-Id: I0a37dc1f4d1e3e1951faeffd5e9f926f0a6614dd

12 years agoMerge "Remove mention of layoutopt/uix as they are gone."
Jean-Baptiste Queru [Thu, 12 Jan 2012 22:07:20 +0000 (14:07 -0800)]
Merge "Remove mention of layoutopt/uix as they are gone."

12 years agoIMM12
The Android Automerger [Thu, 12 Jan 2012 22:04:09 +0000 (14:04 -0800)]
IMM12

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Thu, 12 Jan 2012 22:00:23 +0000 (14:00 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoMerge "Fix build warning"
Glenn Kasten [Thu, 12 Jan 2012 18:14:23 +0000 (10:14 -0800)]
Merge "Fix build warning"

12 years agoam 6019f7b0: Reconcile with ics-mr1-release
The Android Open Source Project [Thu, 12 Jan 2012 16:58:04 +0000 (08:58 -0800)]
am 6019f7b0: Reconcile with ics-mr1-release

* commit '6019f7b0954cdf2e9063087c94f825778a6feda0':
  IMM11

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Thu, 12 Jan 2012 16:56:04 +0000 (08:56 -0800)]
Reconcile with ics-mr1-release

Change-Id: I8aa81509837cca423f8ac241d97e45d822086acf

12 years agoFix build warning
Glenn Kasten [Thu, 12 Jan 2012 15:30:27 +0000 (07:30 -0800)]
Fix build warning

Change-Id: I1e3a76e4bdae5eec4f75c5d8eb9f533afab6d140

12 years agoRemove mention of layoutopt/uix as they are gone.
Xavier Ducrohet [Thu, 12 Jan 2012 02:07:31 +0000 (18:07 -0800)]
Remove mention of layoutopt/uix as they are gone.

12 years agoIMM11
The Android Automerger [Thu, 12 Jan 2012 00:31:51 +0000 (16:31 -0800)]
IMM11

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Thu, 12 Jan 2012 00:27:43 +0000 (16:27 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoMerge "Avoid Rebuilding Core and VMTest Descriptions"
Brian Muramatsu [Wed, 11 Jan 2012 19:32:17 +0000 (11:32 -0800)]
Merge "Avoid Rebuilding Core and VMTest Descriptions"

12 years agoMerge "Revert "Reference new location of SDK toolchain""
Jean-Baptiste Queru [Wed, 11 Jan 2012 17:04:25 +0000 (09:04 -0800)]
Merge "Revert "Reference new location of SDK toolchain""

12 years agoRevert "Reference new location of SDK toolchain"
Jean-Baptiste Queru [Wed, 11 Jan 2012 17:00:41 +0000 (09:00 -0800)]
Revert "Reference new location of SDK toolchain"

This reverts commit 1b834c6660c80d376151e977466e1622b67a2af0.