OSDN Git Service

android-x86/build.git
12 years agoMerge "rename pdk builds: pdk1 to pdk_eng, pdk2 to pdk_rel"
Keun young Park [Fri, 16 Mar 2012 19:35:40 +0000 (12:35 -0700)]
Merge "rename pdk builds: pdk1 to pdk_eng, pdk2 to pdk_rel"

12 years agocore: allow devices to provide their own device specific kernel headers
Dima Zavin [Thu, 15 Mar 2012 06:50:17 +0000 (23:50 -0700)]
core: allow devices to provide their own device specific kernel headers

Currently, we need to pollute the common bionic/libc/kernel/...
directory with device specific kernel headers. This has created a giant
dumping ground of headers from all the projects we have ever done.

Allow each device to provide their own headers and thus eventually allow
bionic/libc/kernel to become *just* the common linux kernel headers.

This change will automatically add device/oem/name/kernel-headers to
the include list and also allow the BoardConfig.mk to specify
additional directories with TARGET_BOARD_KERNEL_HEADERS variable.
The requirement is that the final dir name must be kernel-headers to
mark explicitly where kernel headers are kept.

Change-Id: I7d32a979eef1f464db06c1bc448a04ddc3575efd
Signed-off-by: Dima Zavin <dima@android.com>
12 years agorename pdk builds: pdk1 to pdk_eng, pdk2 to pdk_rel
Keun young Park [Thu, 15 Mar 2012 19:23:05 +0000 (12:23 -0700)]
rename pdk builds: pdk1 to pdk_eng, pdk2 to pdk_rel

Change-Id: Iadf0493b1f6700638010ceb50ced2fe7bc8bb603

12 years agoMerge "Use pathmap.mk for system/media includes"
Glenn Kasten [Wed, 14 Mar 2012 23:42:17 +0000 (16:42 -0700)]
Merge "Use pathmap.mk for system/media includes"

12 years agoUse pathmap.mk for system/media includes
Glenn Kasten [Tue, 13 Mar 2012 22:23:33 +0000 (15:23 -0700)]
Use pathmap.mk for system/media includes

Currently these point to the old location.
Another CL will move them to the new location.

Change-Id: I61dd732981a9a7a3f4a2c1cc01dc072f4fb6a2b8

12 years agoMerge "Make sure to copy codec setup files to their proper filesystem location on...
Andreas Huber [Wed, 14 Mar 2012 15:15:18 +0000 (08:15 -0700)]
Merge "Make sure to copy codec setup files to their proper filesystem location on the emulator"

12 years agoFix tests build.
Ying Wang [Wed, 14 Mar 2012 02:49:59 +0000 (19:49 -0700)]
Fix tests build.

Use the conditional only after the tests build variant is phased out.

Change-Id: Ide691700dda4bbf56c6f81f923d1b8c5eb196b85

12 years agoMerge "Add build goal "tests"."
Ying Wang [Wed, 14 Mar 2012 02:13:19 +0000 (19:13 -0700)]
Merge "Add build goal "tests"."

12 years agoAdd build goal "tests".
Ying Wang [Wed, 14 Mar 2012 01:58:27 +0000 (18:58 -0700)]
Add build goal "tests".

Bug: 5368571
The phony build goal "tests" will eventually replace the build variant
tests.

Change-Id: Ia656f2cf2260feeaa8fa32e9221b7f9ce0990262

12 years agoMake adbs work again on Darwin x86.
Romain Guy [Tue, 13 Mar 2012 23:56:17 +0000 (16:56 -0700)]
Make adbs work again on Darwin x86.

We don't support building on Darwin PPC so let's always assume x86.

Change-Id: I079a4040f1c0a144d4cdd1e2b3d2a183c00bf7b0

12 years agoMerge "Point to new linux prebuilt toolchain for SDK build"
Andrew Hsieh [Tue, 13 Mar 2012 22:48:21 +0000 (15:48 -0700)]
Merge "Point to new linux prebuilt toolchain for SDK build"

