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:
Ying Wang 2016-01-11 18:14:17 -08:00
parent b1cc5d8434
commit c577660702
3 changed files with 2 additions and 2 deletions

View file

@ -3,8 +3,8 @@
LOCAL_PATH := $(call my-dir)
edify_src_files := \
lexer.l \
parser.y \
lexer.ll \
parser.yy \
expr.cpp
#