Hi All

I am porting an C++ app to Android. This app lex (.l) and Yacc (.y)
files.

I have created Android.mk with LOCAL_SRC_FILES := sample.l sample.y.
But Build system fails to create the lex and yacc output files.

 As per the Android documentation we can specify the lex and yacc
files. The documentation says," the build system looks at
LOCAL_SRC_FILES to know what source files to compile
-- .cpp .c .y .l .java. For lex and yacc files, it knows how to
correctly do the intermediate .h and .c/.cpp files automatically."

http://source.android.com/porting/build_cookbook.html

Please let me know am I missing any important steps?

Thanks in Advance
--MyDroid

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to