Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / bt_edr_adapter / android / SConscript
1 #######################################################
2 #       Build BT EDR adapter for Android
3 #######################################################
4
5 Import('env', 'src_dir')
6 import os.path
7
8 env.PrependUnique(CPPPATH = [ os.path.join(src_dir, 'android') ])
9
10 src_files = [ 'caedrclient.c',
11               'caedrutils.c',
12               'caedrnwmonitor.c',
13               'caedrserver.c', ]
14
15 Return('src_files')