commit | e6f7f95d3493b47514a6104e11d206a455a6433e | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 04 09:33:01 2017 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Oct 09 14:08:00 2017 -0700 |
tree | 69a455f8598c31d11fa55a50975fdafef98ce93b | |
parent | 1fc5bf353a8719d16fd9ba29a661d211bad4038f [diff] [blame] |
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
diff --git a/edify/lexer.ll b/edify/lexer.ll index cb45943..4e04003 100644 --- a/edify/lexer.ll +++ b/edify/lexer.ll
@@ -18,7 +18,7 @@ #include <string.h> #include <string> -#include "expr.h" +#include "edify/expr.h" #include "yydefs.h" #include "parser.h"