OSDN Git Service

android-x86/build.git
12 years agoMerge "Profiling use aprof, enable by LOCAL_ENABLE_APROF or LOCAL_ENABLE_APROF_JNI"
Jean-Baptiste Queru [Fri, 22 Jun 2012 20:47:19 +0000 (13:47 -0700)]
Merge "Profiling use aprof, enable by LOCAL_ENABLE_APROF or LOCAL_ENABLE_APROF_JNI"

12 years agoProfiling use aprof, enable by LOCAL_ENABLE_APROF or LOCAL_ENABLE_APROF_JNI
Kito Cheng [Fri, 15 Jun 2012 07:15:50 +0000 (15:15 +0800)]
Profiling use aprof, enable by LOCAL_ENABLE_APROF or LOCAL_ENABLE_APROF_JNI

Change-Id: Ia95dc7318e17c0804867b22e239edccc5cbec0af

12 years agoMerge "generic_x86: build using the NDK ABI's processor features"
Jean-Baptiste Queru [Thu, 14 Jun 2012 00:17:34 +0000 (17:17 -0700)]
Merge "generic_x86: build using the NDK ABI's processor features"

12 years agoMerge "x86: Clean up atom vs/ non-atom compiler flags, enable SSSE3"
Jean-Baptiste Queru [Wed, 13 Jun 2012 13:25:00 +0000 (06:25 -0700)]
Merge "x86: Clean up atom vs/ non-atom compiler flags, enable SSSE3"

12 years agoMerge "gcc 4.6 requires --copy-dt-needed-entries"
Jean-Baptiste Queru [Tue, 12 Jun 2012 22:24:17 +0000 (15:24 -0700)]
Merge "gcc 4.6 requires --copy-dt-needed-entries"

12 years agoMerge "full_x86: use telephony profile"
Jean-Baptiste Queru [Tue, 12 Jun 2012 21:36:04 +0000 (14:36 -0700)]
Merge "full_x86: use telephony profile"

12 years agofull_x86: use telephony profile
Bruce Beare [Tue, 1 May 2012 21:38:18 +0000 (14:38 -0700)]
full_x86: use telephony profile

Author: Bruce Beare <bruce.j.beare@intel.com>
Change-Id: I3c086f3f38049e9a7cc2e653aa0ee0d2a2ca1a79

12 years agoMerge "This patch addresses the following issues:"
Jean-Baptiste Queru [Tue, 12 Jun 2012 14:47:48 +0000 (07:47 -0700)]
Merge "This patch addresses the following issues:"

12 years agoMerge "Fix generic build on Max OS X 10.7 Lion"
Ying Wang [Fri, 8 Jun 2012 16:00:05 +0000 (09:00 -0700)]
Merge "Fix generic build on Max OS X 10.7 Lion"

12 years agoFix generic build on Max OS X 10.7 Lion
SangWook Han [Fri, 8 Jun 2012 05:55:05 +0000 (14:55 +0900)]
Fix generic build on Max OS X 10.7 Lion

    Recover variable build_mac_version which is removed on
    commit 644dc16 and added on commit 9ce06f1.

    Without this, ranlib libSDL.a is executed on Lion which
    causes build fail of emulator-arm.

Change-Id: I06144a288921f8f968ef457999398c1b9152d4aa

12 years agoMerge "SDK: Use "strip -x" for atree."
Raphael Moll [Thu, 7 Jun 2012 19:26:08 +0000 (12:26 -0700)]
Merge "SDK: Use "strip -x" for atree."

12 years agoMerge "XCode 4.3+ compatibility check-in"
Ying Wang [Thu, 7 Jun 2012 18:25:37 +0000 (11:25 -0700)]
Merge "XCode 4.3+ compatibility check-in"

12 years agoXCode 4.3+ compatibility check-in
Al Sutton [Thu, 7 Jun 2012 18:10:13 +0000 (19:10 +0100)]
XCode 4.3+ compatibility check-in

XCode 4.3 and later use a different location for SDKs. This check in
ensures the build checks for the new location as well as the old one.

