OSDN Git Service

android-x86/build.git
11 years agoYou would not believe how much we all love jelly beans.
Dianne Hackborn [Sat, 2 Feb 2013 00:51:45 +0000 (16:51 -0800)]
You would not believe how much we all love jelly beans.

Seriously.

We looooooove them.

Especially Ryan.

Change-Id: I7ef04f1113147cb86a660c566b0d95d8c55eafd4

11 years agoResurrect generic_armv5
Ying Wang [Thu, 31 Jan 2013 19:16:57 +0000 (11:16 -0800)]
Resurrect generic_armv5

But only for unbundled build.
Add it to tapas arch options.

Bug: 8108463
Change-Id: I53cd63c6ab2113fee3992650b561658231ea9921

11 years agoCheck build even if a module it's built against SDK.
Ying Wang [Wed, 30 Jan 2013 22:43:05 +0000 (14:43 -0800)]
Check build even if a module it's built against SDK.

Change-Id: I2466620e52541bb938721772ce9f63c12bc212db

11 years agoRefactor calculation LOCAL_CHECKED_MODULE
Ying Wang [Wed, 30 Jan 2013 19:22:06 +0000 (11:22 -0800)]
Refactor calculation LOCAL_CHECKED_MODULE

To remove dup code;
Also added two more umbrella targets: host, target.

Change-Id: Ia6deed2940a26a31ad823fe54816840861f3fb72

11 years agoRevert "Refactor calculation LOCAL_CHECKED_MODULE"
Ying Wang [Wed, 30 Jan 2013 20:44:49 +0000 (20:44 +0000)]
Revert "Refactor calculation LOCAL_CHECKED_MODULE"

This reverts commit ba99e69424b72ac95581da50c8eea131d398d790

Change-Id: I3c42dea56376d26a5bb77b4944ae17a6875aadbb

11 years agoRefactor calculation LOCAL_CHECKED_MODULE
Ying Wang [Wed, 30 Jan 2013 19:22:06 +0000 (11:22 -0800)]
Refactor calculation LOCAL_CHECKED_MODULE

To remove dup code;
Also added two more umbrella targets: host, target.

Change-Id: Ic82db571435cdbd10fd9e70e6c4195f4ca9ecd99

11 years agoDon't fall back to host $(CC) if the target gcc is not checked out
Ying Wang [Wed, 30 Jan 2013 18:25:38 +0000 (10:25 -0800)]
Don't fall back to host $(CC) if the target gcc is not checked out

Error "cc1plus: error: unrecognized command line option
‘-mfloat-abi=softfp’" is much more confusing than
"...gcc: No such file or directory".
Also we don't build in Windows/Cygwin any more so we don't need the old
trick.

Change-Id: Ibbe3da67b412575e56bd6e61ef412ea5b2789fea

11 years agoMerge "Umbrella build targets to help engineers verify build"
Ying Wang [Wed, 30 Jan 2013 17:56:12 +0000 (17:56 +0000)]
Merge "Umbrella build targets to help engineers verify build"

11 years agoUmbrella build targets to help engineers verify build
Ying Wang [Wed, 30 Jan 2013 00:59:18 +0000 (16:59 -0800)]
Umbrella build targets to help engineers verify build

With this change, by choosing the right build target, you can reduce
significant verification build time:
If you are working on the framework, "make target-java" sounds enough;
if you are working on native target code, "make target-native" saves
your time by not building the Java code.
This will help reduce uncaught breakges for by default not everything
is built now.

Change-Id: I5a7c82d3f6372db03bea76155c8d6cc63d988eae

11 years agoam 5fb282d8: am 6463953e: am b796ce35: Merge "Remove HAVE_DLADDR from AndroidConfig.h."
Elliott Hughes [Tue, 29 Jan 2013 21:52:05 +0000 (13:52 -0800)]
am 5fb282d8: am 6463953e: am b796ce35: Merge "Remove HAVE_DLADDR from AndroidConfig.h."

# Via Android Git Automerger (2) and others
* commit '5fb282d89d00504772753acf1af63c5b422d21e2':
  Remove HAVE_DLADDR from AndroidConfig.h.

11 years agoam 6463953e: am b796ce35: Merge "Remove HAVE_DLADDR from AndroidConfig.h."
Elliott Hughes [Tue, 29 Jan 2013 21:49:55 +0000 (13:49 -0800)]
am 6463953e: am b796ce35: Merge "Remove HAVE_DLADDR from AndroidConfig.h."

# Via Android Git Automerger (1) and others
* commit '6463953e169bbd559cada7263be363202ed40d02':
  Remove HAVE_DLADDR from AndroidConfig.h.