12 years agoMerge "Remove system partition files from the test zip file."
Ying Wang [Tue, 13 Mar 2012 20:00:46 +0000 (13:00 -0700)]
Merge "Remove system partition files from the test zip file."

12 years agoRemove system partition files from the test zip file.
Ying Wang [Tue, 13 Mar 2012 18:22:04 +0000 (11:22 -0700)]
Remove system partition files from the test zip file.

Bug: 6157562
Change-Id: I581c6db7d47b42617f8ef6097ccd0aae52c7e1b4

12 years agoMake sure to copy codec setup files to their proper filesystem location on the emulator
Andreas Huber [Tue, 13 Mar 2012 16:01:51 +0000 (09:01 -0700)]
Make sure to copy codec setup files to their proper filesystem location on the emulator

Change-Id: I97b6944646fcabc754526ef88f7fdd63d0d1da0a

12 years agoPoint to new linux prebuilt toolchain for SDK build
Andrew Hsieh [Tue, 13 Mar 2012 09:17:35 +0000 (02:17 -0700)]
Point to new linux prebuilt toolchain for SDK build

Change-Id: I21849119b0f3f45f950e9e6d1da0833aff381fb7

12 years agoAdding clean variables for some variables used in CTS.
Svetoslav Ganov [Mon, 12 Mar 2012 23:49:58 +0000 (16:49 -0700)]
Adding clean variables for some variables used in CTS.

1. A CTS package can specify the test runner used to launch
   its tests from the device. This is useful for preparing
   and cleaning the device through some shell commands if
   necessary.

bug:5946699

Change-Id: Ib1d6454c4274b1c37323235c9b3a195f3b9d8131

12 years agoMerge "Fix build caused by 168380"
Ying Wang [Mon, 12 Mar 2012 19:12:38 +0000 (12:12 -0700)]
Merge "Fix build caused by 168380"

12 years agoFix build caused by 168380
Keun young Park [Mon, 12 Mar 2012 19:10:42 +0000 (12:10 -0700)]
Fix build caused by 168380

Change-Id: Iebda5669f48fe505146b8f2f8b35d06621d4b0e6

12 years agoMerge "changes to add pdk1 / pdk2 build for PDK build - additional files will be...
Keun young Park [Mon, 12 Mar 2012 18:57:39 +0000 (11:57 -0700)]
Merge "changes to add pdk1 / pdk2 build for PDK build - additional files will be added to pdk/build Bug: 6079146"

12 years agochanges to add pdk1 / pdk2 build for PDK build
Keun young Park [Mon, 27 Feb 2012 23:49:23 +0000 (15:49 -0800)]
changes to add pdk1 / pdk2 build for PDK build
- additional files will be added to pdk/build
Bug: 6079146

Change-Id: Ieb5fcab8002193250d770b923f60ec7333ce84e5

12 years agoInclude the downmix effect in the platform
Jean-Michel Trivi [Sat, 10 Mar 2012 02:52:00 +0000 (18:52 -0800)]
Include the downmix effect in the platform

Change-Id: Ifc05bb7edc06994623848adf568524a98f0f316a

12 years agoMerge "Remove Camera package (it's merged into Gallery package)."
Chih-Chung Chang [Fri, 9 Mar 2012 09:20:58 +0000 (01:20 -0800)]
Merge "Remove Camera package (it's merged into Gallery package)."

12 years agoMerge "update include paths to new location"
Mathias Agopian [Thu, 8 Mar 2012 22:45:34 +0000 (14:45 -0800)]
Merge "update include paths to new location"

12 years agoMerge "add frameworks/native include paths"
Mathias Agopian [Thu, 8 Mar 2012 22:45:28 +0000 (14:45 -0800)]
Merge "add frameworks/native include paths"

