arm64: Fix the sdk_arm64 build products
This patch fixes the sdk_arm64 system images to boot properly when run under emulation with the new qemu-android binaries. BUG=17154406 Change-Id: I152eb09086ce4abc4b623e54de78cdaaac6b90a1
This commit is contained in:
parent
d3e8cb7fda
commit
46299f5efd
|
@ -21,6 +21,7 @@
|
|||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
|
||||
|
||||
# Overrides
|
||||
PRODUCT_BRAND := generic_arm64
|
||||
|
|
Loading…
Reference in New Issue