11 years agoam b796ce35: Merge "Remove HAVE_DLADDR from AndroidConfig.h."
Elliott Hughes [Tue, 29 Jan 2013 21:47:14 +0000 (13:47 -0800)]
am b796ce35: Merge "Remove HAVE_DLADDR from AndroidConfig.h."

# Via Elliott Hughes (1) and Gerrit Code Review (1)
* commit 'b796ce353d114328cc16a1f2ad2b1059b03a0c52':
  Remove HAVE_DLADDR from AndroidConfig.h.

11 years agoMerge "Remove HAVE_DLADDR from AndroidConfig.h."
Elliott Hughes [Tue, 29 Jan 2013 21:28:58 +0000 (21:28 +0000)]
Merge "Remove HAVE_DLADDR from AndroidConfig.h."

11 years agoMerge "Add audio-route to pathmap.mk"
Simon Wilson [Tue, 29 Jan 2013 20:03:58 +0000 (20:03 +0000)]
Merge "Add audio-route to pathmap.mk"

11 years agoMerge "No html_dir_files if no LOCAL_DROIDDOC_HTML_DIR."
Ying Wang [Tue, 29 Jan 2013 03:26:02 +0000 (03:26 +0000)]
Merge "No html_dir_files if no LOCAL_DROIDDOC_HTML_DIR."

11 years agoNo html_dir_files if no LOCAL_DROIDDOC_HTML_DIR.
Ying Wang [Tue, 29 Jan 2013 03:19:13 +0000 (19:19 -0800)]
No html_dir_files if no LOCAL_DROIDDOC_HTML_DIR.

This removes unnecessary dependency if there is no
LOCAL_DROIDDOC_HTML_DIR.

Change-Id: If9e06b6e478a9cd61f5441aa376d996857ee2fb5

11 years agoMerge "Delete frameworks/base/voip use voip-common from frameworks/opt/net/voip"
Wink Saville [Tue, 29 Jan 2013 03:11:04 +0000 (03:11 +0000)]
Merge "Delete frameworks/base/voip use voip-common from frameworks/opt/net/voip"

11 years agoBuild libcore without a dep on aapt.
-b master [Thu, 24 Jan 2013 00:54:32 +0000 (16:54 -0800)]
Build libcore without a dep on aapt.

Currently building libcore (i.e. to get the core Java libraries) has a
dependency on AAPT. This is problematic for some users that don't want to pull
in the entirety of frameworks/base, e.g. for Dalvik development.

It turns out that all definitions.mk is using aapt for in this case is 'aapt
add -k <jar> <dex>', which adds a file to a JAR while stripping path info.
This is functionally equivalent to 'zip -j', and this CL just makes that
switch.

Change-Id: I292ecaf9d0321018bb7d2e68a49b2cc81de98a20

11 years agoDelete frameworks/base/voip use voip-common from frameworks/opt/net/voip
Wink Saville [Mon, 28 Jan 2013 23:30:58 +0000 (15:30 -0800)]
Delete frameworks/base/voip use voip-common from frameworks/opt/net/voip

Add voip-common to various files so that its available when booting
and building. Basically everyplace telephony and mms-common where needed
voip-common was added.

In core/pathmap.mk voip is removed as it is no longer in frameworks/base.

Change-Id: Ieaba759a0f69b45c4b8839cbed1fe757cdf190c5

11 years agoam 46fa45ad: am cf0a9042: am 9e808ff7: Merge "Use += to append to target-specific...
Ying Wang [Mon, 28 Jan 2013 19:39:39 +0000 (11:39 -0800)]
am 46fa45ad: am cf0a9042: am 9e808ff7: Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"

# Via Android Git Automerger (2) and others
* commit '46fa45ad76ff63978bd35a07aa5e1d743657bf55':
  Use += to append to target-specific PRIVATE_CLEAN_FILES

11 years agoam cf0a9042: am 9e808ff7: Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"
Ying Wang [Mon, 28 Jan 2013 19:36:51 +0000 (11:36 -0800)]
am cf0a9042: am 9e808ff7: Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"

# Via Android Git Automerger (1) and others
* commit 'cf0a90426ad969bd2deb66b0c23079842b6c4fa2':
  Use += to append to target-specific PRIVATE_CLEAN_FILES

11 years agoam 9e808ff7: Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"
Ying Wang [Mon, 28 Jan 2013 19:34:56 +0000 (11:34 -0800)]
am 9e808ff7: Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"

# Via Gerrit Code Review (1) and Ying Wang (1)
* commit '9e808ff70515479458d39abfd64ed11eb55fefbb':
  Use += to append to target-specific PRIVATE_CLEAN_FILES

11 years agoMerge "Use += to append to target-specific PRIVATE_CLEAN_FILES"
Ying Wang [Mon, 28 Jan 2013 19:05:29 +0000 (19:05 +0000)]
Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"

