Merge "consumerir.default: remove unneeded dependency." into oc-dev
am: 64e609dda8
Change-Id: I9aee4c4b77adc644990f2ea314efe104480a270f
This commit is contained in:
commit
9e610d1a3b
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