Change-Id: I97884e5009f229f8b42e57a8feeb702b3a40a241
Signed-off-by: Al Sutton <al@funkyandroid.com>
12 years agoSDK: Use "strip -x" for atree.
Raphael Moll [Thu, 7 Jun 2012 02:33:31 +0000 (19:33 -0700)]
SDK: Use "strip -x" for atree.

Also fixes atree to accept an alternate command via the env var ATREE_STRIP
and correctly splits it for execvp if it contains arguments.

Change-Id: I8691bdc569bea3dddfde6249217dc305b6ef19f7

12 years agoThis patch addresses the following issues:
Raghu Gandham [Tue, 5 Jun 2012 22:33:37 +0000 (15:33 -0700)]
This patch addresses the following issues:

1. Fix a typo.
2. Include libffi in the MIPS list of Product Packages.
3. Default to JSC for MIPS until the MIPS support in v8 lands in aosp.

12 years agoMerge "Use Mac OS X SDK 10.6."
Ying Wang [Tue, 5 Jun 2012 22:14:52 +0000 (15:14 -0700)]
Merge "Use Mac OS X SDK 10.6."

12 years agoUse Mac OS X SDK 10.6.
Ying Wang [Fri, 25 May 2012 22:14:12 +0000 (15:14 -0700)]
Use Mac OS X SDK 10.6.

Change-Id: I8ca16db2fb93d350829e14f4339e7ece75a2fb54

12 years agox86: Clean up atom vs/ non-atom compiler flags, enable SSSE3
Bruce Beare [Thu, 16 Feb 2012 00:39:20 +0000 (16:39 -0800)]
x86: Clean up atom vs/ non-atom compiler flags, enable SSSE3

Change-Id: I0576514621affefea86a14d419f428761a60e067
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
12 years agogeneric_x86: build using the NDK ABI's processor features
Bruce Beare [Fri, 25 May 2012 16:34:49 +0000 (09:34 -0700)]
generic_x86: build using the NDK ABI's processor features

Change-Id: I51ea55a10f469c3723dfdd24d5156a01137ccdc7
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
12 years agogcc 4.6 requires --copy-dt-needed-entries
Bruce Beare [Tue, 7 Feb 2012 18:45:42 +0000 (10:45 -0800)]
gcc 4.6 requires --copy-dt-needed-entries

Change-Id: Icc62106e0f2e96f4cd871bb4b3c46c7ca83cabec
Author: Bruce Beare <bruce.j.beare@intel.com>
Reviewed-by: Lu, Hongjiu <hongjiu.lu@intel.com>
12 years agoMerge "dalvik heapsize: Remove obsolete flag, set porperty"
Jean-Baptiste Queru [Thu, 24 May 2012 19:38:33 +0000 (12:38 -0700)]
Merge "dalvik heapsize: Remove obsolete flag, set porperty"

12 years agodalvik heapsize: Remove obsolete flag, set porperty
Bruce Beare [Thu, 24 May 2012 18:38:01 +0000 (11:38 -0700)]
dalvik heapsize: Remove obsolete flag, set porperty

Change-Id: I51360867171aaebce071b3391678ff6e7f191dc5
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
12 years agoMerge "Enable DRM support in the SDK system image"
Jean-Baptiste Queru [Thu, 24 May 2012 17:14:05 +0000 (10:14 -0700)]
Merge "Enable DRM support in the SDK system image"

12 years agoMerge "Revert "Add module 'idmap'.""
Jean-Baptiste Queru [Wed, 23 May 2012 23:06:08 +0000 (16:06 -0700)]
Merge "Revert "Add module 'idmap'.""

12 years agoRevert "Add module 'idmap'."
Jean-Baptiste Queru [Wed, 23 May 2012 23:03:14 +0000 (16:03 -0700)]
Revert "Add module 'idmap'."

This reverts commit eb7c4a5e9ed30ccb67ce386922c44abf7f5dc476.

12 years agoMerge "Add module 'idmap'."
Jean-Baptiste Queru [Wed, 23 May 2012 21:39:59 +0000 (14:39 -0700)]
Merge "Add module 'idmap'."

