• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

device/generic/common


Commit MetaInfo

修订版740fa83831c0e44c68b9421274357ab9391c140c (tree)
时间2016-09-27 16:13:33
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Remove androidboot.hardware from cmdline

Now the target name is hardcoded into android init.

更改概述

差异

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -77,7 +77,7 @@ TARGET_HARDWARE_3D := true
7777 BOARD_EGL_CFG ?= device/generic/common/gpu/egl_mesa.cfg
7878 endif
7979
80-BOARD_KERNEL_CMDLINE := root=/dev/ram0 androidboot.hardware=$(TARGET_PRODUCT)
80+BOARD_KERNEL_CMDLINE := root=/dev/ram0
8181
8282 COMPATIBILITY_ENHANCEMENT_PACKAGE := true
8383 PRC_COMPATIBILITY_PACKAGE := true