Android Protocol Plugin Manager API merge from android-api branch to master
[platform/upstream/iotivity.git] / service / protocol-plugin / sample-app / SConscript
1 ##
2 #sample-app build script
3 ##
4 import platform
5
6 Import('env')
7
8 target_os = env.get('TARGET_OS')
9
10 if target_os == 'linux':
11     SConscript('linux/SConscript')