12 years agoMerge "Update build rule for executable with PRIVATE_ALL_WHOLE_STATIC_LIBRARIES"
Jean-Baptiste Queru [Mon, 21 May 2012 14:30:15 +0000 (07:30 -0700)]
Merge "Update build rule for executable with PRIVATE_ALL_WHOLE_STATIC_LIBRARIES"

12 years agoMerge "Use i686-linux-android-4.6 for x86 build"
Jean-Baptiste Queru [Wed, 16 May 2012 13:42:53 +0000 (06:42 -0700)]
Merge "Use i686-linux-android-4.6 for x86 build"

12 years agoMerge "stop using a custom linker script for static executables."
Nick Kralevich [Tue, 15 May 2012 22:09:25 +0000 (15:09 -0700)]
Merge "stop using a custom linker script for static executables."

12 years agostop using a custom linker script for static executables.
Nick Kralevich [Tue, 1 Nov 2011 17:59:35 +0000 (10:59 -0700)]
stop using a custom linker script for static executables.

This is causing problems with making the linker relocatable.

Change-Id: I53e37fba52eabd3145130712d6e9bff074aed493

12 years agoUse i686-linux-android-4.6 for x86 build
H.J. Lu [Sun, 29 Apr 2012 14:34:54 +0000 (07:34 -0700)]
Use i686-linux-android-4.6 for x86 build

Change-Id: Ibbb0a899f147013503d6830bb93050c5ae588539
Author: "H.J. Lu" <hongjiu.lu@intel.com>

12 years agoMerge "MIPS generic target support"
Jean-Baptiste Queru [Fri, 11 May 2012 21:46:37 +0000 (14:46 -0700)]
Merge "MIPS generic target support"

12 years agoMerge "x86: customize the malloced address to be 16-byte aligned"
Jean-Baptiste Queru [Fri, 11 May 2012 18:25:10 +0000 (11:25 -0700)]
Merge "x86: customize the malloced address to be 16-byte aligned"

12 years agoUpdate build rule for executable with PRIVATE_ALL_WHOLE_STATIC_LIBRARIES
Kito Cheng [Fri, 20 Jan 2012 11:21:46 +0000 (19:21 +0800)]
Update build rule for executable with PRIVATE_ALL_WHOLE_STATIC_LIBRARIES

Change-Id: I9ff53f51dcb57511a24765bdf6a61c000a7ce977

Signed-off-by: Kito Cheng <kito@0xlab.org>
12 years agoMIPS generic target support
Raghu Gandham [Mon, 7 May 2012 14:04:57 +0000 (07:04 -0700)]
MIPS generic target support

Change-Id: I76506eba9d11867e53069c97038996bddd7dd5a2
Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Raghu Gandham <raghu@mips.com>
Signed-off-by: Duane Sand <duanes@mips.com>
Signed-off-by: Bhanu Chetlapalli <bhanu@mips.com>
12 years agox86: customize the malloced address to be 16-byte aligned
Jack Ren [Sat, 17 Mar 2012 09:16:48 +0000 (17:16 +0800)]
x86: customize the malloced address to be 16-byte aligned

That can gain better memory performance than 8-byte alignment

Change-Id: Ibcc5bf7b96ed10166038357dd0c86c9171768f3e
Signed-off-by: Jack Ren <jack.ren@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
12 years agoMerge "Use the same compilation flags on OS X 10.8 as 10.7"
Jean-Baptiste Queru [Mon, 7 May 2012 16:34:39 +0000 (09:34 -0700)]
Merge "Use the same compilation flags on OS X 10.8 as 10.7"

12 years agoUse the same compilation flags on OS X 10.8 as 10.7
Al Sutton [Mon, 7 May 2012 08:33:34 +0000 (09:33 +0100)]
Use the same compilation flags on OS X 10.8 as 10.7

Added Mountain Lion to the list of versions which don't need ranlib
and don't need the pre-Lion linker flags

Change-Id: I0c785f0c66e324af9a209520c5a5b3c9bf7df0d5
Signed-off-by: Al Sutton <al@funkyandroid.com>
12 years agoEnable DRM support in the SDK system image
Jun Tian [Fri, 4 May 2012 02:36:03 +0000 (10:36 +0800)]
Enable DRM support in the SDK system image

Move the DRM packages from full_base.mk to core.mk to support DRM both on full and SDK building.
It can fix the DRM CTS failures in the system image for emulator.

Change-Id: Id12b0ca83a815aac90860230582882e370693522

12 years agoMerge "TARGET_linux-arm.mk: use single slash version of -print-whatever"
Jean-Baptiste Queru [Wed, 2 May 2012 20:26:49 +0000 (13:26 -0700)]
Merge "TARGET_linux-arm.mk: use single slash version of -print-whatever"

12 years agoMerge "Enable sound effect support in the SDK system image"
Jean-Baptiste Queru [Wed, 2 May 2012 19:20:15 +0000 (12:20 -0700)]
Merge "Enable sound effect support in the SDK system image"

12 years agoEnable sound effect support in the SDK system image
Jun Tian [Wed, 2 May 2012 06:47:04 +0000 (14:47 +0800)]
Enable sound effect support in the SDK system image

Add the missing configuration in sdk.mk to support sound effect in the SDK building.
This patch can fix the CTS sound effect failues of media test in emulator system image.

Change-Id: I8c22e62201d48c2e56fb4c105795bb96ded8f34d

12 years agoMerge "Force use of compatibility compilers on Apple's command line tools"
Jean-Baptiste Queru [Wed, 2 May 2012 16:40:13 +0000 (09:40 -0700)]
Merge "Force use of compatibility compilers on Apple's command line tools"

12 years agoMerge "Add Esperanto to the list of locales"
Jean-Baptiste Queru [Wed, 2 May 2012 14:39:15 +0000 (07:39 -0700)]
Merge "Add Esperanto to the list of locales"

12 years agoForce use of compatibility compilers on Apple's command line tools
Al Sutton [Thu, 23 Feb 2012 18:14:27 +0000 (18:14 +0000)]
Force use of compatibility compilers on Apple's command line tools

The cc and c++ compilers included in Apple's command line tools show some
unusual behaviour which causes the build to fail in several projects under
Xcode 4.3

This patch uses the gnu compatibility gcc and g++ compilers on OS X instead
to reduce problems, and generates an error when an llvm based compiler is
detected because they currently do not generate usable emulator executables
due to them not honouring global register variables.

Change-Id: I506c22dad3dcbd41df3c7672802a675d3655e262
Signed-off-by: Al Sutton <al@funkyandroid.com>
12 years agoMerge "Split target/product/sdk.mk into sdk.git"
Raphael Moll [Mon, 23 Apr 2012 19:44:00 +0000 (12:44 -0700)]
Merge "Split target/product/sdk.mk into sdk.git"

12 years agoMerge "Switch to new locations of toolchains"
Jean-Baptiste Queru [Mon, 23 Apr 2012 15:31:53 +0000 (08:31 -0700)]
Merge "Switch to new locations of toolchains"

12 years agoMerge "Add goldfish audio hw to board/generic_x86"
Andrew Hsieh [Fri, 20 Apr 2012 23:52:26 +0000 (16:52 -0700)]
Merge "Add goldfish audio hw to board/generic_x86"

12 years agoSwitch to new locations of toolchains
Jean-Baptiste Queru [Fri, 20 Apr 2012 23:15:42 +0000 (16:15 -0700)]
Switch to new locations of toolchains

Change-Id: I15a8be11b3d0f1985ffd97dd51a1af18e1ce7b67

12 years agoSplit target/product/sdk.mk into sdk.git
Raphael Moll [Fri, 20 Apr 2012 20:43:42 +0000 (13:43 -0700)]
Split target/product/sdk.mk into sdk.git

This changes target/product/sdk.mk so that the list of tools
and libs to build for the SDK be actually defined in both
sdk.git and development.git.

Depends on dev.git change I6bbc6644a and sdk.git change Id270eba6

Change-Id: I790df85ea8620f73c769aec0f92f474de60b63f9

