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:
Steven Moreland 2017-04-11 09:23:23 -07:00
parent 02b5d168f2
commit 9e20781d64
2 changed files with 1 additions and 2 deletions

View file

@ -19,6 +19,5 @@ cc_library_shared {
srcs: ["consumerir.c"],
shared_libs: [
"liblog",
"libcutils",
],
}

View file

@ -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>