• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

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

Revisão14256e2bcbe4b558cba482d4c7f35d6e7f2f9cc9 (tree)
Hora2016-07-13 20:30:55
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Mensagem de Log

Move x86_64 settings to a common mk

Mudança Sumário

Diff

--- a/android_x86_64.mk
+++ b/android_x86_64.mk
@@ -14,14 +14,8 @@
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-
21-$(call inherit-product,$(SRC_TARGET_DIR)/product/core_64_bit.mk)
22-
2317 # includes the base of Android-x86 platform
24-$(call inherit-product,device/generic/common/x86.mk)
18+$(call inherit-product,device/generic/common/x86_64.mk)
2519
2620 # Overrides
2721 PRODUCT_NAME := android_x86_64