OSDN Git Service

android-x86/build.git
13 years agoRemove Camera app from the generic build.
Jean-Baptiste Queru [Sat, 16 Jul 2011 00:47:14 +0000 (17:47 -0700)]
Remove Camera app from the generic build.

That's because a camera isn't required for compatibility and some
devices don't have a camera.

Add the Camera app in the emulator builds, since the emulator does
have a camera.

Change-Id: I56a1fe9f703c3b05dec99200a9353d75338c5f40

13 years agoMerge "Add in the variable speed library for use in the voicemail playback ui."
Hugo Hudson [Fri, 15 Jul 2011 19:49:13 +0000 (12:49 -0700)]
Merge "Add in the variable speed library for use in the voicemail playback ui."

13 years agoAdd in the variable speed library for use in the voicemail playback ui.
Hugo Hudson [Fri, 15 Jul 2011 19:17:55 +0000 (20:17 +0100)]
Add in the variable speed library for use in the voicemail playback ui.

- The variable speed audio library has been added to frameworks/ex.

Change-Id: Id4e3f8f3f36a504bed11026a9c5a05455c19cdf4

13 years agoConditionally disable -Wno-unused-but-set-variable for gcc-4.6.
Doug Kwan [Thu, 14 Jul 2011 23:34:26 +0000 (16:34 -0700)]
Conditionally disable -Wno-unused-but-set-variable for gcc-4.6.
We used to do that unconditionally but that caused lots of spurious
warnings in gcc-4.4.x about an unrecognized gcc option.

Change-Id: Idb5118b069871859e07a7efa04914ab6ed0b1372

13 years agoam 8264e8f0: am 46db7b79: am fbfd654f: Switch Unbundled apps from generic.mk to full.mk.
Ying Wang [Thu, 14 Jul 2011 17:56:06 +0000 (10:56 -0700)]
am 8264e8f0: am 46db7b79: am fbfd654f: Switch Unbundled apps from generic.mk to full.mk.

* commit '8264e8f0f2a8ed2e4bfd5eb76934c6539c47fbc8':
  Switch Unbundled apps from generic.mk to full.mk.

13 years agoam 46db7b79: am fbfd654f: Switch Unbundled apps from generic.mk to full.mk.
Ying Wang [Thu, 14 Jul 2011 16:18:31 +0000 (09:18 -0700)]
am 46db7b79: am fbfd654f: Switch Unbundled apps from generic.mk to full.mk.

* commit '46db7b791af1ec1d086f7dd73c737a79322e3e3e':
  Switch Unbundled apps from generic.mk to full.mk.

13 years agoam fbfd654f: Switch Unbundled apps from generic.mk to full.mk.
Ying Wang [Thu, 14 Jul 2011 05:38:35 +0000 (22:38 -0700)]
am fbfd654f: Switch Unbundled apps from generic.mk to full.mk.

* commit 'fbfd654f67609d019de8111480ebe374669ffef2':
  Switch Unbundled apps from generic.mk to full.mk.

13 years agoMerge "fix mixing argument in makefile."
Tsu Chiang Chuang [Wed, 13 Jul 2011 23:59:08 +0000 (16:59 -0700)]
Merge "fix mixing argument in makefile."

13 years agofix mixing argument in makefile.
Tsu Chiang Chuang [Wed, 13 Jul 2011 23:40:33 +0000 (16:40 -0700)]
fix mixing argument in makefile.

Change-Id: I659d996dda0a2047ebb3240607e66411fc60fda6

13 years agoam d19750e8: (-s ours) am 36331f84: resolved conflicts for merge of 09636e17 to ginge...
David 'Digit' Turner [Wed, 13 Jul 2011 21:53:40 +0000 (14:53 -0700)]
am d19750e8: (-s ours) am 36331f84: resolved conflicts for merge of 09636e17 to gingerbread-plus-aosp

* commit 'd19750e87f454507a9cee01989416ffbd14ea3f5': (23 commits)
  sdk-addon.mk: Copy image files to ABI-specific dir
  emulator: Enable dex-preoptimization
  sdk: provide ABI-dependent atree files
  emulator: Build emulator platform images as ARMv7-A
  x86: Add proper gcc-4.4.3 x86 toolchain support.
  sdk: Add pc-bios files for IA qemu emulator
  x86: qemu emulator is the default build target
  Add full_x86 product.
  x86: sdk_x86 build target
  Minor cleanup - DO NOT MERGE
  Clean up full config - DO NOT MERGE
  Make a full list of locales available
  Truly default to the full config.
  generic_x86 builds don't need/use the sparse ext4 format.
  Use ext4 file system for generic_x86 userdata partition
  GB Updates for init.rc and boot command line
  Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value across architectures
  Display the TARGET_ARCH_VARIANT
  Add generic_x86-eng to the lunch menu
  Move buildspec vars to BoardConfig.mk
  ...

13 years agoMerge "Use the LOCAL_* as dependency."
Ying Wang [Wed, 13 Jul 2011 21:30:30 +0000 (14:30 -0700)]
Merge "Use the LOCAL_* as dependency."

13 years agoUse the LOCAL_* as dependency.
Ying Wang [Wed, 13 Jul 2011 21:29:33 +0000 (14:29 -0700)]
Use the LOCAL_* as dependency.

PRIVATE_* should be used only in the build commands.

Change-Id: Ie1d8db7c78012a8615b893d3ef3be893da7466f4

13 years agoMerge "Added webrtc audio processing library"
Eric Laurent [Wed, 13 Jul 2011 20:16:57 +0000 (13:16 -0700)]
Merge "Added webrtc audio processing library"

13 years agoMerge "Append the list of languages to the list of locales"
Jean-Baptiste Queru [Wed, 13 Jul 2011 14:55:01 +0000 (07:55 -0700)]
Merge "Append the list of languages to the list of locales"

13 years agoAdded webrtc audio processing library
Eric Laurent [Wed, 13 Jul 2011 00:18:04 +0000 (17:18 -0700)]
Added webrtc audio processing library

Change-Id: I50d013b4d0de4a3abf3258f713617761bbd01199

13 years agoMerge "Remove the simulator target from all makefiles. Bug: 5010576"
Jeff Brown [Tue, 12 Jul 2011 19:11:36 +0000 (12:11 -0700)]
Merge "Remove the simulator target from all makefiles. Bug: 5010576"

13 years agoRemove the simulator target from all makefiles.
Jeff Brown [Tue, 12 Jul 2011 05:11:46 +0000 (22:11 -0700)]
Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62

13 years agoMerge "Revert "Added webrtc audio processing library""
Eric Laurent [Tue, 12 Jul 2011 02:28:10 +0000 (19:28 -0700)]
Merge "Revert "Added webrtc audio processing library""

13 years agoRevert "Added webrtc audio processing library"
Eric Laurent [Tue, 12 Jul 2011 02:14:11 +0000 (19:14 -0700)]
Revert "Added webrtc audio processing library"

This reverts commit 14052b8db5fbc1da593b0a9b29ebb1a1848232ee

13 years agoMerge "Added webrtc audio processing library"
Eric Laurent [Tue, 12 Jul 2011 01:10:45 +0000 (18:10 -0700)]
Merge "Added webrtc audio processing library"

13 years agoam 7c32eeba: am 040221a9: am 1e03253b: Merge "docs: fix xss vulnerability bug 5008593...
Scott Main [Tue, 12 Jul 2011 00:09:48 +0000 (17:09 -0700)]
am 7c32eeba: am 040221a9: am 1e03253b: Merge "docs: fix xss vulnerability bug 5008593" into honeycomb-mr2

* commit '7c32eebac5bc5811f95bf2209ad80fcc6ebb550a':
  docs: fix xss vulnerability bug 5008593

13 years agoam 981c1de4: am eb0a62cb: (-s ours) am b399f5e8: Merge "Rename health shared library."
Jaikumar Ganesh [Tue, 12 Jul 2011 00:09:30 +0000 (17:09 -0700)]
am 981c1de4: am eb0a62cb: (-s ours) am b399f5e8: Merge "Rename health shared library."

* commit '981c1de41a731bf7517f4604bfa351993462e986':
  Rename health shared library.

13 years agoam 36331f84: resolved conflicts for merge of 09636e17 to gingerbread-plus-aosp
David 'Digit' Turner [Mon, 11 Jul 2011 18:55:35 +0000 (11:55 -0700)]
am 36331f84: resolved conflicts for merge of 09636e17 to gingerbread-plus-aosp

* commit '36331f8455822539fe4fbb0a25fbc377bbc80a89': (23 commits)
  sdk-addon.mk: Copy image files to ABI-specific dir
  emulator: Enable dex-preoptimization
  sdk: provide ABI-dependent atree files
  emulator: Build emulator platform images as ARMv7-A
  x86: Add proper gcc-4.4.3 x86 toolchain support.
  sdk: Add pc-bios files for IA qemu emulator
  x86: qemu emulator is the default build target
  Add full_x86 product.
  x86: sdk_x86 build target
  Minor cleanup - DO NOT MERGE
  Clean up full config - DO NOT MERGE
  Make a full list of locales available
  Truly default to the full config.
  generic_x86 builds don't need/use the sparse ext4 format.
  Use ext4 file system for generic_x86 userdata partition
  GB Updates for init.rc and boot command line
  Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value across architectures
  Display the TARGET_ARCH_VARIANT
  Add generic_x86-eng to the lunch menu
  Move buildspec vars to BoardConfig.mk
  ...

