summaryrefslogtreecommitdiffstats
path: root/target/product/full_x86.mk
Commit message (Collapse)AuthorAgeFilesLines
* Rename AOSP builds to aosp_*Jean-Baptiste Queru2013-03-261-2/+2
| | | | Change-Id: If609f66904ac560bc7a6e9ff9a43c2e039525687
* Move emulator.mk out of full_base.mkYing Wang2013-03-041-0/+2
| | | | | | | | Instead we should have the emulator products (full, full_mips, full_x86, sdk) inherit from emulator.mk directly, because full_base.mk is also inherited by real device products, such as full_manta.mk. Change-Id: I475f7262eaa65dd85fc844ed357547c76c82598f
* resolved conflicts for merge of 76af0657 to jb-dev-plus-aospJean-Baptiste Queru2012-06-121-3/+4
|\ | | | | | | Change-Id: I4843695261abbc478fd6b505debe6fc20a06c88d
| * full_x86: use telephony profileBruce Beare2012-06-121-4/+5
| | | | | | | | | | Author: Bruce Beare <bruce.j.beare@intel.com> Change-Id: I3c086f3f38049e9a7cc2e653aa0ee0d2a2ca1a79
* | Remove Camera package (it's merged into Gallery package).Chih-Chung Chang2012-03-081-3/+0
|/ | | | Change-Id: I6808438055d256bd5e2ac607ccafe5c9e5e9311a
* Remove Camera app from the generic build.Jean-Baptiste Queru2011-07-151-0/+3
| | | | | | | | | | 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
* am 55a461c9: am f245dd79: Merge "full_x86-eng: Ensure we copy the PC bios ↵David 'Digit' Turner2011-04-261-0/+5
|\ | | | | | | | | | | | | files." * commit '55a461c9b1ab92bf6250650afcacc8de85c1e01a': full_x86-eng: Ensure we copy the PC bios files.
| * full_x86-eng: Ensure we copy the PC bios files.David 'Digit' Turner2011-04-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | This change ensures that building full_x86-eng will copy the Bios files to the right location. This is necessary to launch "emulator-x86" after building the system images. Before this patch, one had to make the copy manually. Note that sdk_x86-eng does not need this (the files are actually taken care of in build/target/product/sdk.mk so will be copied even in case of the ARM sdk build). Change-Id: If70adead27c7997694ebc30561005d26a7358c34
* | resolved conflicts for merge of db0d59d1 to honeycomb-plus-aospRaphael2011-03-251-3/+3
|\ \ | |/ | | | | Change-Id: Ie3f5b2986bc926407a7883b449441cb58ab70e30
| * x86: qemu emulator is the default build targetBruce Beare2011-03-151-11/+6
| | | | | | | | | | | | Change-Id: I1fc3cb491d593d3e28f90278cfc8de5d77852932 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
* | Fix x86 build.Jean-Baptiste Queru2011-02-031-0/+2
| | | | | | | | Change-Id: I22dc39a68911e1b5846c20e63c0f8c59521ea7f5
* | Improve setup of base products.Jean-Baptiste Queru2010-10-221-1/+1
|/ | | | | | | | | | | | | Split telephony into its own product, so that we can easily add telephony support to any configuration without pulling anything else. Use it from generic. Split the "full" family between a (no-telephony) base, a telephony version of the same (both of which can be used as a starting point for on-device builds), and the true classic full which is an emulator build. Change-Id: I616d34f2a29415b8ec997173f8e893c312ade5c2
* Add full_x86 product.Jean-Baptiste Queru2010-07-151-0/+34
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...). Change-Id: I67b6c2d9f9b7d20cb89154906c3f3d6a5391c838