device/generic/x86_64
リビジョン | abf0b5ee97646b6b6fb648a167f5687aa35a6228 (tree) |
---|---|
日時 | 2016-06-22 20:40:46 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
コミッター | Chih-Wei Huang |
Add the 64-bit native bridge properties
@@ -14,6 +14,10 @@ | ||
14 | 14 | # limitations under the License. |
15 | 15 | # |
16 | 16 | |
17 | +PRODUCT_PROPERTY_OVERRIDES := \ | |
18 | + ro.dalvik.vm.isa.arm64=x86_64 \ | |
19 | + ro.enable.native.bridge.exec64=1 \ | |
20 | + | |
17 | 21 | $(call inherit-product,$(SRC_TARGET_DIR)/product/core_64_bit.mk) |
18 | 22 | |
19 | 23 | # includes the base of Android-x86 platform |