diff options
-rw-r--r-- | BoardConfig-common.mk | 3 | ||||
-rw-r--r-- | aosp_common.mk | 2 | ||||
-rw-r--r-- | device.mk | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index b5a7fc5b..3567af0d 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -32,9 +32,6 @@ TARGET_CPU_ABI := arm64-v8a TARGET_CPU_VARIANT := cortex-a55 TARGET_CPU_VARIANT_RUNTIME := cortex-a55 -# Enable 64-bit for non-zygote. -ZYGOTE_FORCE_64 := true - # Force any prefer32 targets to be compiled as 64 bit. FORCE_MULTILIB_FIRST_ON_DEVICE := true diff --git a/aosp_common.mk b/aosp_common.mk index ce30f4f1..7cf42e32 100644 --- a/aosp_common.mk +++ b/aosp_common.mk @@ -17,7 +17,7 @@ # # All components inherited here go to system image # -$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_system.mk) # Enable CSI checking @@ -974,7 +974,7 @@ include device/google/gs201/gnss/device-gnss.mk endif BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs201/sepolicy/gps -$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) #$(call inherit-product, hardware/google_devices/exynos5/exynos5.mk) #$(call inherit-product-if-exists, hardware/google_devices/gs201/gs201.mk) #$(call inherit-product-if-exists, vendor/google_devices/common/exynos-vendor.mk) |