consumerir.default: remove unneeded dependency.
Only liblog things are being used but libcutils was being included. Test: links Change-Id: I50492f49cef449256cad49823a21166f0d089bac
This commit is contained in:
parent
02b5d168f2
commit
9e20781d64
2 changed files with 1 additions and 2 deletions
|
@ -19,6 +19,5 @@ cc_library_shared {
|
|||
srcs: ["consumerir.c"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libcutils",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <cutils/log.h>
|
||||
#include <log/log.h>
|
||||
#include <hardware/hardware.h>
|
||||
#include <hardware/consumerir.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue