Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-x86_64: Commit

device/generic/x86_64


Commit MetaInfo

Revision5015460f1b303a7b638409593c992cf480cacbd3 (tree)
Time2016-05-13 16:05:52
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Add the 64-bit native bridge properties

Change Summary

Incremental Difference

--- a/android_x86_64.mk
+++ b/android_x86_64.mk
@@ -14,6 +14,10 @@
1414 # limitations under the License.
1515 #
1616
17+PRODUCT_PROPERTY_OVERRIDES := \
18+ ro.dalvik.vm.isa.arm64=x86_64 \
19+ ro.enable.native.bridge.exec64=1 \
20+
1721 $(call inherit-product,$(SRC_TARGET_DIR)/product/core_64_bit.mk)
1822
1923 # includes the base of Android-x86 platform
Show on old repository browser