From 5015460f1b303a7b638409593c992cf480cacbd3 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Fri, 13 May 2016 14:42:04 +0800 Subject: [PATCH] Add the 64-bit native bridge properties --- android_x86_64.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android_x86_64.mk b/android_x86_64.mk index 1375796..903ddd8 100644 --- a/android_x86_64.mk +++ b/android_x86_64.mk @@ -14,6 +14,10 @@ # limitations under the License. # +PRODUCT_PROPERTY_OVERRIDES := \ + ro.dalvik.vm.isa.arm64=x86_64 \ + ro.enable.native.bridge.exec64=1 \ + $(call inherit-product,$(SRC_TARGET_DIR)/product/core_64_bit.mk) # includes the base of Android-x86 platform -- 2.11.0