• 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

修订版c5c2dc2b943bb90653409a397f555671f53ed9a9 (tree)
时间2019-11-22 17:25:49
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

packages.mk: add debug tools

Since LOCAL_MODULE_TAGS := debug is not supported now.
The debug tools have to be added manually.

更改概述

差异

--- a/packages.mk
+++ b/packages.mk
@@ -99,3 +99,21 @@ PRODUCT_PACKAGES += \
9999 PRODUCT_PACKAGES += \
100100 Eleven \
101101 TSCalibration2 \
102+
103+# Debug tools
104+PRODUCT_PACKAGES_DEBUG := \
105+ avdtptest \
106+ avinfo \
107+ avtest \
108+ bneptest \
109+ btmgmt \
110+ btmon \
111+ btproxy \
112+ haltest \
113+ l2ping \
114+ l2test \
115+ mcaptest \
116+ rctest \
117+
118+PRODUCT_HOST_PACKAGES := \
119+ qemu-android \