12 years agoRemove Camera package (it's merged into Gallery package).
Chih-Chung Chang [Thu, 8 Mar 2012 12:06:26 +0000 (20:06 +0800)]
Remove Camera package (it's merged into Gallery package).

Change-Id: I6808438055d256bd5e2ac607ccafe5c9e5e9311a

12 years agoRename help function in envsetup.sh to be hmm
Scott Anderson [Thu, 8 Mar 2012 01:15:06 +0000 (17:15 -0800)]
Rename help function in envsetup.sh to be hmm

Bash has a built-in command "help" that is useful for getting
help on bash commands without wading through the bash man page
(e.g. "help test" will give you the syntax for those "if [ ]"
expressions).  Overwriting a built-in with a convenience function
is not good.

The function "hmm" was added recently that serves much the same
purpose as help.  It seems like a good idea to remove the new
"hmm" command and rename "help" to be "hmm" so we no longer
overwrite the built-in.

Change-Id: I2079b3e6a10715956ec077d31e817a939c6ee4a0
Signed-off-by: Scott Anderson <saa@android.com>
12 years agoam 8caffd62: am 0d1630a3: am d9ca90b4: Add SDK template and assets for Android Design
Roman Nurik [Thu, 8 Mar 2012 01:05:22 +0000 (17:05 -0800)]
am 8caffd62: am 0d1630a3: am d9ca90b4: Add SDK template and assets for Android Design

* commit '8caffd622d3ee322040baa9f1a70eedfb74c11f0':

12 years agoam 52f25665: am a23a3d83: am d9ca90b4: Add SDK template and assets for Android Design
Roman Nurik [Thu, 8 Mar 2012 01:05:15 +0000 (17:05 -0800)]
am 52f25665: am a23a3d83: am d9ca90b4: Add SDK template and assets for Android Design

* commit '52f256655855e0a03653a007cb4279eb1c152c5e':
  Add SDK template and assets for Android Design

12 years agoam d53d3d80: am 74f072a4: am 7d114b19: doc change: assets for play
Dirk Dougherty [Thu, 8 Mar 2012 00:48:24 +0000 (16:48 -0800)]
am d53d3d80: am 74f072a4: am 7d114b19: doc change: assets for play

* commit 'd53d3d8027be650397c000bdfa093c761c3fb893':

12 years agoam 460eebe3: am 79736c72: am 7d114b19: doc change: assets for play
Dirk Dougherty [Thu, 8 Mar 2012 00:48:23 +0000 (16:48 -0800)]
am 460eebe3: am 79736c72: am 7d114b19: doc change: assets for play

* commit '460eebe3b7161cc3d74eba0ab6381dd4894bfffc':
  doc change: assets for play

12 years agoMerge "Update llvm-rs-cc build to use unified headers in all cases."
Ying Wang [Thu, 8 Mar 2012 00:00:27 +0000 (16:00 -0800)]
Merge "Update llvm-rs-cc build to use unified headers in all cases."

12 years agoUpdate llvm-rs-cc build to use unified headers in all cases.
Stephen Hines [Wed, 7 Mar 2012 05:48:36 +0000 (21:48 -0800)]
Update llvm-rs-cc build to use unified headers in all cases.

Change-Id: I66a2cc5f762b7d170f4bfc6c88f8c7df11be4f4b

12 years agoam 0d1630a3: am d9ca90b4: Add SDK template and assets for Android Design
Roman Nurik [Tue, 6 Mar 2012 22:54:16 +0000 (14:54 -0800)]
am 0d1630a3: am d9ca90b4: Add SDK template and assets for Android Design

* commit '0d1630a34dc6ecf59c67ee4a51569fe7e933649d':

12 years agoam a23a3d83: am d9ca90b4: Add SDK template and assets for Android Design
Roman Nurik [Tue, 6 Mar 2012 22:43:02 +0000 (14:43 -0800)]
am a23a3d83: am d9ca90b4: Add SDK template and assets for Android Design

* commit 'a23a3d83143911358dd917a9f7f4cd9b097e4af8':
  Add SDK template and assets for Android Design

12 years agoam d9ca90b4: Add SDK template and assets for Android Design
Roman Nurik [Tue, 6 Mar 2012 22:41:33 +0000 (14:41 -0800)]
am d9ca90b4: Add SDK template and assets for Android Design

* commit 'd9ca90b4b9bd631329e6241b1ac4824ad0821639':
  Add SDK template and assets for Android Design

12 years agoam d9ca90b4: Add SDK template and assets for Android Design
Roman Nurik [Tue, 6 Mar 2012 22:41:13 +0000 (14:41 -0800)]
am d9ca90b4: Add SDK template and assets for Android Design

* commit 'd9ca90b4b9bd631329e6241b1ac4824ad0821639':
  Add SDK template and assets for Android Design

12 years agoAdd SDK template and assets for Android Design
Roman Nurik [Tue, 6 Mar 2012 20:25:34 +0000 (12:25 -0800)]
Add SDK template and assets for Android Design

Change-Id: Id7a953bf59e5e05242c46cdfb2b425e80424fc2f

12 years agoam 74f072a4: am 7d114b19: doc change: assets for play
Dirk Dougherty [Tue, 6 Mar 2012 06:56:21 +0000 (22:56 -0800)]
am 74f072a4: am 7d114b19: doc change: assets for play

* commit '74f072a447bb4c348dbb87b30bc47a164f33b4de':

12 years agoam 79736c72: am 7d114b19: doc change: assets for play
Dirk Dougherty [Tue, 6 Mar 2012 06:55:15 +0000 (22:55 -0800)]
am 79736c72: am 7d114b19: doc change: assets for play

* commit '79736c72c219b283c38282ef6d42b662195c126d':
  doc change: assets for play

12 years agoam 7d114b19: doc change: assets for play
Dirk Dougherty [Tue, 6 Mar 2012 05:39:25 +0000 (21:39 -0800)]
am 7d114b19: doc change: assets for play

* commit '7d114b195d2224ba8c6f8e156467b969317e0bf9':
  doc change: assets for play

12 years agoam 7d114b19: doc change: assets for play
Dirk Dougherty [Tue, 6 Mar 2012 05:39:00 +0000 (21:39 -0800)]
am 7d114b19: doc change: assets for play

* commit '7d114b195d2224ba8c6f8e156467b969317e0bf9':
  doc change: assets for play

12 years agodoc change: assets for play
Dirk Dougherty [Mon, 5 Mar 2012 04:34:56 +0000 (20:34 -0800)]
doc change: assets for play

Change-Id: I58647fd0059c5de54dd7665527a73f61e0d2dd32

12 years agoupdate include paths to new location
Mathias Agopian [Tue, 6 Mar 2012 02:45:37 +0000 (18:45 -0800)]
update include paths to new location

Change-Id: I13dfa74f35ee778615cdb9459fc2e18bc37d62a1

12 years agoMerge "add a name for opengl tests include paths"
Mathias Agopian [Tue, 6 Mar 2012 00:08:15 +0000 (16:08 -0800)]
Merge "add a name for opengl tests include paths"

12 years agoadd frameworks/native include paths
Mathias Agopian [Tue, 6 Mar 2012 00:04:31 +0000 (16:04 -0800)]
add frameworks/native include paths

Change-Id: I1ede8075dc77f77f5a9bc4a53663d4a74842ab36

12 years agoadd a name for opengl tests include paths
Mathias Agopian [Tue, 6 Mar 2012 00:01:41 +0000 (16:01 -0800)]
add a name for opengl tests include paths

Change-Id: I4fd30376bcc9549da9391cde99b884eab305d5dd

12 years agoam ec3b4b72: am 719c9e02: Reconcile with ics-mr1-release
The Android Open Source Project [Sat, 3 Mar 2012 00:48:33 +0000 (16:48 -0800)]
am ec3b4b72: am 719c9e02: Reconcile with ics-mr1-release

* commit 'ec3b4b725fc176a507e1da5156c4ff70f3cc8395':

12 years agoam 719c9e02: Reconcile with ics-mr1-release
The Android Open Source Project [Sat, 3 Mar 2012 00:44:17 +0000 (16:44 -0800)]
am 719c9e02: Reconcile with ics-mr1-release

* commit '719c9e027297693d8874a4c3f8864387b9a93154':

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Sat, 3 Mar 2012 00:41:32 +0000 (16:41 -0800)]
Reconcile with ics-mr1-release

Change-Id: I2484dad4a2ab183880aeede3685b6e0bae83ab82

12 years agoam c8b150cf: am f1b829d1: Reconcile with ics-mr1-release
The Android Open Source Project [Sat, 3 Mar 2012 00:37:54 +0000 (16:37 -0800)]
am c8b150cf: am f1b829d1: Reconcile with ics-mr1-release

* commit 'c8b150cfc913c1c97e6205c571ef4a3a96fd2dd5':
  IMM62

12 years agoam f1b829d1: Reconcile with ics-mr1-release
The Android Open Source Project [Sat, 3 Mar 2012 00:35:21 +0000 (16:35 -0800)]
am f1b829d1: Reconcile with ics-mr1-release

* commit 'f1b829d19d71df2228a7af2a253877edeaa0f2f0':
  IMM62

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Sat, 3 Mar 2012 00:32:47 +0000 (16:32 -0800)]
Reconcile with ics-mr1-release

