Merge "Rename .l/.y to .ll/.yy"

This commit is contained in:
Ying Wang 2016-01-12 17:35:33 +00:00 committed by Gerrit Code Review
commit ab9db5284e
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
#