diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/product/core_64_bit.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/product/core_64_bit.mk b/target/product/core_64_bit.mk index 1947bf2..5d7abcb 100644 --- a/target/product/core_64_bit.mk +++ b/target/product/core_64_bit.mk @@ -35,6 +35,5 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote32_64 # STOPSHIP: Revert this to allow products to select it themselves TARGET_PREFER_32_BIT_APPS := true -# Temporarily leave these unset to keep all apps with JNI building as 32-bit -# TARGET_SUPPORTS_32_BIT_APPS := true -# TARGET_SUPPORTS_64_BIT_APPS := true +TARGET_SUPPORTS_32_BIT_APPS := true +TARGET_SUPPORTS_64_BIT_APPS := true |