Change-Id: I7b6a55cf5ad81aa9ddfd4706a4f5998d3153534e

12 years agoMerge "Include CTS Build Rules"
Brian Muramatsu [Fri, 2 Mar 2012 23:13:04 +0000 (15:13 -0800)]
Merge "Include CTS Build Rules"

12 years agoInclude CTS Build Rules
Brian Muramatsu [Fri, 2 Mar 2012 22:37:08 +0000 (14:37 -0800)]
Include CTS Build Rules

Change-Id: Ieacee8ff6215b22222ea9ea6a1e62fce62daad77

12 years agoSDK: Also read sdk/build/tools.OS.atree
Raphael Moll [Fri, 2 Mar 2012 20:40:04 +0000 (12:40 -0800)]
SDK: Also read sdk/build/tools.OS.atree

This allows us to have per-host OS (or OS + arch) atree files in case we
need to get tools which source varies per host OS, example:
- sdk/build/tools.linux.atree
- sdk/build/tools.linux-x86_64.atree
- sdk/build/tools.windows.atree
etc.

Change-Id: I9a1256548345fb866b0750fce6810913413dd946

12 years agoIMM62
The Android Automerger [Fri, 2 Mar 2012 19:55:21 +0000 (11:55 -0800)]
IMM62

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Fri, 2 Mar 2012 19:49:21 +0000 (11:49 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoam 70b0d157: am 0f03bad3: Reconcile with ics-mr1-release
The Android Open Source Project [Fri, 2 Mar 2012 00:46:20 +0000 (16:46 -0800)]
am 70b0d157: am 0f03bad3: Reconcile with ics-mr1-release

* commit '70b0d157985cd47e858ae515f235bac779338440':

12 years agoam 440370a6: am 2ab3572b: Reconcile with ics-mr1-release
The Android Open Source Project [Thu, 1 Mar 2012 23:51:17 +0000 (15:51 -0800)]
am 440370a6: am 2ab3572b: Reconcile with ics-mr1-release

* commit '440370a609a3170af14e9546d42a539206327335':
  IMM59
  IMM56D
  IMM56C
  IMM56B
  IMM56

12 years agoam 0f03bad3: Reconcile with ics-mr1-release
The Android Open Source Project [Thu, 1 Mar 2012 18:43:33 +0000 (10:43 -0800)]
am 0f03bad3: Reconcile with ics-mr1-release

* commit '0f03bad3fe7e82838c3bedf220fcf1c1056f6ffb':

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Thu, 1 Mar 2012 18:39:57 +0000 (10:39 -0800)]
Reconcile with ics-mr1-release