11 years agoUse += to append to target-specific PRIVATE_CLEAN_FILES
Ying Wang [Mon, 28 Jan 2013 18:58:01 +0000 (10:58 -0800)]
Use += to append to target-specific PRIVATE_CLEAN_FILES

Instead of incorrectly including global variable PRIVATE_CLEAN_FILES

Change-Id: I9b5e12448dad5001de051a566d8a94a89b20ecac

11 years agoRemove HAVE_DLADDR from AndroidConfig.h.
Elliott Hughes [Fri, 25 Jan 2013 23:57:40 +0000 (15:57 -0800)]
Remove HAVE_DLADDR from AndroidConfig.h.

Change-Id: I014ce98c61b12169e381b769af34b682df46087e

11 years agoRemove references to llvm-rs-link, which is unused.
Stephen Hines [Fri, 25 Jan 2013 23:26:16 +0000 (15:26 -0800)]
Remove references to llvm-rs-link, which is unused.

Change-Id: I42433a9b1d2b525d1b09f778a10ab9689e34926e

11 years agoRevert "libclcore.bc comes from prebuilts/sdk for unbundled projects."
Stephen Hines [Wed, 23 Jan 2013 18:39:05 +0000 (18:39 +0000)]
Revert "libclcore.bc comes from prebuilts/sdk for unbundled projects."

This reverts commit ba6a7e1d46ef48d1dc58f3313e56613067ed07fb

Change-Id: I2855923e67c226d39fe362342570e9ab96b885b8

11 years agolibclcore.bc comes from prebuilts/sdk for unbundled projects.
Stephen Hines [Thu, 17 Jan 2013 00:02:08 +0000 (16:02 -0800)]
libclcore.bc comes from prebuilts/sdk for unbundled projects.

This change also adds the NDK library path for unbundled builds.

Bug: 7419958

Change-Id: If22823c3890f5507d486e654a1e0296c06a2e239

11 years agoUpdate build for LLVM merge to r171906.
Stephen Hines [Thu, 10 Jan 2013 09:51:01 +0000 (01:51 -0800)]
Update build for LLVM merge to r171906.

Change-Id: Ib1e701e548bd3e11cdee712fcbb8266447dfb21a

11 years agoMerge "Build RS compatibility objects with libcompiler-rt.a."
Stephen Hines [Sat, 19 Jan 2013 01:22:21 +0000 (01:22 +0000)]
Merge "Build RS compatibility objects with libcompiler-rt.a."

11 years agoBuild RS compatibility objects with libcompiler-rt.a.
Stephen Hines [Sat, 19 Jan 2013 00:27:23 +0000 (16:27 -0800)]
Build RS compatibility objects with libcompiler-rt.a.

Change-Id: Ic49fdc30b1d4568bbdc94338e116a31a1ade1e80

11 years agoam 58aee9e3: (-s ours) am 383ecfaf: DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS...
Ying Wang [Fri, 18 Jan 2013 02:15:01 +0000 (18:15 -0800)]
am 58aee9e3: (-s ours) am 383ecfaf: DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too

* commit '58aee9e30e3a8dd4471344d9ae5c514c38b42548':
  DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too

11 years agoam 383ecfaf: DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too
Ying Wang [Fri, 18 Jan 2013 02:13:08 +0000 (18:13 -0800)]
am 383ecfaf: DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too

* commit '383ecfaf023dab1fcab25d97548093e32ef1a564':
  DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too

11 years agoDO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too
Ying Wang [Tue, 4 Dec 2012 02:24:55 +0000 (18:24 -0800)]
DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too

Cherry picked from commit fe3f62d06b77888cddf0365a40b20835eeac221f
in master.  Since this is already in master, and we're upstream,
set to DO NOT MERGE.

Change-Id: I09e8e849f642792e3a74e2564820ab9bbf1eb28c
Signed-off-by: Mike J. Chen <mjchen@google.com>
11 years agoMove Dialer app from core to telephony product target.
Chiao Cheng [Thu, 17 Jan 2013 20:50:31 +0000 (12:50 -0800)]
Move Dialer app from core to telephony product target.

Bug: 8014407
Change-Id: I76ca58c4cbf05ebbd64131c17075ad4b8a919326

11 years agoAdd audio-route to pathmap.mk
Simon Wilson [Wed, 16 Jan 2013 00:03:59 +0000 (16:03 -0800)]
Add audio-route to pathmap.mk

Change-Id: Id72a839c188fdc93a6a10f53033f09aded23782e

11 years agoStash TARGET_CPU_VARIANT and print it in dumpvar.
Ben Cheng [Tue, 15 Jan 2013 22:36:42 +0000 (14:36 -0800)]
Stash TARGET_CPU_VARIANT and print it in dumpvar.