13 years agoresolved conflicts for merge of 09636e17 to gingerbread-plus-aosp
David 'Digit' Turner [Mon, 11 Jul 2011 18:20:12 +0000 (20:20 +0200)]
resolved conflicts for merge of 09636e17 to gingerbread-plus-aosp

Change-Id: If2b21def45b5de222e560af442a0ff9f56da5a35

13 years agoSwitch Unbundled apps from generic.mk to full.mk.
Ying Wang [Mon, 11 Jul 2011 16:57:08 +0000 (09:57 -0700)]
Switch Unbundled apps from generic.mk to full.mk.

Change-Id: Ib0b84e041275a5ad389a122f0349a85008496be2

13 years agoMerge "Add PhotoEditor in AOSP builds"
Jean-Baptiste Queru [Mon, 11 Jul 2011 16:49:25 +0000 (09:49 -0700)]
Merge "Add PhotoEditor in AOSP builds"

13 years agoDisable gcc-4.6's Wunused-but-set-variables warning.
Doug Kwan [Sat, 9 Jul 2011 01:47:25 +0000 (18:47 -0700)]
Disable gcc-4.6's Wunused-but-set-variables warning.

Change-Id: Ia02fa536410b9200beca1d9d120ec448c82e5ca8

13 years agoam dcca65cb: am 2c97d30f: am 8cf99f0c: DOC CHANGE: Change GTV icons for home page
Joe Malin [Sat, 9 Jul 2011 00:53:03 +0000 (17:53 -0700)]
am dcca65cb: am 2c97d30f: am 8cf99f0c: DOC CHANGE: Change GTV icons for home page

* commit 'dcca65cb1d1ca1ae108b417ebd7241f397012b45':
  DOC CHANGE: Change GTV icons for home page

13 years agoam 040221a9: am 1e03253b: Merge "docs: fix xss vulnerability bug 5008593" into honeyc...
Scott Main [Sat, 9 Jul 2011 00:45:38 +0000 (17:45 -0700)]
am 040221a9: am 1e03253b: Merge "docs: fix xss vulnerability bug 5008593" into honeycomb-mr2

* commit '040221a9949c9f158cb7fc20b70b065289fcbbb1':
  docs: fix xss vulnerability bug 5008593

13 years agoam 1e03253b: Merge "docs: fix xss vulnerability bug 5008593" into honeycomb-mr2
Scott Main [Sat, 9 Jul 2011 00:44:08 +0000 (17:44 -0700)]
am 1e03253b: Merge "docs: fix xss vulnerability bug 5008593" into honeycomb-mr2

* commit '1e03253bf263472ea0028d2518292beaf4cbe01a':
  docs: fix xss vulnerability bug 5008593

13 years agoMerge "docs: fix xss vulnerability bug 5008593" into honeycomb-mr2
Scott Main [Sat, 9 Jul 2011 00:42:40 +0000 (17:42 -0700)]
Merge "docs: fix xss vulnerability bug 5008593" into honeycomb-mr2

13 years agodocs: fix xss vulnerability
Scott Main [Fri, 8 Jul 2011 23:19:25 +0000 (16:19 -0700)]
docs: fix xss vulnerability
bug 5008593

the fix deletes some code that was originally there to handle side nav
highlighting for inter-doc links. This code is no longer necessary (or at least
should not be) because side nav links should not be inter-doc links, but
should always be to their own document (no two sidenav links should go
to separate sections of the same doc).

Change-Id: If77d6fe869e6a44bae2f194c9de26222e6ad9419

13 years agoAdd PhotoEditor in AOSP builds
Jean-Baptiste Queru [Fri, 8 Jul 2011 23:19:42 +0000 (16:19 -0700)]
Add PhotoEditor in AOSP builds

Change-Id: If0a302701c4b6d2ebfb6b5dd6896d6717411553b

13 years agoam eb0a62cb: (-s ours) am b399f5e8: Merge "Rename health shared library."
Jaikumar Ganesh [Fri, 8 Jul 2011 19:12:14 +0000 (12:12 -0700)]
am eb0a62cb: (-s ours) am b399f5e8: Merge "Rename health shared library."

* commit 'eb0a62cb26d7bed289df823e2d68e422c39b5659':
  Rename health shared library.

13 years agoam b399f5e8: Merge "Rename health shared library."
Jaikumar Ganesh [Fri, 8 Jul 2011 18:34:46 +0000 (11:34 -0700)]
am b399f5e8: Merge "Rename health shared library."

* commit 'b399f5e81e2a644776f163e499df5bd0a38fe272':
  Rename health shared library.

13 years agoMerge "Rename health shared library."
Jaikumar Ganesh [Fri, 8 Jul 2011 18:25:33 +0000 (11:25 -0700)]
Merge "Rename health shared library."

13 years agoRename health shared library.
Jaikumar Ganesh [Fri, 8 Jul 2011 18:20:23 +0000 (11:20 -0700)]
Rename health shared library.

