summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2023-09-15 17:12:24 +0800
committeralk3pInjection <webmaster@raspii.tech>2023-09-15 17:12:24 +0800
commitc7b5aea70a1dfbaf9f19f086e3d649adab492143 (patch)
tree4fd74e4ff72262d2b83a3e7959eebac95d9e8dd5
parent9c990ecbc34aaea45b4e55da61b026dbed885c51 (diff)
gs201: Allow running 32-bit apps
Change-Id: Ibf1e2d8313b0a2fd09bb0cf4c17f2774f20ee15a
-rw-r--r--BoardConfig-common.mk3
-rw-r--r--aosp_common.mk2
-rw-r--r--device.mk2
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
diff --git a/device.mk b/device.mk
index 7a244a56..04d73cfa 100644
--- a/device.mk
+++ b/device.mk
@@ -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)