system/bt
Révision | 93e1622ba65005d5611fc315503e4ed2f8a09658 (tree) |
---|---|
l'heure | 2019-06-19 01:25:30 |
Auteur | Steven Moreland <smoreland@goog...> |
Commiter | Steven Moreland |
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
@@ -13,6 +13,6 @@ cc_library_static { | ||
13 | 13 | ], |
14 | 14 | srcs: ["src/bt_utils.cc"], |
15 | 15 | shared_libs: [ |
16 | - "libprocessgroup", | |
16 | + "libcutils", | |
17 | 17 | ], |
18 | 18 | } |