summaryrefslogtreecommitdiff
path: root/edify/expr.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-04 09:33:01 -0700
committerTao Bao <tbao@google.com>2017-10-09 14:08:00 -0700
commite6f7f95d3493b47514a6104e11d206a455a6433e (patch)
tree69a455f8598c31d11fa55a50975fdafef98ce93b /edify/expr.cpp
parent1fc5bf353a8719d16fd9ba29a661d211bad4038f (diff)
edify: Export the header and move to Soong.
Also make matching changes to applypatch modules which include edify/expr.h. Test: mmma bootable/recovery Change-Id: Ia72be3caa010d7f56a70add2da345e631b306378
Diffstat (limited to 'edify/expr.cpp')
-rw-r--r--edify/expr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/edify/expr.cpp b/edify/expr.cpp
index 104c0fd9..1b8623f0 100644
--- a/edify/expr.cpp
+++ b/edify/expr.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "expr.h"
+#include "edify/expr.h"
#include <stdarg.h>
#include <stdio.h>