commit | 7473fab0d9902b3befab21670780a5ba5f5ea323 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Fri Aug 19 14:05:40 2016 +0200 |
committer | Martijn Coenen <maco@google.com> | Fri Aug 19 17:25:54 2016 +0000 |
tree | 6ecae49c0908e89092b243e61b3d0378f4031db5 | |
parent | 034214bb0eef321d9070f1d23cc8451aeaef747c [diff] [blame] |
Generated makefiles link against libhidl. And updated tests to link to libhidl as well. Bug: 30839546 Change-Id: I0eff676e114531498859ca548072b0c226fd2ed4
diff --git a/generateCpp.cpp b/generateCpp.cpp index b034c87..7e5af7d 100644 --- a/generateCpp.cpp +++ b/generateCpp.cpp
@@ -141,7 +141,7 @@ out << "\n"; } - out << "#include <hwbinder/HidlSupport.h>\n"; + out << "#include <hidl/HidlSupport.h>\n"; if (isInterface) { out << "#include <hwbinder/IBinder.h>\n";