forked from openkylin/platform_build
emulator: enable 32bit x86 to run on 64bit kernel
BUG: 71861550 Change-Id: Iea8fae11375d66a141babd40f66dd2e3da6075e0
This commit is contained in:
parent
57923be123
commit
1695288dc0
|
@ -11,6 +11,10 @@ TARGET_ARCH := x86
|
|||
TARGET_ARCH_VARIANT := x86
|
||||
TARGET_PRELINK_MODULE := false
|
||||
|
||||
#emulator now uses 64bit kernel to run 32bit x86 image
|
||||
#
|
||||
TARGET_USES_64_BIT_BINDER := true
|
||||
|
||||
# The IA emulator (qemu) uses the Goldfish devices
|
||||
HAVE_HTC_AUDIO_DRIVER := true
|
||||
BOARD_USES_GENERIC_AUDIO := true
|
||||
|
|
|
@ -24,7 +24,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
development/sys-img/advancedFeatures.ini:advancedFeatures.ini \
|
||||
device/generic/goldfish/data/etc/encryptionkey.img:encryptionkey.img \
|
||||
prebuilts/qemu-kernel/x86/3.18/kernel-qemu2:kernel-ranchu
|
||||
prebuilts/qemu-kernel/x86_64/3.18/kernel-qemu2:kernel-ranchu-64
|
||||
|
||||
include $(SRC_TARGET_DIR)/product/full_x86.mk
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
development/sys-img/advancedFeatures.ini:advancedFeatures.ini \
|
||||
device/generic/goldfish/data/etc/encryptionkey.img:encryptionkey.img \
|
||||
prebuilts/qemu-kernel/x86/3.18/kernel-qemu2:kernel-ranchu
|
||||
prebuilts/qemu-kernel/x86_64/3.18/kernel-qemu2:kernel-ranchu-64
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_base.mk)
|
||||
|
||||
|
|
Loading…
Reference in New Issue