#######################################################
#       Build NFC Client and Server for Android
#######################################################

Import('env', 'src_dir')
import os.path

env.AppendUnique(CPPPATH = [ os.path.join(src_dir, 'android') ])

src_files = [ 'canfcserver.c' ]

Return('src_files')