12 years agoMerge "Workaround for a gcc-4.6 bug on -fstrict-volatile-bitfields."
Jean-Baptiste Queru [Fri, 20 Apr 2012 15:30:20 +0000 (08:30 -0700)]
Merge "Workaround for a gcc-4.6 bug on -fstrict-volatile-bitfields."

12 years agoMerge "Fix build problems with gcc-4.6.x."
Jean-Baptiste Queru [Fri, 20 Apr 2012 15:30:04 +0000 (08:30 -0700)]
Merge "Fix build problems with gcc-4.6.x."

12 years agoWorkaround for a gcc-4.6 bug on -fstrict-volatile-bitfields.
Jing Yu [Fri, 18 Nov 2011 22:13:15 +0000 (14:13 -0800)]
Workaround for a gcc-4.6 bug on -fstrict-volatile-bitfields.

http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01477.html
http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01390.html

-fstrict-volatile-bitfields is set on by default on gcc-4.6
for ARM target. This causes an inline asm() error. While
upstream gcc community is working on the patch, we shut
off this option temporarily.

This patch does not affect gcc-4.4.3 build.

Change-Id: Id7016dc5856a516e10f2617232945034728a74ab

12 years agoFix build problems with gcc-4.6.x.
Doug Kwan [Thu, 13 Oct 2011 19:28:34 +0000 (12:28 -0700)]
Fix build problems with gcc-4.6.x.

Change-Id: If02f18efde4cec39c97bb0e7226b008cd6b85dd4

12 years agoAdd goldfish audio hw to board/generic_x86
Andrew Hsieh [Fri, 20 Apr 2012 08:08:14 +0000 (16:08 +0800)]
Add goldfish audio hw to board/generic_x86

Without it, app with audio may crash x86 emulator

Change-Id: Ie9b30a2827c0a559e7cf73b7b21604f36c379483

12 years agoMerge "Update gdbclient for x86 target"
David Turner [Tue, 17 Apr 2012 09:27:48 +0000 (02:27 -0700)]
Merge "Update gdbclient for x86 target"

12 years agoMerge "Merge "SDK: Also read sdk/build/tools.OS.atree""
Raphael Moll [Tue, 10 Apr 2012 19:45:47 +0000 (12:45 -0700)]
Merge "Merge "SDK: Also read sdk/build/tools.OS.atree""

12 years agoMerge "SDK: Also read sdk/build/tools.OS.atree"
Raphael Moll [Fri, 2 Mar 2012 20:40:04 +0000 (12:40 -0800)]
Merge "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.

(cherry picked from commit 3ab307a68cbc30ab37d15f62e88dd19b51ac9632)

Change-Id: I05140bb02ecd41152e47ecdf404b1b8fb34fdf24

12 years agoUpdate gdbclient for x86 target
Mark D Horn [Wed, 14 Mar 2012 21:20:30 +0000 (14:20 -0700)]
Update gdbclient for x86 target

Check the Target Architecture to choose the correct
version of the gdb client.

Change-Id: I1d75df235a18e60c6a7142a95c93b0fce69ee736
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
12 years agoMerge "Bump DX Java heap to 2GB."
Jean-Baptiste Queru [Tue, 10 Apr 2012 16:39:08 +0000 (09:39 -0700)]
Merge "Bump DX Java heap to 2GB."

12 years agoBump DX Java heap to 2GB.
Jean-Baptiste Queru [Tue, 10 Apr 2012 15:21:21 +0000 (08:21 -0700)]
Bump DX Java heap to 2GB.

Change-Id: I240a24f9bb8511fea8f420f76b4541018ae79a0c

12 years agoMerge changes I5a63fd61,I7c6f59fe
Kenny Root [Fri, 6 Apr 2012 21:42:41 +0000 (14:42 -0700)]
Merge changes I5a63fd61,I7c6f59fe

* changes:
  Support the setting of file security contexts in OTA and update packages.
  Pass the file_contexts configuration to mkyaffs2image and make_ext4fs.

12 years agoSupport the setting of file security contexts in OTA and update packages.
Stephen Smalley [Thu, 9 Feb 2012 18:36:21 +0000 (13:36 -0500)]
Support the setting of file security contexts in OTA and update packages.

