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/parser.yy b/edify/parser.yy index b1685eb..bd2e010 100644 --- a/edify/parser.yy +++ b/edify/parser.yy
@@ -25,7 +25,7 @@ #include <android-base/macros.h> -#include "expr.h" +#include "edify/expr.h" #include "yydefs.h" #include "parser.h"