• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

device/generic/x86


Commit MetaInfo

Revisão475fa426fc5968a8ee4318c508593055b3ca6d97 (tree)
Hora2015-07-26 20:50:16
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Mensagem de Log

Move TARGET_USES_64_BIT_BINDER definition to common

Mudança Sumário

Diff

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -12,8 +12,6 @@ TARGET_CPU_SMP := true
1212 TARGET_CPU_ABI_LIST_32_BIT := $(TARGET_CPU_ABI) $(TARGET_CPU_ABI2) $(NATIVE_BRIDGE_ABI_LIST_32_BIT)
1313 TARGET_CPU_ABI_LIST := $(TARGET_CPU_ABI_LIST_32_BIT)
1414
15-TARGET_USES_64_BIT_BINDER := $(if $(filter x86_64,$(TARGET_KERNEL_ARCH)),true)
16-
1715 TARGET_USERIMAGES_USE_EXT4 := true
1816 BOARD_USERDATAIMAGE_PARTITION_SIZE := 419430400
1917 BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016