am 6e7926a6: am 55a461c9: am f245dd79: Merge "full_x86-eng: Ensure we copy the PC bios files."
* commit '6e7926a6cdd5fa6815266ecb16d6ba5410f8a182': full_x86-eng: Ensure we copy the PC bios files.
This commit is contained in:
commit
0838f8f083
|
@ -29,6 +29,11 @@ endif
|
|||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86/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
|
||||
|
|
Loading…
Reference in New Issue