Merge "consumerir.default: remove unneeded dependency." into oc-dev

am: 64e609dda8

Change-Id: I9aee4c4b77adc644990f2ea314efe104480a270f
This commit is contained in:
Steven Moreland 2017-04-12 09:59:22 +00:00 committed by android-build-merger
commit 9e610d1a3b
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -18,7 +18,7 @@
#include <errno.h> #include <errno.h>
#include <malloc.h> #include <malloc.h>
#include <string.h> #include <string.h>
#include <cutils/log.h> #include <log/log.h>
#include <hardware/hardware.h> #include <hardware/hardware.h>
#include <hardware/consumerir.h> #include <hardware/consumerir.h>