• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

system/bt


Commit MetaInfo

Révision93e1622ba65005d5611fc315503e4ed2f8a09658 (tree)
l'heure2019-06-19 01:25:30
AuteurSteven Moreland <smoreland@goog...>
CommiterSteven Moreland

Message de Log

libprocessgroup users use libcutils

libprocessgroup symbols are being moved into libcutils in order to
optimize linking/memory usage. libprocessgroup will no longer be
required in the future (however removing references to it will come
separately).

Bug: 135145426
Test: boot
Change-Id: I46710da29212572068f6e96967f42523455f1446

Change Summary

Modification

--- a/utils/Android.bp
+++ b/utils/Android.bp
@@ -13,6 +13,6 @@ cc_library_static {
1313 ],
1414 srcs: ["src/bt_utils.cc"],
1515 shared_libs: [
16- "libprocessgroup",
16+ "libcutils",
1717 ],
1818 }