Change-Id: I33df3a369f056bd2369452fd056e0de355e6f9b4

12 years agoam 2ab3572b: Reconcile with ics-mr1-release
The Android Open Source Project [Thu, 1 Mar 2012 18:14:18 +0000 (10:14 -0800)]
am 2ab3572b: Reconcile with ics-mr1-release

* commit '2ab3572ba3431e45b7dbedaa4573b00fa80826b2':
  IMM59
  IMM56D
  IMM56C
  IMM56B
  IMM56

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Thu, 1 Mar 2012 18:11:36 +0000 (10:11 -0800)]
Reconcile with ics-mr1-release

Change-Id: I1e421d10ac99db335b199dfa0806d7e244d0c1e9

12 years agoMerge "Use %zd instead of %d for variables of type ssize_t"
Andrew Hsieh [Wed, 29 Feb 2012 20:19:45 +0000 (12:19 -0800)]
Merge "Use %zd instead of %d for variables of type ssize_t"

12 years agoMerge "BUILD_HOST_64bit=1 to build host tools in 64-bit"
Andrew Hsieh [Wed, 29 Feb 2012 20:19:26 +0000 (12:19 -0800)]
Merge "BUILD_HOST_64bit=1 to build host tools in 64-bit"

12 years agoRevert "Remove unused notice_files target"
Steve Block [Wed, 29 Feb 2012 19:18:08 +0000 (19:18 +0000)]
Revert "Remove unused notice_files target"

