summaryrefslogtreecommitdiffstats
path: root/target/product/full_x86.mk
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-04-14 17:34:40 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-04-14 17:34:40 +0200
commit495283735e14ea19a802b66b3a1d4f6c0b24dd1d (patch)
tree1ecde44038596d435f98097138f1387e1e9471ec /target/product/full_x86.mk
parente442c1361a9066d7a394c080273d5f93d77979e4 (diff)
downloadbuild-495283735e14ea19a802b66b3a1d4f6c0b24dd1d.zip
build-495283735e14ea19a802b66b3a1d4f6c0b24dd1d.tar.gz
build-495283735e14ea19a802b66b3a1d4f6c0b24dd1d.tar.bz2
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
Diffstat (limited to 'target/product/full_x86.mk')
-rw-r--r--target/product/full_x86.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/product/full_x86.mk b/target/product/full_x86.mk
index e33ef14..f23e988 100644
--- a/target/product/full_x86.mk
+++ b/target/product/full_x86.mk
@@ -22,6 +22,11 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
+# Ensure we package the BIOS files too.
+PRODUCT_PACKAGES += \
+ bios.bin \
+ vgabios-cirrus.bin \
+
# Overrides
PRODUCT_NAME := full_x86
PRODUCT_DEVICE := generic_x86