OSDN Git Service

Remove redundant dependency on libpower
authorJack He <siyuanh@google.com>
Wed, 4 Jan 2017 19:46:00 +0000 (11:46 -0800)
committerJack He <siyuanh@google.com>
Mon, 9 Jan 2017 18:35:21 +0000 (18:35 +0000)
* libpower dependency was introduced in change
  I1e8d49b087eff6301373e1e90e8d868f15847c34
* It is never used in any part of the system/bt stack and therefore
  should be removed from the shared library dependency list

Bug: 34079981
Test: code compilation, no user visible effect
Change-Id: Ic8e3ad0c369839fb9ced446695c72fdf0ffad1ca

main/Android.mk

index 4f95ef4..6b49eb0 100644 (file)
@@ -48,7 +48,6 @@ LOCAL_SHARED_LIBRARIES := \
     libdl \
     liblog \
     libz \
-    libpower \
     libprotobuf-cpp-lite \
     libaudioclient \
     libutils \