aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao2017-10-04 11:33:01 -0500
committerTao Bao2017-10-09 16:08:00 -0500
commite6f7f95d3493b47514a6104e11d206a455a6433e (patch)
tree69a455f8598c31d11fa55a50975fdafef98ce93b /edify/lexer.ll
parent1fc5bf353a8719d16fd9ba29a661d211bad4038f (diff)
downloadplatform-bootable-recovery-e6f7f95d3493b47514a6104e11d206a455a6433e.tar.gz
platform-bootable-recovery-e6f7f95d3493b47514a6104e11d206a455a6433e.tar.xz
platform-bootable-recovery-e6f7f95d3493b47514a6104e11d206a455a6433e.zip
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/lexer.ll')
-rw-r--r--edify/lexer.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/edify/lexer.ll b/edify/lexer.ll
index cb459437..4e04003b 100644
--- a/edify/lexer.ll
+++ b/edify/lexer.ll
@@ -18,7 +18,7 @@
18#include <string.h> 18#include <string.h>
19#include <string> 19#include <string>
20 20
21#include "expr.h" 21#include "edify/expr.h"
22#include "yydefs.h" 22#include "yydefs.h"
23#include "parser.h" 23#include "parser.h"
24 24