• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/x86_64


Commit MetaInfo

Révision5015460f1b303a7b638409593c992cf480cacbd3 (tree)
l'heure2016-05-13 16:05:52
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

Add the 64-bit native bridge properties

Change Summary

Modification

--- 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