Android builds default to 64-bit.
Some people don't specify what they build. This came up on some host tools target, and there were some interactions. Anyway, 64-bit is in, 32-bit is out. Cheers. Bug: N/A Test: N/A Change-Id: I69ab62d88011df90874e4ba05ee34b61805911e0
This commit is contained in:
@@ -82,7 +82,7 @@ CORRECT_BUILD_ENV_SEQUENCE_NUMBER := 13
|
|||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# The product defaults to generic on hardware
|
# The product defaults to generic on hardware
|
||||||
ifeq ($(TARGET_PRODUCT),)
|
ifeq ($(TARGET_PRODUCT),)
|
||||||
TARGET_PRODUCT := aosp_arm
|
TARGET_PRODUCT := aosp_arm64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
@@ -44,7 +44,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system_ext.mk)
|
|||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk)
|
||||||
|
|
||||||
# pKVM
|
# pKVM
|
||||||
$(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk)
|
$(call inherit-product-if-exists, packages/modules/Virtualization/apex/product_packages.mk)
|
||||||
|
|
||||||
#
|
#
|
||||||
# All components inherited here go to product image
|
# All components inherited here go to product image
|
||||||
|
Reference in New Issue
Block a user