Change-Id: Ibd95333433bc2fb12322a9683bb3e0c0176dbce9

13 years agoam 2c97d30f: am 8cf99f0c: DOC CHANGE: Change GTV icons for home page
Joe Malin [Fri, 8 Jul 2011 17:38:37 +0000 (10:38 -0700)]
am 2c97d30f: am 8cf99f0c: DOC CHANGE: Change GTV icons for home page

* commit '2c97d30fefed3430daa356418146d2cbb1f23c8f':
  DOC CHANGE: Change GTV icons for home page

13 years agoMerge "Add Bluetooth health to the PRODUCT_PACKAGE."
Jaikumar Ganesh [Fri, 8 Jul 2011 16:40:27 +0000 (09:40 -0700)]
Merge "Add Bluetooth health to the PRODUCT_PACKAGE."

13 years agoam 8cf99f0c: DOC CHANGE: Change GTV icons for home page
Joe Malin [Fri, 8 Jul 2011 16:29:29 +0000 (09:29 -0700)]
am 8cf99f0c: DOC CHANGE: Change GTV icons for home page

* commit '8cf99f0ccee8ecc95183f939d633a514e7eebdfb':
  DOC CHANGE: Change GTV icons for home page

13 years agomerge intel x86 patches into gingerbread branch
David 'Digit' Turner [Fri, 8 Jul 2011 16:19:01 +0000 (18:19 +0200)]
merge intel x86 patches into gingerbread branch

13 years agoAdd Bluetooth health to the PRODUCT_PACKAGE.
Jaikumar Ganesh [Fri, 8 Jul 2011 01:08:15 +0000 (18:08 -0700)]
Add Bluetooth health to the PRODUCT_PACKAGE.

Change-Id: Ifb668f74c09a321eea9d2785f7574cd637aff092

13 years agosdk-addon.mk: Copy image files to ABI-specific dir
David 'Digit' Turner [Thu, 7 Jul 2011 23:56:51 +0000 (01:56 +0200)]
sdk-addon.mk: Copy image files to ABI-specific dir

Change-Id: I39ad022a5bb03ea39fc41c134d1d4855dc491deb

13 years agoMerge "Add VideoEditor to full builds"
Jean-Baptiste Queru [Thu, 7 Jul 2011 22:48:04 +0000 (15:48 -0700)]
Merge "Add VideoEditor to full builds"

13 years agoAdd VideoEditor to full builds
Jean-Baptiste Queru [Thu, 7 Jul 2011 22:30:15 +0000 (15:30 -0700)]
Add VideoEditor to full builds

Change-Id: Iaaecaa24b25c67642197d4926aa7f350991abf60

13 years agoReconcile with gingerbread-release honeycomb-mr2-release honeycomb-LTE-release
The Android Open Source Project [Thu, 7 Jul 2011 22:22:25 +0000 (15:22 -0700)]
Reconcile with gingerbread-release honeycomb-mr2-release honeycomb-LTE-release

Change-Id: I8ea53082a2a9d54a8004ff834d2344b989ca0fbf

13 years agoemulator: Enable dex-preoptimization
David 'Digit' Turner [Wed, 15 Jun 2011 23:32:20 +0000 (01:32 +0200)]
emulator: Enable dex-preoptimization

Backport from AOSP master.

This enables the Dex pre-optimization for emulator-specific builds.
The idea is to speed up the initial boot sequence of an SDK AVD by
avoiding the costly on-device preopt pass that is performed otherwise
the first time the AVD is launched.

Benchmarking shows reductions in first boot time from 1m30s to 40s
on a 2.4GHz Xeon when emulating the AOSP master ToT.

Change-Id: Ibf5ebe68aa4d363c9df05d2ffe7cb828ef99f922
Orig-Change-Id: I67a9ce9791220c202817864c6e83dc8fd9cbc027

13 years agosdk: provide ABI-dependent atree files
David 'Digit' Turner [Thu, 23 Jun 2011 10:49:02 +0000 (12:49 +0200)]
sdk: provide ABI-dependent atree files

Backport from AOSP master

This patch allows development/sdk/ to provide ABI-specific .atree
files. This is useful to copy prebuilt CPU model-specific files
to the SDK platform image directory.

This is needed to deal with the fact that for ARMv7 platform builds,
the kernel image to use is prebuilt/android-arm/kernel-qemu-armv7 instead
of prebuilt/android-arm/kernel/qemu

Change-Id: Ib76caa54a059eca2dafc9cdba812b29f98b5e3c3
Orig-Change-Id: Icdca751852c01421fccf196436a9bc1114ea90f7

13 years agoemulator: Build emulator platform images as ARMv7-A
David 'Digit' Turner [Wed, 15 Jun 2011 13:33:24 +0000 (15:33 +0200)]
emulator: Build emulator platform images as ARMv7-A

