如何在LOCAL_SRC_FILES中包含所有的文件??
我的android.mk用如下的方式写的:
LOCAL_SRC_FILES := json.h json_reader.cpp json_tool.h json_value.cpp json_writer.cpp \avStreamModule.h Base.h Certificate.h DeviceModule.h Discovery.h EventModule.h Mediastream.h Stun.h \AtomSocket.cpp AtomSocket.h CProtocolFactory.cpp CProtocolFactory.h md5.cpp md5.h \streambuffer.cpp streambuffer.h AutoCri.cpp AutoCri.h CommandBuffer.cpp CommandBuffer.h define.h preHeader.h InterManager.cpp \InterManager.h JniNode.h JniNode.cpp RMNetSDK.cpp RMNetSDK.h UserComand.h h264MultiPlay.cpp h264MultiPlay.h\golomb.h golomb.c dsputil.h dsputil.c frameringbuffer.h frameringbuffer.cpp AdpcmDecoder.h AdpcmDecoder.cpp \ffdecoder.cpp ffdecoder.h h264.c H264Decoder.cpp H264Decoder.h mpegvideo.h mpegvideo.c h264data.h h264.h avcodec.h\common.h common.c AVColorConvert.h AVColorConvert.cpp BitmapCapture.h BitmapCapture.cpp\
LOCAL_SRC_FILES := *.h \ *.c \ *.cpp