• 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/x86


Commit MetaInfo

修訂2785054d3d43a3f113360fd308cd8cd0be8a18cb (tree)
時間2015-04-03 17:52:06
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

android_x86: correct the CPU ABI list

Change Summary

差異

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -9,6 +9,9 @@ TARGET_ARCH := x86
99 TARGET_CPU_ABI := x86
1010 TARGET_CPU_SMP := true
1111
12+TARGET_CPU_ABI_LIST_32_BIT := $(TARGET_CPU_ABI) $(TARGET_CPU_ABI2) $(NATIVE_BRIDGE_ABI_LIST_32_BIT)
13+TARGET_CPU_ABI_LIST := $(TARGET_CPU_ABI_LIST_32_BIT)
14+
1215 TARGET_USES_64_BIT_BINDER := $(if $(filter x86_64,$(TARGET_KERNEL_ARCH)),true)
1316
1417 TARGET_USERIMAGES_USE_EXT4 := true