This broke the PRODUCT-sdk-(win_)sdk target of SDK builds

This reverts commit 620a5270fc77431b773f3cfe948c467e03a2c72e.

Change-Id: I81afe68ae98b5daac5fe136ec8d04f6fba5af9b4

12 years agoRemove unused notice_files target
Steve Block [Wed, 29 Feb 2012 14:59:15 +0000 (14:59 +0000)]
Remove unused notice_files target

The notice_files target generates $(TARGET_OUT_INTERMEDIATES)/NOTICE.txt and
$(TARGET_OUT_INTERMEDIATES)/NOTICE.html. The former is not needed and the
latter is an explicit dependency of $(TARGET_OUT_INTERMEDIATES)/NOTICE.html.gz.
We can therefore remove the target and the logic to generate NOTICE.txt.

Change-Id: I6179c049bebe590c7298e8be0a30e30265423468

12 years agoIMM59
The Android Automerger [Tue, 28 Feb 2012 23:18:24 +0000 (15:18 -0800)]
IMM59

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

12 years agodon't generate retouch commands in OTA scripts
Doug Zongker [Tue, 28 Feb 2012 20:21:08 +0000 (12:21 -0800)]
don't generate retouch commands in OTA scripts

Doing ASLR at OTA time is now obsolete; we can stop emitting this code
in OTA scripts.

Change-Id: I2bcf8ef0697ea5590120f89dcd302f273daf531e

12 years agoBUILD_HOST_64bit=1 to build host tools in 64-bit
Andrew Hsieh [Tue, 28 Feb 2012 05:03:30 +0000 (21:03 -0800)]
BUILD_HOST_64bit=1 to build host tools in 64-bit

By default we build tool in 32-bit.  This flag allow individual tool and its
dependencies to be built in 64-bit (eg. Emulator).  Fixes to resolve 64-bit
porting issues (in other git) will be submitted seperately.

Change-Id: I486cf7ddac727d3c374ed890857d497c3a69e598