Bug:7961327
Change-Id: I8a3637a87b5a0f791568fe74e44a4a173541deb7

11 years agoSupport to switch between prebuilt and buiding from source
Ying Wang [Tue, 15 Jan 2013 23:28:08 +0000 (15:28 -0800)]
Support to switch between prebuilt and buiding from source

For target shared library and executable.

Change-Id: I40a4e4e0c971811ac60e9bd04206f2422387d3d0

11 years agoam 85ab41eb: am fb959d01: am 474b3f11: am eb41035f: docs: add the ability to pause...
Scott Main [Tue, 15 Jan 2013 05:16:42 +0000 (21:16 -0800)]
am 85ab41eb: am fb959d01: am 474b3f11: am eb41035f: docs: add the ability to pause the carousel

* commit '85ab41eb6b7229dd1fcb08187f27a32ee754c05d':
  docs: add the ability to pause the carousel

11 years agoam fb959d01: am 474b3f11: am eb41035f: docs: add the ability to pause the carousel
Scott Main [Tue, 15 Jan 2013 05:13:27 +0000 (21:13 -0800)]
am fb959d01: am 474b3f11: am eb41035f: docs: add the ability to pause the carousel

* commit 'fb959d01d56e2d44e8833a8a9beca5ee5b04a24d':
  docs: add the ability to pause the carousel

11 years agoam 474b3f11: am eb41035f: docs: add the ability to pause the carousel
Scott Main [Tue, 15 Jan 2013 05:10:48 +0000 (21:10 -0800)]
am 474b3f11: am eb41035f: docs: add the ability to pause the carousel

* commit '474b3f1198223b61f912c29d2e5c069dcfe322e0':
  docs: add the ability to pause the carousel

11 years agoam eb41035f: docs: add the ability to pause the carousel
Scott Main [Tue, 15 Jan 2013 05:07:29 +0000 (21:07 -0800)]
am eb41035f: docs: add the ability to pause the carousel

* commit 'eb41035fcfe1c223a794a24ee2fe8a8b133e67b1':
  docs: add the ability to pause the carousel

11 years agodocs: add the ability to pause the carousel
Scott Main [Tue, 15 Jan 2013 03:03:40 +0000 (19:03 -0800)]
docs: add the ability to pause the carousel

Change-Id: I1ffc929cf93217b578397d825e1eb41369d2666c

11 years agoMerge "Use -mcpu=cortex-a15 for gcc arch dependent compilation."
Ben Cheng [Mon, 14 Jan 2013 23:07:59 +0000 (15:07 -0800)]
Merge "Use -mcpu=cortex-a15 for gcc arch dependent compilation."

11 years agoUse -mcpu=cortex-a15 for gcc arch dependent compilation.
Ben Cheng [Mon, 14 Jan 2013 21:45:45 +0000 (13:45 -0800)]
Use -mcpu=cortex-a15 for gcc arch dependent compilation.

If TARGET_CPU_VARIANT=cortex-a15 is specified in the BoardConfig.mk file.

Bug: 7961327
Change-Id: Ic459df378293237c54263f5315ac3be62dad4273

11 years agoAdd new LOCAL_PROGUARD_ENABLED option "nosystem"
Ying Wang [Fri, 11 Jan 2013 23:31:06 +0000 (15:31 -0800)]
Add new LOCAL_PROGUARD_ENABLED option "nosystem"

With which we don't include proguard flags defined by the build system.
Bug: 7990659

Change-Id: I78384d2fbaccdd714d646e1b648417195bbd8dde

11 years agoam 18ae42f3: am 468a239d: am 8d0a978a: am 869f3d1f: Merge "docs: update analytics...
Scott Main [Thu, 10 Jan 2013 23:38:23 +0000 (15:38 -0800)]
am 18ae42f3: am 468a239d: am 8d0a978a: am 869f3d1f: Merge "docs: update analytics script to support event tracking" into jb-mr1-dev

* commit '18ae42f3c84744eca9fd96afcbcf365427e1578f':
  docs: update analytics script to support event tracking

11 years agoresolved conflicts for merge of e016e80c to jb-mr1-dev-plus-aosp
Ying Wang [Thu, 10 Jan 2013 22:28:56 +0000 (14:28 -0800)]
resolved conflicts for merge of e016e80c to jb-mr1-dev-plus-aosp

Change-Id: Ic1546db5d009307789e0c7fda811982f80655dea

11 years agoam 468a239d: am 8d0a978a: am 869f3d1f: Merge "docs: update analytics script to suppor...
Scott Main [Wed, 9 Jan 2013 02:59:29 +0000 (18:59 -0800)]
am 468a239d: am 8d0a978a: am 869f3d1f: Merge "docs: update analytics script to support event tracking" into jb-mr1-dev

