| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: If609f66904ac560bc7a6e9ff9a43c2e039525687
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| | |
Change-Id: I4843695261abbc478fd6b505debe6fc20a06c88d
|
| |
| |
| |
| |
| | |
Author: Bruce Beare <bruce.j.beare@intel.com>
Change-Id: I3c086f3f38049e9a7cc2e653aa0ee0d2a2ca1a79
|
|/
|
|
| |
Change-Id: I6808438055d256bd5e2ac607ccafe5c9e5e9311a
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| | |
files."
* commit '55a461c9b1ab92bf6250650afcacc8de85c1e01a':
full_x86-eng: Ensure we copy the PC bios files.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| | |
Change-Id: Ie3f5b2986bc926407a7883b449441cb58ab70e30
|
| |
| |
| |
| |
| |
| | |
Change-Id: I1fc3cb491d593d3e28f90278cfc8de5d77852932
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
|
| |
| |
| |
| | |
Change-Id: I22dc39a68911e1b5846c20e63c0f8c59521ea7f5
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|