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
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
edify_src_files := \ edify_src_files := \
lexer.l \ lexer.ll \
parser.y \ parser.yy \
expr.cpp expr.cpp
# #
View File
View File