* commit '468a239d0cc522623f1896b3837092f629393292':
  docs: update analytics script to support event tracking

11 years agoam 8d0a978a: am 869f3d1f: Merge "docs: update analytics script to support event track...
Scott Main [Wed, 9 Jan 2013 02:56:40 +0000 (18:56 -0800)]
am 8d0a978a: am 869f3d1f: Merge "docs: update analytics script to support event tracking" into jb-mr1-dev

* commit '8d0a978aea9110bcb6f0d28e504ad1a9540acbe4':
  docs: update analytics script to support event tracking

11 years agoam 869f3d1f: Merge "docs: update analytics script to support event tracking" into...
Scott Main [Wed, 9 Jan 2013 02:49:51 +0000 (18:49 -0800)]
am 869f3d1f: Merge "docs: update analytics script to support event tracking" into jb-mr1-dev

* commit '869f3d1f68194b5962070394882b85f46a415c4c':
  docs: update analytics script to support event tracking

11 years agoMerge "docs: update analytics script to support event tracking" into jb-mr1-dev
Scott Main [Wed, 9 Jan 2013 02:47:45 +0000 (18:47 -0800)]
Merge "docs: update analytics script to support event tracking" into jb-mr1-dev

11 years agodocs: update analytics script to support event tracking
Scott Main [Wed, 9 Jan 2013 02:45:08 +0000 (18:45 -0800)]
docs: update analytics script to support event tracking

Change-Id: Ie670a3ae91442ec734d146a76ecab254cb3572d4

11 years agoam b81bc684: am 7a184cb7: Merge "Change Email2 reference back to Email"
Jean-Baptiste Queru [Tue, 8 Jan 2013 16:17:19 +0000 (08:17 -0800)]
am b81bc684: am 7a184cb7: Merge "Change Email2 reference back to Email"

* commit 'b81bc6842e6743e548a76a1c2f2ac59b4f080b10':
  Change Email2 reference back to Email

11 years agoam 7a184cb7: Merge "Change Email2 reference back to Email"
Jean-Baptiste Queru [Tue, 8 Jan 2013 16:13:50 +0000 (08:13 -0800)]
am 7a184cb7: Merge "Change Email2 reference back to Email"

* commit '7a184cb70f7fbdf7f9f64b88338dcd155cfe1e3d':
  Change Email2 reference back to Email

11 years agoMerge "Change Email2 reference back to Email"
Jean-Baptiste Queru [Tue, 8 Jan 2013 15:55:50 +0000 (07:55 -0800)]
Merge "Change Email2 reference back to Email"

11 years agoChange Email2 reference back to Email
Roger Chen [Tue, 8 Jan 2013 13:20:32 +0000 (21:20 +0800)]
Change Email2 reference back to Email

Change-Id: Id07d81793d2921be95b30f608cc558312f210c4e
Signed-off-by: Roger Chen <cxr514033970@gmail.com>
11 years agoam 71195ec7: am d01d0bf8: am 58a87c5c: Merge "core/Makefile: Allow specification...
Ying Wang [Sat, 5 Jan 2013 01:50:46 +0000 (17:50 -0800)]
am 71195ec7: am d01d0bf8: am 58a87c5c: Merge "core/Makefile: Allow specification of file locations"

* commit '71195ec71fe3498b19ff9ff8e4eb924b8fa507e6':
  core/Makefile: Allow specification of file locations

11 years agoam a40166d1: am 5455455a: am a6f10400: am 7dc45a8b: Add simg2img and e2fsck to the...
Ying Wang [Sat, 5 Jan 2013 01:50:43 +0000 (17:50 -0800)]
am a40166d1: am 5455455a: am a6f10400: am 7dc45a8b: Add simg2img and e2fsck to the otatools.

* commit 'a40166d11c597038b30eab6122f8967ee1c810b3':
  Add simg2img and e2fsck to the otatools.

11 years agoam d01d0bf8: am 58a87c5c: Merge "core/Makefile: Allow specification of file locations"
Ying Wang [Fri, 4 Jan 2013 23:30:28 +0000 (15:30 -0800)]
am d01d0bf8: am 58a87c5c: Merge "core/Makefile: Allow specification of file locations"

* commit 'd01d0bf86c2309a7a950549c9c124b303c0c3f82':
  core/Makefile: Allow specification of file locations

11 years agoam 58a87c5c: Merge "core/Makefile: Allow specification of file locations"
Ying Wang [Fri, 4 Jan 2013 23:28:20 +0000 (15:28 -0800)]
am 58a87c5c: Merge "core/Makefile: Allow specification of file locations"