Backport from AOSP master.

Now that the emulator supports proper ARMv7 emulation, switch to
building all emulator-specific platform images using this instruction
set, in order to benefit from the noticeable speed boost provided by
Thumb-2 instructions.

Note that we don't build with NEON support because emulated NEON
instructions are currently slow, though they work.

IMPORTANT: You need to have the following emulator patch in your tree
           in order to start these platform builds easily:

           https://review.source.android.com//#change,23798

Otherwise, the alternative is to do these things:

   1/ Telling the emulator to emulate an ARMv7-A CPU, instead of
      an ARMv5TE one. This is normally done with "-qemu cortex-a8"

   2/ Using an ARMv7-A capable kernel image, which is available and
      usable with -kernel prebuilt/android-arm/kernel-qemu-armv7

Note that the emulator has a special hack that automatically enables
1/ if 2/ is being used (i.e. if the kernel image name ends with -armv7,
then emulate an ARMv7-A CPU automatically).

So in reality, only 2/ is required.

Change-Id: Id3ac7cdbda892e519af98aff1f02136f344406b8
Orig-Change-Id: I5c0245ba5e6a2bc34d0d49b2c024fffd317a5eed

13 years agoGRJ90C - a test build
android-merger [Thu, 7 Jul 2011 21:45:05 +0000 (14:45 -0700)]
GRJ90C - a test build

Change-Id: Ieabc475f7e45db1d79a56036fdb377c52bd8f1ac

13 years agoMerge "Prevent "::" in PATH on multiple lunch"
Doug Zongker [Thu, 7 Jul 2011 18:24:41 +0000 (11:24 -0700)]
Merge "Prevent "::" in PATH on multiple lunch"

13 years agoGRJ90B - a test build
android-merger [Thu, 7 Jul 2011 17:40:48 +0000 (10:40 -0700)]
GRJ90B - a test build

Change-Id: I54aefd71dc35381aed8ab1fbf99280d566520c0c

13 years agoMerge "Enable LOCAL_STRIP_MODULE for prebuilt binaries"
Ying Wang [Thu, 7 Jul 2011 16:29:19 +0000 (09:29 -0700)]
Merge "Enable LOCAL_STRIP_MODULE for prebuilt binaries"

13 years agoHLK07
The Android Automerger [Thu, 7 Jul 2011 14:19:53 +0000 (07:19 -0700)]
HLK07

Change-Id: I9442d2198c19df9fadfcb19868cde304c4088444

13 years agomerge in honeycomb-LTE-release history after reset to honeycomb-LTE
The Android Automerger [Thu, 7 Jul 2011 14:19:47 +0000 (07:19 -0700)]
merge in honeycomb-LTE-release history after reset to honeycomb-LTE

13 years agoEnable LOCAL_STRIP_MODULE for prebuilt binaries
Ji-Hwan Lee [Wed, 6 Jul 2011 18:10:14 +0000 (03:10 +0900)]
Enable LOCAL_STRIP_MODULE for prebuilt binaries

Currently, prebuilt binaries with debug symbols are installed unstripped.

