commit | b61c0f7d78c0d2d1b4ef7ada56efe63ddfb8e5ec | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Apr 11 09:23:23 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Apr 12 18:51:15 2017 +0000 |
tree | c84c9907a8d7bbc0643acf056e8d8e8154e7b127 | |
parent | 1aec6d56fd3ba6c078901bbc2f7541053e722e0b [diff] |
consumerir.default: remove unneeded dependency. Only liblog things are being used but libcutils was being included. Test: links Merged-In: I50492f49cef449256cad49823a21166f0d089bac Change-Id: I50492f49cef449256cad49823a21166f0d089bac
diff --git a/modules/consumerir/Android.bp b/modules/consumerir/Android.bp index bbce6b1..4ee5fb1 100644 --- a/modules/consumerir/Android.bp +++ b/modules/consumerir/Android.bp
@@ -18,6 +18,5 @@ srcs: ["consumerir.c"], shared_libs: [ "liblog", - "libcutils", ], }