* commit '58a87c5c010e474a1e321d3fe6ce1ad8267576b5':
  core/Makefile: Allow specification of file locations

11 years agoMerge "core/Makefile: Allow specification of file locations"
Ying Wang [Fri, 4 Jan 2013 23:01:49 +0000 (15:01 -0800)]
Merge "core/Makefile: Allow specification of file locations"

11 years agoam 5455455a: am a6f10400: am 7dc45a8b: Add simg2img and e2fsck to the otatools.
Ying Wang [Fri, 4 Jan 2013 23:01:18 +0000 (15:01 -0800)]
am 5455455a: am a6f10400: am 7dc45a8b: Add simg2img and e2fsck to the otatools.

* commit '5455455a3e550821b381d061803133c82956d7ec':
  Add simg2img and e2fsck to the otatools.

11 years agoam a6f10400: am 7dc45a8b: Add simg2img and e2fsck to the otatools.
Ying Wang [Fri, 4 Jan 2013 22:59:20 +0000 (14:59 -0800)]
am a6f10400: am 7dc45a8b: Add simg2img and e2fsck to the otatools.

* commit 'a6f10400e16e80529e2dbbcd44742e55a99e0c3b':
  Add simg2img and e2fsck to the otatools.

11 years agoam 7dc45a8b: Add simg2img and e2fsck to the otatools.
Ying Wang [Fri, 4 Jan 2013 22:55:21 +0000 (14:55 -0800)]
am 7dc45a8b: Add simg2img and e2fsck to the otatools.

* commit '7dc45a8bdc744db4d9c742dc21bfe328ad9ba10f':
  Add simg2img and e2fsck to the otatools.

11 years agoAdd simg2img and e2fsck to the otatools.
Ying Wang [Fri, 4 Jan 2013 22:43:18 +0000 (14:43 -0800)]
Add simg2img and e2fsck to the otatools.

Change-Id: I31225399c6ef9cae38c825755e301fdc70ce194b

11 years agocore/Makefile: Allow specification of file locations
Andrew Boie [Fri, 28 Sep 2012 16:33:45 +0000 (09:33 -0700)]
core/Makefile: Allow specification of file locations

If multiple build targets use a common recovery.fstab or system.prop,
this allows them to live in a centralized location and not be copied
or symlinked to the device directories.

Change-Id: I7aeb31ed9dc9b43a5e2c9e46fe582b10cba71b24
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
11 years agoam 96045fb5: am f09b7a0e: Merge "SignApk: perform the whole file signature in a singl...
Doug Zongker [Thu, 3 Jan 2013 23:19:19 +0000 (15:19 -0800)]
am 96045fb5: am f09b7a0e: Merge "SignApk: perform the whole file signature in a single streaming pass."

* commit '96045fb58488a24689e7449700c53614d9336572':
  SignApk: perform the whole file signature in a single streaming pass.

11 years agoam f09b7a0e: Merge "SignApk: perform the whole file signature in a single streaming...
Doug Zongker [Thu, 3 Jan 2013 23:12:43 +0000 (15:12 -0800)]
am f09b7a0e: Merge "SignApk: perform the whole file signature in a single streaming pass."

* commit 'f09b7a0eaa0aa2ae6a1d0e1cf0f701f1f56e0cda':
  SignApk: perform the whole file signature in a single streaming pass.

11 years agoMerge "SignApk: perform the whole file signature in a single streaming pass."
Doug Zongker [Thu, 3 Jan 2013 22:50:36 +0000 (14:50 -0800)]
Merge "SignApk: perform the whole file signature in a single streaming pass."

11 years agoSignApk: perform the whole file signature in a single streaming pass.
Koushik Dutta [Tue, 18 Dec 2012 06:25:22 +0000 (22:25 -0800)]
SignApk: perform the whole file signature in a single streaming pass.

Author: Koushik Dutta <koushd@gmail.com>

Change-Id: I58a68fa4bd4c0c3bb0e025d4311186195fb90e5a

11 years agoam 2d867bd2: am 57a5e52d: Merge "add multiple key support to signapk"
Doug Zongker [Thu, 3 Jan 2013 00:34:54 +0000 (16:34 -0800)]
am 2d867bd2: am 57a5e52d: Merge "add multiple key support to signapk"

* commit '2d867bd207014abc803199f8a76de84c90f9a4aa':
  add multiple key support to signapk

11 years agoam 57a5e52d: Merge "add multiple key support to signapk"
Doug Zongker [Wed, 2 Jan 2013 22:45:12 +0000 (14:45 -0800)]
am 57a5e52d: Merge "add multiple key support to signapk"

* commit '57a5e52d3692b5f7e4008c8e6aa591aee67de130':
  add multiple key support to signapk

