Rename .l/.y to .ll/.yy
Now to generate .cpp you need to use .ll/.yy. Bug: 26492989 Change-Id: Ib078e03b3b0758f7a62595c343e52ae856bcb33f
This commit is contained in:
parent
6f8b9b60db
commit
c8abc4ec45
3 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
edify_src_files := \
|
||||
lexer.l \
|
||||
parser.y \
|
||||
lexer.ll \
|
||||
parser.yy \
|
||||
expr.cpp
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue