OSDN Git Service

Add the 64-bit native bridge properties lollipop-x86
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 13 May 2016 06:42:04 +0000 (14:42 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 13 May 2016 07:05:52 +0000 (15:05 +0800)
android_x86_64.mk

index 1375796..903ddd8 100644 (file)
 # 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