Pass the file_contexts configuration to the releasetools scripts
so that the security contexts of files can be properly set for OTA
and update packages.

Requires Ica5fb73d6f2ffb981b74d1896538988dbc4d9b24

Change-Id: I5a63fd61a7e74d386d0803946d06bcf2fa8a857e

12 years agoPass the file_contexts configuration to mkyaffs2image and make_ext4fs.
Stephen Smalley [Fri, 13 Jan 2012 13:12:31 +0000 (08:12 -0500)]
Pass the file_contexts configuration to mkyaffs2image and make_ext4fs.

This configuration is used to determine the file security contexts
to set on the files in the yaffs2 or ext4 image that is generated.
This is similar to the android_filesystem_config.h tables for determining
the UID/GID/mode, but as a configuration rather than code.

Change-Id: I7c6f59fe7cb8bc4c86c8790f991b12dd93a61f68

12 years agoAdd module 'idmap'.
Mårten Kongstad [Mon, 30 May 2011 08:29:49 +0000 (10:29 +0200)]
Add module 'idmap'.

Change-Id: Idacd9d7107dedf235b312a252c36c7d4d4e6bc31

12 years agoam a8dd58a8: Merge "Allow make 3.82 to be used under Cygwin 1.7"
Raphael Moll [Wed, 28 Mar 2012 00:53:32 +0000 (17:53 -0700)]
am a8dd58a8: Merge "Allow make 3.82 to be used under Cygwin 1.7"

* commit 'a8dd58a8a604ed90c5fd5fb632eb2bb8b1ff8fa0':
  Allow make 3.82 to be used under Cygwin 1.7

12 years agoam 3b1ebe7d: Merge "SDK atree: support HOST_OUT location."
Raphael Moll [Wed, 28 Mar 2012 00:53:32 +0000 (17:53 -0700)]
am 3b1ebe7d: Merge "SDK atree: support HOST_OUT location."

* commit '3b1ebe7dc291175886f21ffbbccdb98b560efabf':
  SDK atree: support HOST_OUT location.

12 years agoMerge "Allow make 3.82 to be used under Cygwin 1.7"
Raphael Moll [Tue, 27 Mar 2012 23:16:45 +0000 (16:16 -0700)]
Merge "Allow make 3.82 to be used under Cygwin 1.7"

12 years agoAllow make 3.82 to be used under Cygwin 1.7
Raphael Moll [Tue, 27 Mar 2012 17:07:42 +0000 (10:07 -0700)]
Allow make 3.82 to be used under Cygwin 1.7

(Manual merge of 76bf62d75e7d4680dac1522534c56f4b511e5cd1)

Change-Id: I61a6b10b4d81192dbff928780c2263931cf57c4d

12 years agoMerge "SDK atree: support HOST_OUT location."
Raphael Moll [Tue, 27 Mar 2012 18:40:46 +0000 (11:40 -0700)]
Merge "SDK atree: support HOST_OUT location."

12 years agoam 0b6a436f: Merge "Fix build"
Jean-Baptiste Queru [Tue, 27 Mar 2012 15:07:09 +0000 (08:07 -0700)]
am 0b6a436f: Merge "Fix build"

* commit '0b6a436f09f10e358c64ee977c8322b3a76fd977':
  Fix build

12 years agoMerge "Fix build"
Jean-Baptiste Queru [Tue, 27 Mar 2012 14:37:56 +0000 (07:37 -0700)]
Merge "Fix build"

12 years agoFix build
Glenn Kasten [Tue, 27 Mar 2012 02:15:25 +0000 (19:15 -0700)]
Fix build

Change-Id: I740b211588122b1198d7925c78e9a4a7aaf08784

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Mon, 26 Mar 2012 16:47:10 +0000 (09:47 -0700)]
Reconcile with ics-mr1-release

Change-Id: I9be3678a1dc959923c5eb572e2b6f8243c446157

12 years agoIMM76D
The Android Automerger [Sun, 25 Mar 2012 19:34:33 +0000 (12:34 -0700)]
IMM76D

12 years agoIMM76C
The Android Automerger [Fri, 23 Mar 2012 21:38:56 +0000 (14:38 -0700)]
IMM76C