11 years agoMerge "add multiple key support to signapk"
Doug Zongker [Wed, 2 Jan 2013 21:49:02 +0000 (13:49 -0800)]
Merge "add multiple key support to signapk"

11 years agoadd multiple key support to signapk
Doug Zongker [Tue, 16 Oct 2012 00:10:13 +0000 (17:10 -0700)]
add multiple key support to signapk

Support signing .apks (but not OTA packages) with multiple keys.

Bug: 7350459
Change-Id: I794e1da0555e2bb9247a59c756656d4ca7ee04cf

11 years agoam dd319cef: am 26f47aba: Merge "Switch to GCC 4.7 for X86 and MIPS"
Andrew Hsieh [Fri, 28 Dec 2012 17:47:53 +0000 (09:47 -0800)]
am dd319cef: am 26f47aba: Merge "Switch to GCC 4.7 for X86 and MIPS"

* commit 'dd319cef3f0e351f0b1621167b22eb39e86b27ad':
  Switch to GCC 4.7 for X86 and MIPS

11 years agoam f6315729: (-s ours) Reconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Fri, 28 Dec 2012 17:47:32 +0000 (09:47 -0800)]
am f6315729: (-s ours) Reconcile with jb-mr1.1-release - do not merge

* commit 'f6315729088bb1ebbf5d8ab6e810dd3462973018':
  JDP82

11 years agoam 9b2ef223: (-s ours) Reconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Fri, 28 Dec 2012 17:46:43 +0000 (09:46 -0800)]
am 9b2ef223: (-s ours) Reconcile with jb-mr1.1-release - do not merge

* commit '9b2ef2237229ca1ce38df2d54550985ec5f7fdaf':
  JDP81B

11 years agoam 26f47aba: Merge "Switch to GCC 4.7 for X86 and MIPS"
Andrew Hsieh [Fri, 21 Dec 2012 23:51:44 +0000 (15:51 -0800)]
am 26f47aba: Merge "Switch to GCC 4.7 for X86 and MIPS"

* commit '26f47aba2d973bc1cc459a63df7bd0eec799f4ff':
  Switch to GCC 4.7 for X86 and MIPS

11 years agoMerge "Switch to GCC 4.7 for X86 and MIPS"
Andrew Hsieh [Fri, 21 Dec 2012 23:43:55 +0000 (15:43 -0800)]
Merge "Switch to GCC 4.7 for X86 and MIPS"

11 years agoReconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Fri, 21 Dec 2012 22:10:50 +0000 (14:10 -0800)]
Reconcile with jb-mr1.1-release - do not merge

Change-Id: Iff920fa574533c1c22a8c1408291f43e81ab7a2f

11 years agoJDP82
The Android Automerger [Fri, 21 Dec 2012 21:47:17 +0000 (13:47 -0800)]
JDP82

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Fri, 21 Dec 2012 21:46:40 +0000 (13:46 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev

11 years agoReconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Fri, 21 Dec 2012 15:59:28 +0000 (07:59 -0800)]
Reconcile with jb-mr1.1-release - do not merge

Change-Id: Ic86ea3815748a11695d10b369d957ebdf647ab57

11 years agoSwitch to GCC 4.7 for X86 and MIPS
Andrew Hsieh [Fri, 21 Dec 2012 01:23:05 +0000 (09:23 +0800)]
Switch to GCC 4.7 for X86 and MIPS

Change-Id: I1c2021a15f53e064baf69084894c114289ef7c54

11 years agoJDP81B
The Android Automerger [Fri, 21 Dec 2012 00:17:20 +0000 (16:17 -0800)]
JDP81B

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Fri, 21 Dec 2012 00:17:02 +0000 (16:17 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev

11 years agoam 8f7ac8ca: (-s ours) Reconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Thu, 20 Dec 2012 23:48:35 +0000 (15:48 -0800)]
am 8f7ac8ca: (-s ours) Reconcile with jb-mr1.1-release - do not merge

* commit '8f7ac8caa62326d28a50c9aeb037a805eda661f1':
  JDP81

11 years agoReconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Thu, 20 Dec 2012 23:46:18 +0000 (15:46 -0800)]
Reconcile with jb-mr1.1-release - do not merge

Change-Id: I522981a273e1844811c7a53ca76c75a3e3365b77