12 years agoIMM56D
The Android Automerger [Tue, 28 Feb 2012 00:10:34 +0000 (16:10 -0800)]
IMM56D

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Tue, 28 Feb 2012 00:09:47 +0000 (16:09 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoUse %zd instead of %d for variables of type ssize_t
Andrew Hsieh [Tue, 28 Feb 2012 00:06:00 +0000 (16:06 -0800)]
Use %zd instead of %d for variables of type ssize_t

To generate correct 64-bit code (with -m64)

Change-Id: I7cd5e0c7e8bdcb9ea3bf73df0dcda55f1cb56eec

12 years agoIMM56C
The Android Automerger [Mon, 27 Feb 2012 22:44:07 +0000 (14:44 -0800)]
IMM56C

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Mon, 27 Feb 2012 22:41:50 +0000 (14:41 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoIMM56B
The Android Automerger [Mon, 27 Feb 2012 20:31:17 +0000 (12:31 -0800)]
IMM56B

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Mon, 27 Feb 2012 20:28:07 +0000 (12:28 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoIMM56
The Android Automerger [Sat, 25 Feb 2012 18:45:47 +0000 (10:45 -0800)]
IMM56

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Sat, 25 Feb 2012 18:41:34 +0000 (10:41 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoam 6b1dade9: am d58f3d2b: Reconcile with ics-mr1-release
The Android Open Source Project [Fri, 24 Feb 2012 22:11:34 +0000 (14:11 -0800)]
am 6b1dade9: am d58f3d2b: Reconcile with ics-mr1-release

* commit '6b1dade9c64196afc357d2843528b5efc826a262':

12 years agoam d58f3d2b: Reconcile with ics-mr1-release
The Android Open Source Project [Fri, 24 Feb 2012 22:09:27 +0000 (14:09 -0800)]
am d58f3d2b: Reconcile with ics-mr1-release

* commit 'd58f3d2bc47015f7a55b88ff56850b9990689e22':

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Fri, 24 Feb 2012 22:05:46 +0000 (14:05 -0800)]
Reconcile with ics-mr1-release

Change-Id: Idc7bbf210376184867a6265475e34967c00b1315

12 years agoam 0e7d7f5d: am 134c0348: Reconcile with ics-mr1-release
The Android Open Source Project [Fri, 24 Feb 2012 22:01:53 +0000 (14:01 -0800)]
am 0e7d7f5d: am 134c0348: Reconcile with ics-mr1-release

* commit '0e7d7f5da314c5114f47863f5cf68e2bfcd2566e':
  IMM54

12 years agoam 134c0348: Reconcile with ics-mr1-release
The Android Open Source Project [Fri, 24 Feb 2012 21:59:21 +0000 (13:59 -0800)]
am 134c0348: Reconcile with ics-mr1-release

* commit '134c0348f9643eff06e1d69f7a144a1870aa29e4':
  IMM54

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Fri, 24 Feb 2012 21:57:33 +0000 (13:57 -0800)]
Reconcile with ics-mr1-release

Change-Id: I347cd6c1e6227d2c15efdd5f855268dbe12cd497

12 years agoam 41ab528f: am 99505268: am 20b970e2: Merge "Issue warning when "make snod" with...
Jean-Baptiste Queru [Fri, 24 Feb 2012 19:38:53 +0000 (11:38 -0800)]
am 41ab528f: am 99505268: am 20b970e2: Merge "Issue warning when "make snod" with dexpreopt enabled."

* commit '41ab528fe3533847fecddb0c6ee7884b17f35279':
  Issue warning when "make snod" with dexpreopt enabled.

12 years agoam 99505268: am 20b970e2: Merge "Issue warning when "make snod" with dexpreopt enabled."
Jean-Baptiste Queru [Fri, 24 Feb 2012 19:36:52 +0000 (11:36 -0800)]
am 99505268: am 20b970e2: Merge "Issue warning when "make snod" with dexpreopt enabled."

* commit '9950526875f3b71c764a6d39623842e3c26416db':
  Issue warning when "make snod" with dexpreopt enabled.

12 years agoam 20b970e2: Merge "Issue warning when "make snod" with dexpreopt enabled."
Jean-Baptiste Queru [Fri, 24 Feb 2012 19:32:08 +0000 (11:32 -0800)]
am 20b970e2: Merge "Issue warning when "make snod" with dexpreopt enabled."

* commit '20b970e25227c4144c61d0d6108905616dc4f08b':
  Issue warning when "make snod" with dexpreopt enabled.

12 years agoMerge "Issue warning when "make snod" with dexpreopt enabled."
Jean-Baptiste Queru [Fri, 24 Feb 2012 19:20:14 +0000 (11:20 -0800)]
Merge "Issue warning when "make snod" with dexpreopt enabled."

12 years agoIssue warning when "make snod" with dexpreopt enabled.
Ying Wang [Fri, 24 Feb 2012 19:05:48 +0000 (11:05 -0800)]
Issue warning when "make snod" with dexpreopt enabled.

Change-Id: I481f963634dd384ed6d3de73dfeeda92b37d227e

12 years agoFix bug with the HOST_AR.
Ying Wang [Fri, 24 Feb 2012 00:27:43 +0000 (16:27 -0800)]
Fix bug with the HOST_AR.

Change-Id: I28ab86d3b6e7cbd4391e2640cf8e2be269b03e76

12 years agoam 8ea62df2: am d0d7086f: Reconcile with ics-mr1-release
The Android Open Source Project [Thu, 23 Feb 2012 19:20:26 +0000 (11:20 -0800)]
am 8ea62df2: am d0d7086f: Reconcile with ics-mr1-release

* commit '8ea62df2e67e9c0996bd000a3f3dd256bb5c0954':

12 years agoam 0f4616b0: am 065506ec: Reconcile with ics-mr1-release
The Android Open Source Project [Thu, 23 Feb 2012 19:20:24 +0000 (11:20 -0800)]
am 0f4616b0: am 065506ec: Reconcile with ics-mr1-release

* commit '0f4616b017b72deec9f0b3c20205cd447fea835d':
  IMM52

12 years agoam 229b77b0: am 96859329: Reconcile with ics-mr1-release
The Android Open Source Project [Thu, 23 Feb 2012 19:20:00 +0000 (11:20 -0800)]
am 229b77b0: am 96859329: Reconcile with ics-mr1-release

* commit '229b77b06fe7a9b4873140c281720fddb33db4b0':

12 years agoam c4c305e3: am a2ca4f14: Reconcile with ics-mr1-release
The Android Open Source Project [Thu, 23 Feb 2012 19:19:50 +0000 (11:19 -0800)]
am c4c305e3: am a2ca4f14: Reconcile with ics-mr1-release

* commit 'c4c305e331e4e5ae3f5616f79dfc597e2abfc166':
  IMM48

12 years agoIMM54
The Android Automerger [Thu, 23 Feb 2012 18:48:19 +0000 (10:48 -0800)]
IMM54

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Thu, 23 Feb 2012 18:43:30 +0000 (10:43 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoam 182cc516: am 87e90f4e: am fe53eeb0: Declare the emulator as a multi-touch device.
Xavier Ducrohet [Thu, 23 Feb 2012 16:34:50 +0000 (08:34 -0800)]
am 182cc516: am 87e90f4e: am fe53eeb0: Declare the emulator as a multi-touch device.

* commit '182cc516576668ced0d419915188c0f3f16a0bfe':

12 years agoMerge ab0776e4
Jean-Baptiste Queru [Thu, 23 Feb 2012 16:19:50 +0000 (08:19 -0800)]
Merge ab0776e4

Change-Id: Ia73777689fcbe4849a5e29ef4e120e0d1f2ba8bf