Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/17185554

Change-Id: I237e9d12e289321d4904feb6f37dba92b7d01cec
This commit is contained in:
Gina Ko 2022-03-14 20:40:20 +00:00 committed by Automerger Merge Worker
commit e4301b9887
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_VARIANT := cortex-a55 TARGET_CPU_VARIANT := cortex-a55
TARGET_CPU_VARIANT_RUNTIME := cortex-a55 TARGET_CPU_VARIANT_RUNTIME := cortex-a55
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)), true, false) DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)
ifneq ($(DEVICE_IS_64BIT_ONLY),true) ifneq ($(DEVICE_IS_64BIT_ONLY),true)
TARGET_2ND_ARCH := arm TARGET_2ND_ARCH := arm

View file

@ -17,7 +17,7 @@
# #
# All components inherited here go to system image # All components inherited here go to system image
# #
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)), true, false) DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)
ifeq ($(DEVICE_IS_64BIT_ONLY),true) ifeq ($(DEVICE_IS_64BIT_ONLY),true)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)

View file

@ -17,7 +17,7 @@
include device/google/gs-common/device.mk include device/google/gs-common/device.mk
TARGET_BOARD_PLATFORM := gs101 TARGET_BOARD_PLATFORM := gs101
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)), true, false) DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)
ifeq ($(DEVICE_IS_64BIT_ONLY),true) ifeq ($(DEVICE_IS_64BIT_ONLY),true)
LOCAL_64ONLY := _64 LOCAL_64ONLY := _64