11 years agoJDP81
The Android Automerger [Thu, 20 Dec 2012 22:31:50 +0000 (14:31 -0800)]
JDP81

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Thu, 20 Dec 2012 22:31:01 +0000 (14:31 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev

11 years agoam 97654bc6: am db3da9bb: am c9cea375: am 707909f2: Merge "docs: don\'t allow setting...
Scott Main [Thu, 20 Dec 2012 03:32:13 +0000 (19:32 -0800)]
am 97654bc6: am db3da9bb: am c9cea375: am 707909f2: Merge "docs: don\'t allow setting the sidenav fixed if the doc body is shorter than the sidenav. Scrolling won\'t be possible in this case anyway, but this change fixes a glitch that happens on OSX Lion because it wi

* commit '97654bc68fe98ec443599b46fa0ad2c518fa4875':
  docs: don't allow setting the sidenav fixed if the doc body is shorter than the sidenav. Scrolling won't be possible in this case anyway, but this change fixes a glitch that happens on OSX Lion because it will allow scrolling anyway for the overscroll bounce.

11 years agoam db3da9bb: am c9cea375: am 707909f2: Merge "docs: don\'t allow setting the sidenav...
Scott Main [Thu, 20 Dec 2012 03:31:12 +0000 (19:31 -0800)]
am db3da9bb: am c9cea375: am 707909f2: Merge "docs: don\'t allow setting the sidenav fixed if the doc body is shorter than the sidenav. Scrolling won\'t be possible in this case anyway, but this change fixes a glitch that happens on OSX Lion because it will allow scro

* commit 'db3da9bbc62be22d96cdf61f02afe271174f50be':
  docs: don't allow setting the sidenav fixed if the doc body is shorter than the sidenav. Scrolling won't be possible in this case anyway, but this change fixes a glitch that happens on OSX Lion because it will allow scrolling anyway for the overscroll bounce.

11 years agoam c9cea375: am 707909f2: Merge "docs: don\'t allow setting the sidenav fixed if...
Scott Main [Thu, 20 Dec 2012 03:29:21 +0000 (19:29 -0800)]
am c9cea375: am 707909f2: Merge "docs: don\'t allow setting the sidenav fixed if the doc body is shorter than the sidenav. Scrolling won\'t be possible in this case anyway, but this change fixes a glitch that happens on OSX Lion because it will allow scrolling anyway

* commit 'c9cea375c3c66df33f4535e986c00a68f390ac62':
  docs: don't allow setting the sidenav fixed if the doc body is shorter than the sidenav. Scrolling won't be possible in this case anyway, but this change fixes a glitch that happens on OSX Lion because it will allow scrolling anyway for the overscroll bounce.

11 years agoam 707909f2: Merge "docs: don\'t allow setting the sidenav fixed if the doc body...
Scott Main [Thu, 20 Dec 2012 03:25:37 +0000 (19:25 -0800)]
am 707909f2: Merge "docs: don\'t allow setting the sidenav fixed if the doc body is shorter than the sidenav. Scrolling won\'t be possible in this case anyway, but this change fixes a glitch that happens on OSX Lion because it will allow scrolling anyway for the overscr

* commit '707909f2e0fb9ccc0db859ec075a3557f5265e56':
  docs: don't allow setting the sidenav fixed if the doc body is shorter than the sidenav. Scrolling won't be possible in this case anyway, but this change fixes a glitch that happens on OSX Lion because it will allow scrolling anyway for the overscroll bounce.

11 years agoMerge "docs: don't allow setting the sidenav fixed if the doc body is shorter than...
Scott Main [Thu, 20 Dec 2012 03:23:32 +0000 (19:23 -0800)]
Merge "docs: don't allow setting the sidenav fixed if the doc body is shorter than the sidenav. Scrolling won't be possible in this case anyway, but this change fixes a glitch that happens on OSX Lion because it will allow scrolling anyway for the overscroll bounce." into jb-mr1-dev

11 years agodocs: don't allow setting the sidenav fixed if the doc body is
Scott Main [Thu, 20 Dec 2012 02:38:24 +0000 (18:38 -0800)]
docs: don't allow setting the sidenav fixed if the doc body is
shorter than the sidenav. Scrolling won't be possible in this case
anyway, but this change fixes a glitch that happens on OSX Lion because
it will allow scrolling anyway for the overscroll bounce.

Change-Id: I1be1c170e327f3cdfe81076a473f74425b8bd080

11 years agoam e57594a6: (-s ours) Reconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Wed, 19 Dec 2012 22:35:35 +0000 (14:35 -0800)]
am e57594a6: (-s ours) Reconcile with jb-mr1.1-release - do not merge

* commit 'e57594a6934a912ab7b1bd0b8bdaff187ae25ca3':
  JDP80B

11 years agoReconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Wed, 19 Dec 2012 22:33:27 +0000 (14:33 -0800)]
Reconcile with jb-mr1.1-release - do not merge

Change-Id: I6f627ab7e473280d29846f3523d8cfe9b648df7d

11 years agoJDP80B
The Android Automerger [Wed, 19 Dec 2012 22:30:14 +0000 (14:30 -0800)]
JDP80B