There are only a few of prebuilt shared library (that I'm trying to fix),
so I can do this manually by making intermediate target and applying
TARGET_STRIP, each of them, one by one.

But dynamic_binary.mk has more features than stripping binaries
(like copying unstripped binaries to symbols directory)
and if I do it manually, they will lose all the benefits.

Note that this doesn't change anything when LOCAL_STRIP_MODULE is not set.
I actually tried to force strip every BUILD_PREBUILT'ed modules,
but there were a few problems:

- Some packages are not installed (i.e. not in PRODUCT_PACAKGES)
  but are built (i.e. in ALL_MODULES).  And some of them are built in spite
  that they do not have appropriate prebuilt shared library for TARGET_ARCH.
  Stripping them causes "unknown format".

- Some prebuilt modules set LOCAL_MODULE_CLASS incorrectly.
  Example is default.supp of external/valgrind/main, which should be ETC,
  not SHARED_LIBRARY.

Both are better fixed, but I concluded that it's better to be conservative.

Bug: 4585734
Change-Id: If71723b1d76007d45b02429ea5161a8265dd5b6d

13 years agox86: Add proper gcc-4.4.3 x86 toolchain support.
Bruce Beare [Thu, 8 Jul 2010 21:59:16 +0000 (14:59 -0700)]
x86: Add proper gcc-4.4.3 x86 toolchain support.

This patch combines 7 AOSP patches to add proper support
to build x86 platform images using the 4.4.3 toolchain.

The Orig-Changed-Id fields below correspond to the change ids
of the original changes in the AOSP master branch history.

    Define __ANDROID__ for x86 to be on par with ARM build requirements
    Orig-Change-Id: I79c8f29af1f20b694f22a39f848216022809a5c6
Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
    Enables x86-atom as a valid TARGET_ARCH_VARIANT for the simulator build.
    Orig-Change-Id: Idbceb6c7d4117fbecd35e4261330e6405666189e

    IA: enable SSE fpmath, Separate ARCH_VARIANT and ARCH makefile settings
    Change-Id: I9ba661d68a3b375c21eb6b56442d8ba66a5369b3
    Orig-Change-Id: I60b8121c92b39a60b513bc2496a1e0a21015c586
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
    x86: Use GCC 4.4.3
    Orig-Change-Id: I083c1afcbb98cfeb48d7bcb7681e5c34db52e767
    Author:    H.J. Lu <hjl.tools@gmail.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
    x86: the -mbionic flag is needed for IA builds.
    Orig-Change-Id: I00c75f37d7ea46b9f8ad3d7b2ff7094477ff0916
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
    x86: Disable stack-protector until bionic is fixed
    Orig-Change-Id: I2862de5c1b02490197704f4578a8a91d0565eef0
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
    Clean up of X86 build flags
    Orig-Change-Id: Ife75c32cd49b32345712dee28fa5f2283069a90e
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
    Author: Bruce Beare <bruce.j.beare@intel.com>

    x86: Enable -fstack-protector
    Orig-Change-Id: I1fe10159b7a29452ecfc6ba328164948cf9950d6
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agosdk: Add pc-bios files for IA qemu emulator
Bruce Beare [Wed, 2 Mar 2011 16:29:59 +0000 (08:29 -0800)]
sdk: Add pc-bios files for IA qemu emulator

Orig-Change-Id: Ia919ff57295cd020810989f241da713210bc8720
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agox86: qemu emulator is the default build target
Bruce Beare [Tue, 31 May 2011 20:16:31 +0000 (13:16 -0700)]
x86: qemu emulator is the default build target

Change-Id: I200536d2d997eda6a6e62eaa9050269e3c7ff6c4
Orig-Change-Id: I1fc3cb491d593d3e28f90278cfc8de5d77852932
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
13 years agoAdd full_x86 product.
Jean-Baptiste Queru [Thu, 15 Jul 2010 21:04:39 +0000 (14:04 -0700)]
Add full_x86 product.

By inheriting from full, this will be more self-maintaining, and
automatically gets a better-configured variant (e.g. it has locales,
a date format, etc...).

Orig-Change-Id: I67b6c2d9f9b7d20cb89154906c3f3d6a5391c838

13 years agox86: sdk_x86 build target
Bruce Beare [Tue, 31 May 2011 20:11:42 +0000 (13:11 -0700)]
x86: sdk_x86 build target

Orig-Change-Id: I3876246ddf884ffd09ff0f8e3e300dffb4a332f0
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agoMinor cleanup - DO NOT MERGE
Jean-Baptiste Queru [Fri, 22 Oct 2010 23:13:02 +0000 (16:13 -0700)]
Minor cleanup - DO NOT MERGE

Orig-Change-Id: I0fc4e3c45ae5a545f1a02ed974bc3c7500286e22

13 years agoClean up full config - DO NOT MERGE
Jean-Baptiste Queru [Fri, 22 Oct 2010 21:41:55 +0000 (14:41 -0700)]
Clean up full config - DO NOT MERGE

This splits the existing full.mk in two parts:

-One is the device-independent full_base.mk
-The other is the emulator-specific device.mk

This way we'll be able to inherit from full_base.mk
for on-device builds without any emulator-specific
files getting in the way.

Change-Id: I7f8254bf8c1177594fbdfbdb082bdc429a4a5b25
Orig-Change-Id: Ieb1f4ed47988c8fff119ff53f1f374032da3752d

13 years agoMake a full list of locales available
Jean-Baptiste Queru [Fri, 22 Oct 2010 17:22:42 +0000 (10:22 -0700)]
Make a full list of locales available

Use it for the sim build and full build.

Change-Id: I0050f9ee10aafa96cb89cad5d3f492bb1839e331
Orig-Change-Id: I64dfa7ac1b374529ef5f0c1460dd35171311115e

13 years agoTruly default to the full config.
Jean-Baptiste Queru [Fri, 22 Oct 2010 16:52:09 +0000 (09:52 -0700)]
Truly default to the full config.

It is much better than generic for emulator-based work.

Orig-Change-Id: I8b69b208bc4969d3f95c3467ca6737de8fd9460d

13 years agogeneric_x86 builds don't need/use the sparse ext4 format.
Bruce Beare [Tue, 28 Dec 2010 23:33:22 +0000 (15:33 -0800)]
generic_x86 builds don't need/use the sparse ext4 format.

Orig-Change-Id: I62973b131a728c3862be4642e2d49d0fa61555ac
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agoUse ext4 file system for generic_x86 userdata partition
Bruce Beare [Mon, 27 Dec 2010 21:05:23 +0000 (13:05 -0800)]
Use ext4 file system for generic_x86 userdata partition

Orig-Change-Id: I05710c2bda521b35712513bc219fc73ed00e4617
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agoGB Updates for init.rc and boot command line
David 'Digit' Turner [Mon, 13 Jun 2011 21:43:02 +0000 (23:43 +0200)]
GB Updates for init.rc and boot command line

Change-Id: Iae0f5b1eda109f99be6c484082abebc7b51adf51
Orig-Change-Id: I0638c8834fccbdc94ec99e7592a75b6972cb53b8
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agoFix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value across...
Bruce Beare [Tue, 31 May 2011 19:52:06 +0000 (12:52 -0700)]
Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value across architectures

Orig-Change-Id: I5c1010d9caaa8d9ffaf65999fa3649c3c2be8caa
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agoDisplay the TARGET_ARCH_VARIANT
Bruce Beare [Thu, 14 Oct 2010 19:21:58 +0000 (12:21 -0700)]
Display the TARGET_ARCH_VARIANT

Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agoAdd generic_x86-eng to the lunch menu
Bruce Beare [Tue, 31 May 2011 19:50:27 +0000 (12:50 -0700)]
Add generic_x86-eng to the lunch menu

Orig-Change-Id: Ie4e0f9054c5bc6ad8845b5b885a00174dd8c9534
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agoMove buildspec vars to BoardConfig.mk
Bruce Beare [Mon, 12 Jul 2010 18:32:37 +0000 (11:32 -0700)]
Move buildspec vars to BoardConfig.mk

Orig-Change-Id: I48ed4b55e91aae51076d9c609b44bf9fa24c3ecd
Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
13 years agoVendorsetup needs to look in additional places.
Bruce Beare [Tue, 31 May 2011 19:47:58 +0000 (12:47 -0700)]
Vendorsetup needs to look in additional places.

Orig-Change-Id: I698856f8e02487322540e804c038bba28cc23532
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agoAllow TARGET_ARCH to be set from BoardConfig.mk
Bruce Beare [Tue, 31 May 2011 18:03:09 +0000 (11:03 -0700)]
Allow TARGET_ARCH to be set from BoardConfig.mk

Orig-Change-Id: I66aed78b763d238719822257c1f4f35301247df6
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agoRefactor Stripper. Allow a stripper other than SOSLIM to be specified
Bruce Beare [Tue, 31 May 2011 17:40:20 +0000 (10:40 -0700)]
Refactor Stripper. Allow a stripper other than SOSLIM to be specified

Orig-Change-Id: I61137f5bb123dc5f610af9928ed3debdf85ba74d
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
13 years agoSet build id to HTJ85B
The Android Automerger [Thu, 7 Jul 2011 00:45:44 +0000 (17:45 -0700)]
Set build id to HTJ85B

Change-Id: I00c0a1209127ade88bf49bb821234c0da04ca029

13 years agoDOC CHANGE: Change GTV icons for home page
Joe Malin [Fri, 1 Jul 2011 19:51:48 +0000 (12:51 -0700)]
DOC CHANGE: Change GTV icons for home page

Change-Id: If7172345173b165350417ab52f706d6444dc4d96

13 years agoHTK06
The Android Automerger [Wed, 6 Jul 2011 20:01:56 +0000 (13:01 -0700)]
HTK06

Change-Id: I61cda8058f46a955ed7217f90ab5d0601627b300

13 years agoReconcile with gingerbread-release honeycomb-LTE-release
The Android Open Source Project [Wed, 6 Jul 2011 14:35:15 +0000 (07:35 -0700)]
Reconcile with gingerbread-release honeycomb-LTE-release

Change-Id: Ide009ee977f3b2a5344dcb4843a9274380658560

13 years agoHLK06
The Android Automerger [Wed, 6 Jul 2011 14:13:59 +0000 (07:13 -0700)]
HLK06

Change-Id: Id9a931f0e2f1e9d11ee40335c19890206541279a

13 years agomerge in honeycomb-LTE-release history after reset to honeycomb-LTE
The Android Automerger [Wed, 6 Jul 2011 14:13:54 +0000 (07:13 -0700)]
merge in honeycomb-LTE-release history after reset to honeycomb-LTE

13 years agoRemove vpn from FRAMEWORKS_BASE_SUBDIRS
Ying Wang [Tue, 5 Jul 2011 22:37:22 +0000 (15:37 -0700)]
Remove vpn from FRAMEWORKS_BASE_SUBDIRS

To eliminate build warning.
Reference commit: 44e27b5c74b5f441973561a4f945cb58e0cc45a4
which removed framework/base/vpn.

Change-Id: I539e4bc2a4008c8b9eed74dd53eec1f55db3abe5

13 years agoHLK05
The Android Automerger [Tue, 5 Jul 2011 14:15:28 +0000 (07:15 -0700)]
HLK05

Change-Id: I4c789558d8e510bf250ca5ccbfce292dc39dbd5a

13 years agomerge in honeycomb-LTE-release history after reset to honeycomb-LTE
The Android Automerger [Tue, 5 Jul 2011 14:15:24 +0000 (07:15 -0700)]
merge in honeycomb-LTE-release history after reset to honeycomb-LTE

13 years agoHLK04
The Android Automerger [Mon, 4 Jul 2011 14:18:52 +0000 (07:18 -0700)]
HLK04

Change-Id: Ib862c2fb576f0ce3becb00a576db2566ec319823

13 years agomerge in honeycomb-LTE-release history after reset to honeycomb-LTE
The Android Automerger [Mon, 4 Jul 2011 14:18:47 +0000 (07:18 -0700)]
merge in honeycomb-LTE-release history after reset to honeycomb-LTE

13 years agoPrevent "::" in PATH on multiple lunch
Ji-Hwan Lee [Mon, 4 Jul 2011 05:09:47 +0000 (14:09 +0900)]
Prevent "::" in PATH on multiple lunch

Running lunch multiple times results in inserting "::" each time.
"::" is an empty path element, which is treated as a current directory.

Change-Id: I770f4c1f40224ea91fd7989b0ea47d3cd081c24f

13 years agoHLK01B
The Android Automerger [Fri, 1 Jul 2011 22:37:50 +0000 (15:37 -0700)]
HLK01B

Change-Id: I94bde12eeace63caa24bc545d97e8af49a7d53e5

13 years agomerge in honeycomb-LTE-release history after reset to honeycomb-LTE
The Android Automerger [Fri, 1 Jul 2011 22:37:44 +0000 (15:37 -0700)]
merge in honeycomb-LTE-release history after reset to honeycomb-LTE

13 years agoAdd mobile filter framework java library to core target files.
Eino-Ville Talvala [Wed, 29 Jun 2011 17:03:19 +0000 (10:03 -0700)]
Add mobile filter framework java library to core target files.

Change-Id: Ia4892d8c49be905ec68423224ca44c8558edbdb8

13 years agoRemove obsolete persist.service.adb.enable property from default.prop
Mike Lockwood [Fri, 1 Jul 2011 16:31:47 +0000 (12:31 -0400)]
Remove obsolete persist.service.adb.enable property from default.prop

Change-Id: I59a2da01eddfc1fa775e027a86f7f818a146a6b0
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoHLK01
The Android Automerger [Fri, 1 Jul 2011 14:19:24 +0000 (07:19 -0700)]
HLK01

Change-Id: I3c25b979402a5843c5bcba58336dc0d9a805503c

13 years agomerge in honeycomb-LTE-release history after reset to honeycomb-LTE
The Android Automerger [Fri, 1 Jul 2011 14:19:18 +0000 (07:19 -0700)]
merge in honeycomb-LTE-release history after reset to honeycomb-LTE

13 years agoHLJ91
The Android Automerger [Thu, 30 Jun 2011 14:19:12 +0000 (07:19 -0700)]
HLJ91

Change-Id: Ib4ae3dd4de51cbc0f736e5db90670bbea9264b7e

13 years agomerge in honeycomb-LTE-release history after reset to honeycomb-LTE
The Android Automerger [Thu, 30 Jun 2011 14:19:06 +0000 (07:19 -0700)]
merge in honeycomb-LTE-release history after reset to honeycomb-LTE

13 years agoGRJ90
android-merger [Wed, 29 Jun 2011 18:16:15 +0000 (11:16 -0700)]
GRJ90

Change-Id: I76536224052c1e921ac7887bd772bcdf725f36b2

13 years agoHLJ90
The Android Automerger [Wed, 29 Jun 2011 14:18:20 +0000 (07:18 -0700)]
HLJ90

Change-Id: Ic5c6aa3728e51af7fce0ca2d8afcf79bc17dfd80

13 years agomerge in honeycomb-LTE-release history after reset to honeycomb-LTE
The Android Automerger [Wed, 29 Jun 2011 14:18:16 +0000 (07:18 -0700)]
merge in honeycomb-LTE-release history after reset to honeycomb-LTE

13 years agoHLJ89B
The Android Automerger [Tue, 28 Jun 2011 22:11:24 +0000 (15:11 -0700)]
HLJ89B

Change-Id: I5c5c7e0355a70123aa3a598bf33055b9fdc75cc5

13 years agomerge in honeycomb-LTE-release history after reset to honeycomb-LTE
The Android Automerger [Tue, 28 Jun 2011 22:11:20 +0000 (15:11 -0700)]
merge in honeycomb-LTE-release history after reset to honeycomb-LTE