forked from openkylin/platform_build
ARM emulator: aosp_arm on 64-bit binder and kernel
Starting in P, all 32-bit and 64-bit architectures use 64-bit binder interface. This is similar to ag/3576770 for x86. Bug: 71861550 Test: the following products can boot to home screen successfully: lunch aosp_arm-userdebug; m -j; emulator lunch sdk_phone_armv7-userdebug; m -j; emulator Change-Id: Ibe1f53a5798342555e2e84395a13b48d461f483d Merged-In: Ibe1f53a5798342555e2e84395a13b48d461f483d (cherry picked from commit 6f114c0110c466d2a117f3e531f9ea5170a121ee)
This commit is contained in:
parent
f4b893165d
commit
50e6251baa
|
@ -27,6 +27,8 @@ HAVE_HTC_AUDIO_DRIVER := true
|
|||
BOARD_USES_GENERIC_AUDIO := true
|
||||
TARGET_BOOTLOADER_BOARD_NAME := goldfish_$(TARGET_ARCH)
|
||||
|
||||
TARGET_USES_64_BIT_BINDER := true
|
||||
|
||||
# no hardware camera
|
||||
USE_CAMERA_STUB := true
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
# see copy file rules in core/Makefile
|
||||
PRODUCT_COPY_FILES += \
|
||||
development/sys-img/advancedFeatures.ini.arm:advancedFeatures.ini \
|
||||
prebuilts/qemu-kernel/arm/3.18/kernel-qemu2:kernel-ranchu \
|
||||
prebuilts/qemu-kernel/arm64/3.18/kernel-qemu2:kernel-ranchu-64 \
|
||||
device/generic/goldfish/fstab.ranchu.arm:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu
|
||||
|
||||
include $(SRC_TARGET_DIR)/product/full.mk
|
||||
|
|
|
@ -22,7 +22,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
# see copy file rules in core/Makefile
|
||||
PRODUCT_COPY_FILES += \
|
||||
development/sys-img/advancedFeatures.ini.arm:advancedFeatures.ini \
|
||||
prebuilts/qemu-kernel/arm/3.18/kernel-qemu2:kernel-ranchu \
|
||||
prebuilts/qemu-kernel/arm64/3.18/kernel-qemu2:kernel-ranchu-64 \
|
||||
device/generic/goldfish/fstab.ranchu.arm:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_base.mk)
|
||||
|
|
Loading…
Reference in New Issue