commit | 44662d067dce6eb3234c6a861aefed4be198fe61 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Tue Nov 02 18:45:27 2010 -0700 |
committer | Ying Wang <wangying@google.com> | Wed Nov 03 10:57:51 2010 -0700 |
tree | c096418b163b0d65d752f294f5570f3b2e6ca84d | |
parent | 4b9b038563a48303952ae4581dd4b281f8e376b6 [diff] [blame] |
Use the build system rules to compile the .proto files. Change-Id: If5f98e50a40fdca88c69e889e952adc9f4170d77
diff --git a/mock-ril/src/cpp/requests.cpp b/mock-ril/src/cpp/requests.cpp index 3e967af..acc4fc4 100644 --- a/mock-ril/src/cpp/requests.cpp +++ b/mock-ril/src/cpp/requests.cpp
@@ -20,7 +20,7 @@ #include <telephony/ril.h> -#include "ril.pb.h" +#include "hardware/ril/mock-ril/src/proto/ril.pb.h" #include "logging.h" #include "js_support.h"