• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

device/generic/common


Commit MetaInfo

修訂189ab224f540573539758fbba427dc73cb58d337 (tree)
時間2019-10-17 17:24:00
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Always use 64-bit binder

Change Summary

差異

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -31,7 +31,7 @@ TARGET_EXTRA_KERNEL_MODULES := tp_smapi
3131 ifneq ($(filter efi_img,$(MAKECMDGOALS)),)
3232 TARGET_KERNEL_ARCH ?= x86_64
3333 endif
34-TARGET_USES_64_BIT_BINDER := $(if $(filter x86_64,$(TARGET_ARCH) $(TARGET_KERNEL_ARCH)),true)
34+TARGET_USES_64_BIT_BINDER := true
3535
3636 BOARD_USES_GENERIC_AUDIO ?= false
3737 BOARD_USES_ALSA_AUDIO ?= true