12 years agoam 2245d17d: Point to new linux prebuilt toolchain for SDK build
Andrew Hsieh [Thu, 22 Mar 2012 18:03:14 +0000 (11:03 -0700)]
am 2245d17d: Point to new linux prebuilt toolchain for SDK build

* commit '2245d17dc847ecb5371807466788552ca0198152':
  Point to new linux prebuilt toolchain for SDK build

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 agoSDK atree: support HOST_OUT location.
Raphael Moll [Thu, 22 Mar 2012 04:52:33 +0000 (21:52 -0700)]
SDK atree: support HOST_OUT location.

Change-Id: Ib369280971b37a3eb35ac94991cdbc49dead903e

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Wed, 21 Mar 2012 15:22:52 +0000 (08:22 -0700)]
Reconcile with ics-mr1-release

Change-Id: Ib4394bc59cd66c0d8071c5dcb0d20543241b36c8

12 years agoIMM76B
The Android Automerger [Wed, 21 Mar 2012 00:15:23 +0000 (17:15 -0700)]
IMM76B

12 years agoam 301843ae: am 29e44b7a: Merge "Fix for "dexopt: No such file or directory" error"
Ying Wang [Tue, 20 Mar 2012 22:22:30 +0000 (15:22 -0700)]
am 301843ae: am 29e44b7a: Merge "Fix for "dexopt: No such file or directory" error"

* commit '301843ae3e5a5d121ecc01b58ea3f15ae07c860f':
  Fix for "dexopt: No such file or directory" error

12 years agoam 29e44b7a: Merge "Fix for "dexopt: No such file or directory" error"
Ying Wang [Tue, 20 Mar 2012 22:20:14 +0000 (15:20 -0700)]
am 29e44b7a: Merge "Fix for "dexopt: No such file or directory" error"

* commit '29e44b7a8300644516b021e9e324ffe426098b3f':
  Fix for "dexopt: No such file or directory" error

12 years agoMerge "Fix for "dexopt: No such file or directory" error"
Ying Wang [Tue, 20 Mar 2012 18:05:55 +0000 (11:05 -0700)]
Merge "Fix for "dexopt: No such file or directory" error"

12 years agoIMM76
The Android Automerger [Sat, 17 Mar 2012 02:36:35 +0000 (19:36 -0700)]
IMM76

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Sat, 17 Mar 2012 02:30:18 +0000 (19:30 -0700)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoIMM72B
The Android Automerger [Wed, 14 Mar 2012 00:16:36 +0000 (17:16 -0700)]
IMM72B

12 years agoIMM72
The Android Automerger [Tue, 13 Mar 2012 02:36:17 +0000 (19:36 -0700)]
IMM72

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Tue, 13 Mar 2012 02:30:56 +0000 (19:30 -0700)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agosecond try
The Android Automerger [Sun, 11 Mar 2012 08:58:08 +0000 (00:58 -0800)]
second try

12 years agoIMM68C
The Android Automerger [Sat, 10 Mar 2012 17:10:29 +0000 (09:10 -0800)]
IMM68C

12 years agoIMM70
The Android Automerger [Sat, 10 Mar 2012 17:08:53 +0000 (09:08 -0800)]
IMM70

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Sat, 10 Mar 2012 17:06:03 +0000 (09:06 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoIMM62B
The Android Automerger [Sat, 10 Mar 2012 03:28:10 +0000 (19:28 -0800)]
IMM62B

12 years agoIMM69
The Android Automerger [Sat, 10 Mar 2012 03:25:45 +0000 (19:25 -0800)]
IMM69

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Sat, 10 Mar 2012 03:22:16 +0000 (19:22 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoIMM68B
The Android Automerger [Fri, 9 Mar 2012 17:59:12 +0000 (09:59 -0800)]
IMM68B

12 years agoIMM68
The Android Automerger [Fri, 9 Mar 2012 04:49:08 +0000 (20:49 -0800)]
IMM68

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Fri, 9 Mar 2012 04:42:40 +0000 (20:42 -0800)]
merge in ics-mr1-release history after reset to ics-mr1

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